Skip to content

Commit c8318c2

Browse files
renovate-botJoeWang1127diegomarquezp
authoredDec 7, 2024··
deps: update docker.io/library/alpine docker tag to v3.21.0 (#3433)
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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: Joe Wang <joewa@google.com> Co-authored-by: diegomarquezp <diegomarquezp@google.com>
1 parent f0236cf commit c8318c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.cloudbuild/library_generation/library_generation.Dockerfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
2727
RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_GENERATOR_VERSION}/gapic-generator-java-${DOCKER_GAPIC_GENERATOR_VERSION}.jar" \
2828
"./gapic-generator-java.jar"
2929

30-
FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as glibc-compat
30+
FROM docker.io/library/alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 as glibc-compat
3131

3232
RUN apk add git sudo
3333
# This SHA is the latest known-to-work version of this binary compatibility tool
34-
ARG GLIB_MUS_SHA=7717dd4dc26377dd9cedcc92b72ebf35f9e68a2d
34+
ARG GLIB_MUS_SHA=e94aca542e3ab08b42aa0b0d6e72478b935bb8e8
3535
WORKDIR /home
3636

3737
# Install compatibility layer to run glibc-based programs (such as the
@@ -75,6 +75,9 @@ COPY --from=glibc-compat /lib/libc.* /lib/
7575
COPY --from=glibc-compat /usr/lib/libgcc* /usr/lib/
7676
COPY --from=glibc-compat /usr/lib/libstdc* /usr/lib/
7777
COPY --from=glibc-compat /usr/lib/libobstack* /usr/lib/
78+
COPY --from=glibc-compat /lib/libm.so.6 /usr/lib/
79+
COPY --from=glibc-compat /usr/lib/libucontext.so.1 /usr/lib/
80+
7881

7982
# copy source code
8083
COPY hermetic_build/common /src/common

0 commit comments

Comments
 (0)
Please sign in to comment.