Skip to content

Commit fab1905

Browse files
committed
fixup! fixup! fixup! feat: add ubi10-base build
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent a20655c commit fab1905

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

base/ubi10/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.3-labs
22

3-
# https://registry.access.redhat.com/ubi10/ubi
4-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10/ubi:10.0-1756805986
3+
# https://catalog.redhat.com/en/software/containers/ubi10/ubi/66f2b46b122803e4937d11ae
4+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10/ubi:10.0-1758186945
55

66
ARG TARGETARCH
77
LABEL maintainer="Red Hat, Inc."
@@ -52,11 +52,11 @@ RUN dnf -y reinstall shadow-utils && \
5252
dnf clean all
5353

5454
# Download and install gh-cli depending on the architecture.
55-
# See release page for details https://github.com/cli/cli/releases/tag/v2.73.0
55+
# See release page for details https://github.com/cli/cli/releases/tag/v2.78.0
5656
RUN \
5757
TEMP_DIR="$(mktemp -d)"; \
5858
cd "${TEMP_DIR}"; \
59-
GH_VERSION="2.73.0"; \
59+
GH_VERSION="2.78.0"; \
6060
GH_ARCH="linux_$TARGETARCH"; \
6161
GH_TGZ="gh_${GH_VERSION}_${GH_ARCH}.tar.gz"; \
6262
GH_TGZ_URL="https://github.com/cli/cli/releases/download/v${GH_VERSION}/${GH_TGZ}"; \
@@ -151,8 +151,8 @@ RUN mkdir -p /var/lib/shared/overlay-images /var/lib/shared/overlay-layers; \
151151
touch /var/lib/shared/overlay-layers/layers.lock
152152

153153
# Add kubedock
154-
# See release page for details https://github.com/joyrex2001/kubedock/releases/tag/0.18.1
155-
ENV KUBEDOCK_VERSION 0.18.1
154+
# See release page for details https://github.com/joyrex2001/kubedock/releases/tag/0.18.2
155+
ENV KUBEDOCK_VERSION 0.18.2
156156
ENV KUBECONFIG=/home/user/.kube/config
157157
RUN KUBEDOCK_ARCH="linux_amd64" && \
158158
curl -L https://github.com/joyrex2001/kubedock/releases/download/${KUBEDOCK_VERSION}/kubedock_${KUBEDOCK_VERSION}_${KUBEDOCK_ARCH}.tar.gz | tar -C /usr/local/bin -xz --no-same-owner \

0 commit comments

Comments
 (0)