Skip to content

Commit

Permalink
Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
a-belhadj committed Jan 10, 2025
1 parent c76f887 commit 8242959
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.12.3-alpine

LABEL MAINTAINER="Daniel Pryor <[email protected]>"
LABEL NAME=vmware_exporter
Expand Down
33 changes: 26 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
prometheus-client==0.0.19
pytz
pyvmomi>=6.5
twisted>=14.0.2
pyyaml>=5.1
service-identity
requests
attrs==24.2.0
Automat==24.8.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
constantly==23.10.4
cryptography==43.0.1
hyperlink==21.0.0
idna==3.10
incremental==24.7.2
prometheus_client==0.0.19
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycparser==2.22
pytz==2024.2
pyvmomi==8.0.3.0.1
PyYAML==6.0.2
requests==2.32.3
service-identity==24.1.0
setuptools==72.1.0
six==1.16.0
Twisted==24.7.0
typing_extensions==4.12.2
urllib3==2.2.3
wheel==0.44.0
zope.interface==7.0.3

0 comments on commit 8242959

Please sign in to comment.