|
1 | 1 | # syntax=docker/dockerfile:1.3-labs |
2 | 2 |
|
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 |
5 | 5 |
|
6 | 6 | ARG TARGETARCH |
7 | 7 | LABEL maintainer="Red Hat, Inc." |
@@ -52,11 +52,11 @@ RUN dnf -y reinstall shadow-utils && \ |
52 | 52 | dnf clean all |
53 | 53 |
|
54 | 54 | # 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 |
56 | 56 | RUN \ |
57 | 57 | TEMP_DIR="$(mktemp -d)"; \ |
58 | 58 | cd "${TEMP_DIR}"; \ |
59 | | - GH_VERSION="2.73.0"; \ |
| 59 | + GH_VERSION="2.78.0"; \ |
60 | 60 | GH_ARCH="linux_$TARGETARCH"; \ |
61 | 61 | GH_TGZ="gh_${GH_VERSION}_${GH_ARCH}.tar.gz"; \ |
62 | 62 | 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; \ |
151 | 151 | touch /var/lib/shared/overlay-layers/layers.lock |
152 | 152 |
|
153 | 153 | # 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 |
156 | 156 | ENV KUBECONFIG=/home/user/.kube/config |
157 | 157 | RUN KUBEDOCK_ARCH="linux_amd64" && \ |
158 | 158 | 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