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 6455991 commit efa1916Copy full SHA for efa1916
dev-support/jenkins/Dockerfile
@@ -17,6 +17,8 @@
17
# Dockerfile for hbase-operator-tools pre-commit build.
18
# https://ci-hbase.apache.org/job/HBase-Operator-Tools-PreCommit/
19
20
+FROM hadolint/hadolint:latest-debian as hadolint
21
+
22
FROM maven:3.8-jdk-8
23
24
# hadolint ignore=DL3008
@@ -29,6 +31,8 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
29
31
apt-get clean && \
30
32
rm -rf /var/lib/apt/lists/*
33
34
+COPY --from=hadolint /bin/hadolint /bin/hadolint
35
36
###
37
# Avoid out of memory errors in builds
38
0 commit comments