We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d6f09 commit dee7835Copy full SHA for dee7835
Dockerfile
@@ -1,6 +1,7 @@
1
FROM python:3.11.4-slim-bookworm
2
3
LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/Python-AWS-Exporter-Base
4
+LABEL org.opencontainers.image.description "Base image for Python scripts exporting AWS resources using boto library to Prometheus"
5
6
ENTRYPOINT ["/usr/local/bin/python"]
7
0 commit comments