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.
2 parents 875980d + c26e1a2 commit 4d980ffCopy full SHA for 4d980ff
build/Dockerfile
@@ -17,7 +17,7 @@ RUN chmod +x /opt/jmx_exporter/start.sh
17
18
CMD ["/opt/jmx_exporter/start.sh"]
19
20
-FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.4.4 as ubi
+FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.2.3 as ubi
21
22
RUN microdnf --assumeyes --disableplugin=subscription-manager --nodocs update && \
23
microdnf --assumeyes --disableplugin=subscription-manager --nodocs install java-1.8.0-openjdk-headless && \
0 commit comments