Skip to content

Commit 8250dc3

Browse files
committed
Add missing ARG
1 parent 46bf11c commit 8250dc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/rhel/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ FROM registry.access.redhat.com/ubi${RHEL_VERSION}/ubi:latest AS base
77
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
88
ENTRYPOINT ["/bin/bash"]
99

10+
# This is not inherited from the base image.
11+
ARG RHEL_VERSION
12+
1013
# Install tools that are shared by all stages.
1114
RUN <<EOF
1215
pkgs=()

0 commit comments

Comments
 (0)