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

the arm64v8/alpine:edge need to rebuild #460

Closed
yangxuan8282 opened this issue Nov 16, 2018 · 6 comments
Closed

the arm64v8/alpine:edge need to rebuild #460

yangxuan8282 opened this issue Nov 16, 2018 · 6 comments

Comments

@yangxuan8282
Copy link

the arm64v8/alpine:edge on dockerhub is pretty old, build ten month ago, and point to wrong repository v3.7 instead of edge

and recently alpine apk-tools switch to build against openssl 1.1 instead of libressl,
alpinelinux/aports@6243784#diff-3dad9b391d9ecf82900174ff96903b26
which make the edge tag image can't upgrade to latest package:

ERROR: libcrypto1.1-1.1.1-r5: trying to overwrite etc/ssl/openssl.cnf owned by libressl2.6-libcrypto-2.6.5-r0
@EugenMayer
Copy link

this is also broken for arm32v7/alpine with the same reason

@yangxuan8282
Copy link
Author

two weeks past, nobody response for this serious issues, this is docker library image, many user would affect by this, at least you should inform user this is not maintained anymore ( since over ten month not update, not fix issues ), and I guess not only this edge branch was broken, other architecture edge branch should also affected
anyway, I decide switch to use multiarch/alpine:aarch64-edge, which not only work on arm64 platform, but also work on x86_64 host ( the image came with qemu ), besides it's repository point to correct branch, it update arm64 tag 6 days ago, so I can install latest package without any problem

@ncopa
Copy link
Collaborator

ncopa commented Nov 27, 2018

We are aware of the problem. It also affects the other arches. We are sort of busy with the v3.9 release now but will find a solution for for this.

I think the proper solution is to create "edge" releases monthly or similar.

@yangxuan8282
Copy link
Author

hi, @ncopa didn't know you also work on this image
yes, create "edge" releases monthly will be good

@aldenjenkins
Copy link

aldenjenkins commented Jan 9, 2019

I found the solution for those who aren't bound to version 3.7...

Use Alpine version 3.8 and it will work!

GaretJax added a commit to divio/ac-base that referenced this issue Jan 10, 2019
ncopa added a commit to ncopa/official-images that referenced this issue Mar 6, 2019
Builds are now only generated from upstream minirootfs taballs. The
release and update scripts have been refactored and moved to
https://githib.com/alpinelinux/docker-alpine

This commit also include update of all supported images:
- edge (20190228 snapshot)
- v3.9.2
- v3.8.4
- v3.7.3
- v3.6.5

This commit also introduces v3.9 armv7 image and remove unsupported
branches v3.5 and older.

fixes at least the following issues:
- gliderlabs/docker-alpine#495
- gliderlabs/docker-alpine#471
- gliderlabs/docker-alpine#463
- gliderlabs/docker-alpine#460
- gliderlabs/docker-alpine#455
- gliderlabs/docker-alpine#430 (security)
- gliderlabs/docker-alpine#375
ncopa added a commit to ncopa/official-images that referenced this issue Mar 6, 2019
Builds are now only generated from upstream minirootfs taballs. The
release and update scripts have been refactored and moved to
https://github.com/alpinelinux/docker-alpine

This commit also include update of all supported images:
- edge (20190228 snapshot)
- v3.9.2
- v3.8.4
- v3.7.3
- v3.6.5

This commit also introduces v3.9 armv7 image and remove unsupported
branches v3.5 and older.

fixes at least the following issues:
- gliderlabs/docker-alpine#495
- gliderlabs/docker-alpine#471
- gliderlabs/docker-alpine#463
- gliderlabs/docker-alpine#460
- gliderlabs/docker-alpine#455
- gliderlabs/docker-alpine#430 (security)
- gliderlabs/docker-alpine#375
ncopa added a commit to ncopa/official-images that referenced this issue Mar 6, 2019
Builds are now only generated from upstream minirootfs taballs. The
release and update scripts have been refactored and moved to
https://github.com/alpinelinux/docker-alpine

This commit also include update of all supported images:
- edge (20190228 snapshot)
- v3.9.2
- v3.8.4
- v3.7.3
- v3.6.5

This commit also introduces v3.9 armv7 image and remove unsupported
branches v3.5 and older.

fixes at least the following issues:
- gliderlabs/docker-alpine#495
- gliderlabs/docker-alpine#471
- gliderlabs/docker-alpine#463
- gliderlabs/docker-alpine#460
- gliderlabs/docker-alpine#455
- gliderlabs/docker-alpine#430 (security)
- gliderlabs/docker-alpine#375
ncopa added a commit to ncopa/official-images that referenced this issue Mar 7, 2019
Builds are now only generated from upstream minirootfs taballs. The
release and update scripts have been refactored and moved to
https://github.com/alpinelinux/docker-alpine

This commit also include update of all supported images:
- edge (20190228 snapshot)
- v3.9.2
- v3.8.4
- v3.7.3
- v3.6.5

This commit also introduces v3.9 armv7 image and remove unsupported
branches v3.5 and older.

fixes at least the following issues:
- gliderlabs/docker-alpine#495
- gliderlabs/docker-alpine#471
- gliderlabs/docker-alpine#463
- gliderlabs/docker-alpine#460
- gliderlabs/docker-alpine#455
- gliderlabs/docker-alpine#430 (security)
- gliderlabs/docker-alpine#375
@ncopa
Copy link
Collaborator

ncopa commented Mar 18, 2019

this is fixed with docker-library/official-images#5516

@ncopa ncopa closed this as completed Mar 18, 2019
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

No branches or pull requests

4 participants