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 788c85b commit 91a17d2Copy full SHA for 91a17d2
maintenance/etcd/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.redhat.io/ubi9:9.6-1747219013 AS build
+FROM registry.redhat.io/ubi9:9.6-1749542372 AS build
2
3
WORKDIR /root
4
@@ -10,7 +10,7 @@ RUN git clone -b v3.5.18 https://github.com/etcd-io/etcd.git && \
10
cp -rf /root/etcd/bin/etcdctl /usr/bin/etcdctl
11
12
# Second stage: Create the final image
13
-FROM registry.redhat.io/ubi9:9.6-1747219013
+FROM registry.redhat.io/ubi9:9.6-1749542372
14
ADD defrag.sh /opt/
15
16
RUN dnf -y install jq && dnf clean all
0 commit comments