Skip to content

Commit fcfb537

Browse files
authored
fix(ci): add missed args for building docker images (#1788)
1 parent 5557601 commit fcfb537

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ CMD ["install"]
5757
# Build-time metadata as defined at http://label-schema.org
5858
ARG BUILD_DATE
5959
ARG VCS_REF
60+
ARG KUBEBENCH_VERSION
61+
6062
LABEL org.label-schema.build-date=$BUILD_DATE \
6163
org.label-schema.name="kube-bench" \
6264
org.label-schema.vendor="Aqua Security Software Ltd." \

Dockerfile.fips.ubi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ CMD ["install"]
5050
# Build-time metadata as defined at http://label-schema.org
5151
ARG BUILD_DATE
5252
ARG VCS_REF
53+
ARG KUBEBENCH_VERSION
54+
5355
LABEL org.label-schema.build-date=$BUILD_DATE \
5456
org.label-schema.name="kube-bench" \
5557
org.label-schema.vendor="Aqua Security Software Ltd." \

Dockerfile.ubi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ CMD ["install"]
5050
# Build-time metadata as defined at http://label-schema.org
5151
ARG BUILD_DATE
5252
ARG VCS_REF
53+
ARG KUBEBENCH_VERSION
54+
5355
LABEL org.label-schema.build-date=$BUILD_DATE \
5456
org.label-schema.name="kube-bench" \
5557
org.label-schema.vendor="Aqua Security Software Ltd." \

0 commit comments

Comments
 (0)