We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d11a0 commit bf1942cCopy full SHA for bf1942c
apps/docker/Dockerfile
@@ -1,6 +1,8 @@
1
-FROM registry.access.redhat.com/ubi8/ubi-minimal AS builder
+# We want to automatically use the latest. We also don't tag our images with a version.
2
+# hadolint ignore=DL3007
3
+FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS builder
4
LABEL maintainer="Stackable GmbH"
5
6
WORKDIR /jobs
7
-COPY ny_tlc_report.py .
8
+COPY apps/ny_tlc_report.py .
0 commit comments