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

Dockerfile: update Alpine to 3.15 (install shadow-uidmap from APK) #2582

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

AkihiroSuda
Copy link
Member

Alpine 3.15 contains https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25365 , so we can now install shadow-uidmap frok APK.

Close #2038
Close #2580

Alpine 3.15 contains https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25365 ,
so we can now install shadow-uidmap frok APK.

Close issue 2038
Close issue 2580

Signed-off-by: Akihiro Suda <[email protected]>
@crazy-max
Copy link
Member

Seems to fail for the rootless image: https://github.com/moby/buildkit/runs/4951439944?check_suite_focus=true#step:7:835

 > [linux/riscv64 rootless 2/6] RUN apk add --no-cache fuse3 fuse-overlayfs git openssh pigz shadow-uidmap xz:
#60 0.694 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/riscv64/APKINDEX.tar.gz
#60 6.486 ERROR: unable to select packages:
#60 6.836   fuse-overlayfs (no such package):
#60 6.836     required by: world[fuse-overlayfs]
#60 6.836   shadow-uidmap (no such package):
#60 6.836     required by: world[shadow-uidmap]
------

@tonistiigi
Copy link
Member

Community packages were skipped on riscv64 image. Should be fixed now tonistiigi/dockerfile-alpine@eda38da

@tonistiigi tonistiigi merged commit 40c0091 into moby:master Jan 26, 2022
@crazy-max crazy-max added this to the v0.10.0 milestone Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants