We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bf11c commit 8250dc3Copy full SHA for 8250dc3
docker/rhel/Dockerfile
@@ -7,6 +7,9 @@ FROM registry.access.redhat.com/ubi${RHEL_VERSION}/ubi:latest AS base
7
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
8
ENTRYPOINT ["/bin/bash"]
9
10
+# This is not inherited from the base image.
11
+ARG RHEL_VERSION
12
+
13
# Install tools that are shared by all stages.
14
RUN <<EOF
15
pkgs=()
0 commit comments