From c8318c243857242f155d9a78b3a4ff24e31a1b7e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 7 Dec 2024 02:11:02 +0100 Subject: [PATCH] deps: update docker.io/library/alpine docker tag to v3.21.0 (#3433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/library/alpine | stage | minor | `3.20.3` -> `3.21.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). --------- Co-authored-by: Joe Wang Co-authored-by: diegomarquezp --- .../library_generation/library_generation.Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.cloudbuild/library_generation/library_generation.Dockerfile b/.cloudbuild/library_generation/library_generation.Dockerfile index dfe4c262cd..8870d0da5f 100644 --- a/.cloudbuild/library_generation/library_generation.Dockerfile +++ b/.cloudbuild/library_generation/library_generation.Dockerfile @@ -27,11 +27,11 @@ RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_GENERATOR_VERSION}/gapic-generator-java-${DOCKER_GAPIC_GENERATOR_VERSION}.jar" \ "./gapic-generator-java.jar" -FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as glibc-compat +FROM docker.io/library/alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 as glibc-compat RUN apk add git sudo # This SHA is the latest known-to-work version of this binary compatibility tool -ARG GLIB_MUS_SHA=7717dd4dc26377dd9cedcc92b72ebf35f9e68a2d +ARG GLIB_MUS_SHA=e94aca542e3ab08b42aa0b0d6e72478b935bb8e8 WORKDIR /home # Install compatibility layer to run glibc-based programs (such as the @@ -75,6 +75,9 @@ COPY --from=glibc-compat /lib/libc.* /lib/ COPY --from=glibc-compat /usr/lib/libgcc* /usr/lib/ COPY --from=glibc-compat /usr/lib/libstdc* /usr/lib/ COPY --from=glibc-compat /usr/lib/libobstack* /usr/lib/ +COPY --from=glibc-compat /lib/libm.so.6 /usr/lib/ +COPY --from=glibc-compat /usr/lib/libucontext.so.1 /usr/lib/ + # copy source code COPY hermetic_build/common /src/common