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 c23b30f commit d2fb282Copy full SHA for d2fb282
Dockerfile.redhat
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
#
16
17
-ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
+ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1755678605
18
ARG BUILD_IMAGE=build
19
ARG PKG_IMAGE=pkg
20
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9-minimal:9.6
demos/c_api_minimal_app/capi_files/Dockerfile.redhat
-ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5
FROM $BASE_IMAGE as base_build
SHELL ["/bin/bash", "-c"]
RUN yum install -y xz git shadow-utils make gcc gcc-c++
0 commit comments