Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apk upgrade libssl3 libcrypto3 as temporary Alpine Edge woes balm #194

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Mar 27, 2024

$ docker run -it --rm --pull=always alpine:edge
edge: Pulling from library/alpine
Digest: sha256:67b8a3c4c19bbdd43de723881bc536758f5e780f8d32ef8f5ef2b72f769a3e78
Status: Image is up to date for alpine:edge
/ # apk add --no-cache --quiet curl
/ # curl --version
Error relocating /usr/lib/libcurl.so.4: SSL_get0_group_name: symbol not found

See alpinelinux/docker-alpine#383 (and #193)

```console
$ docker run -it --rm --pull=always alpine:edge
edge: Pulling from library/alpine
Digest: sha256:67b8a3c4c19bbdd43de723881bc536758f5e780f8d32ef8f5ef2b72f769a3e78
Status: Image is up to date for alpine:edge
/ # apk add --no-cache --quiet curl
/ # curl --version
Error relocating /usr/lib/libcurl.so.4: SSL_get0_group_name: symbol not found
```
@tianon
Copy link
Member Author

tianon commented Mar 27, 2024

musl builds are all complete 👍

@tianon tianon merged commit 21db221 into docker-library:master Mar 27, 2024
14 checks passed
@tianon tianon deleted the alpine-edge branch March 27, 2024 22:02
@nive-copia
Copy link

nive-copia commented Mar 27, 2024

We started seeing the same issue on node:16 image starting from 26-March-2024. Will this merge resolve for the node:16 docker image?

@tianon
Copy link
Member Author

tianon commented Mar 27, 2024

No, and you shouldn't be seeing the same issue, as this one should be limited to just Alpine Edge (of which node does not have any variants using).

This is a workaround specifically for the busybox image build process for the underlying upstream Alpine issue described in alpinelinux/docker-alpine#383.

@yosifkit

This comment was marked as off-topic.

docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Mar 28, 2024
Changes:

- docker-library/busybox@e8f737b: Merge pull request docker-library/busybox#193 from infosiftr/buildroot-2024.02.1
- docker-library/busybox@21db221: Merge pull request docker-library/busybox#194 from infosiftr/alpine-edge
- docker-library/busybox@f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm
- docker-library/busybox@b807fe5: Update buildroot to 2024.02.1
- docker-library/busybox@911b553: Update metadata for mips64le
- docker-library/busybox@a3246b7: Update metadata for i386
- docker-library/busybox@e8530b1: Update metadata for arm64v8
- docker-library/busybox@ef28338: Update metadata for arm32v7
- docker-library/busybox@72b8495: Update metadata for arm32v5
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Mar 28, 2024
Changes:

- docker-library/busybox@3afd681: Update metadata for mips64le
- docker-library/busybox@3ced3b8: Update metadata for i386
- docker-library/busybox@69a65f3: Update metadata for arm64v8
- docker-library/busybox@688027b: Update metadata for arm32v7
- docker-library/busybox@5928a1b: Update metadata for arm32v5
- docker-library/busybox@e8f737b: Merge pull request docker-library/busybox#193 from infosiftr/buildroot-2024.02.1
- docker-library/busybox@21db221: Merge pull request docker-library/busybox#194 from infosiftr/alpine-edge
- docker-library/busybox@f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm
- docker-library/busybox@b807fe5: Update buildroot to 2024.02.1
- docker-library/busybox@911b553: Update metadata for mips64le
- docker-library/busybox@a3246b7: Update metadata for i386
- docker-library/busybox@e8530b1: Update metadata for arm64v8
- docker-library/busybox@ef28338: Update metadata for arm32v7
- docker-library/busybox@72b8495: Update metadata for arm32v5
martin-g pushed a commit to martin-g/docker-official-images that referenced this pull request Apr 3, 2024
Changes:

- docker-library/busybox@3afd681: Update metadata for mips64le
- docker-library/busybox@3ced3b8: Update metadata for i386
- docker-library/busybox@69a65f3: Update metadata for arm64v8
- docker-library/busybox@688027b: Update metadata for arm32v7
- docker-library/busybox@5928a1b: Update metadata for arm32v5
- docker-library/busybox@e8f737b: Merge pull request docker-library/busybox#193 from infosiftr/buildroot-2024.02.1
- docker-library/busybox@21db221: Merge pull request docker-library/busybox#194 from infosiftr/alpine-edge
- docker-library/busybox@f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm
- docker-library/busybox@b807fe5: Update buildroot to 2024.02.1
- docker-library/busybox@911b553: Update metadata for mips64le
- docker-library/busybox@a3246b7: Update metadata for i386
- docker-library/busybox@e8530b1: Update metadata for arm64v8
- docker-library/busybox@ef28338: Update metadata for arm32v7
- docker-library/busybox@72b8495: Update metadata for arm32v5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants