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 c8485af commit f3dfb89Copy full SHA for f3dfb89
Dockerfile-ubi
@@ -1,6 +1,6 @@
1
FROM hashicorp/terraform:1.12.2 AS terraform
2
3
-FROM registry.access.redhat.com/ubi9/ubi:9.6-1751445649
+FROM registry.access.redhat.com/ubi9/ubi:9.6
4
5
ENV SUMMARY="UBI based Sumo Logic Kubernetes Setup" \
6
DESCRIPTION="UBI based setup image for the Sumo Logic Kubernetes Collection"
@@ -11,7 +11,8 @@ ARG TARGETPLATFORM
11
12
13
RUN dnf update -y \
14
- && dnf install -y \
+ && dnf install -y --allowerasing \
15
+ curl-full libcurl-full \
16
bash \
17
jq \
18
git \
0 commit comments