Skip to content

Commit efa1916

Browse files
authored
HBASE-27856 Add hadolint binary to operator-tools yetus environment (#127)
Signed-off-by: Peter Somogyi <[email protected]>
1 parent 6455991 commit efa1916

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev-support/jenkins/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Dockerfile for hbase-operator-tools pre-commit build.
1818
# https://ci-hbase.apache.org/job/HBase-Operator-Tools-PreCommit/
1919

20+
FROM hadolint/hadolint:latest-debian as hadolint
21+
2022
FROM maven:3.8-jdk-8
2123

2224
# hadolint ignore=DL3008
@@ -29,6 +31,8 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
2931
apt-get clean && \
3032
rm -rf /var/lib/apt/lists/*
3133

34+
COPY --from=hadolint /bin/hadolint /bin/hadolint
35+
3236
###
3337
# Avoid out of memory errors in builds
3438
###

0 commit comments

Comments
 (0)