From 301f61bd2de3552c1c0e819af4c6efec91a894a6 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Mon, 19 Aug 2024 14:33:43 -0400 Subject: [PATCH] Upgrade to dumb-init 1.2.5 We've been seeing build issues fetching v1.2.2 --- images/manageiq-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/manageiq-base/Dockerfile b/images/manageiq-base/Dockerfile index a8b4ff4f..99ee3ee2 100644 --- a/images/manageiq-base/Dockerfile +++ b/images/manageiq-base/Dockerfile @@ -33,7 +33,7 @@ RUN chmod -R g+w /etc/pki/ca-trust && \ # Install dumb-init to be used as the entrypoint RUN ARCH=$(uname -m) && \ - curl -L -o /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_${ARCH} && \ + curl -L -o /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_${ARCH} && \ chmod +x /usr/bin/dumb-init COPY container-assets/prepare_local_yum_repo.sh /usr/local/bin