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

Update Alpine derivatives to include latest security fixes #231

Closed
marthjod opened this issue Sep 17, 2018 · 6 comments
Closed

Update Alpine derivatives to include latest security fixes #231

marthjod opened this issue Sep 17, 2018 · 6 comments
Labels
Request Request for image modification or feature

Comments

@marthjod
Copy link

According to https://justi.cz/security/2018/09/13/alpine-apk-rce.html, "Alpine base images have been updated – you may want to rebuild your Alpine-derived images". Are you planning on updating the Alpine-derived official images, and if so, how can I verify it has been re-built (maybe it's already taken care of)? Thanks a lot.

@marthjod marthjod changed the title Update Alpine derivatives Update Docker image with latest Alpine security fixes Sep 17, 2018
@marthjod marthjod changed the title Update Docker image with latest Alpine security fixes Update Alpine derivatives to include latest security fixes Sep 17, 2018
@pete-woods
Copy link

pete-woods commented Sep 17, 2018

As of right now, it's still on 3.8.0, and not 3.8.1 (which includes the fix):

$ docker run -it openjdk:jre-alpine cat /etc/alpine-release
3.8.0

Alpine have already updated their 3.8 series:

$ docker run -it alpine:3.8 cat /etc/alpine-release
3.8.1

@wglambert wglambert added the Request Request for image modification or feature label Sep 17, 2018
@tianon
Copy link
Member

tianon commented Sep 17, 2018 via email

@deitch
Copy link

deitch commented Sep 17, 2018

So all of the images from 2 days ago are updated?

@tianon
Copy link
Member

tianon commented Sep 17, 2018

https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/openjdk/138/console is the build which should've picked up the Alpine releases from last week.

@tianon
Copy link
Member

tianon commented Sep 17, 2018

openjdk:jre-alpine is an older tag that isn't actually updated (since Alpine isn't supported for OpenJDK 10, which is the current "latest" release for OpenJDK), so you really wanted 8-jre-alpine or 8-jre-alpine3.8.

@tianon tianon closed this as completed Sep 17, 2018
@tianon
Copy link
Member

tianon commented Sep 17, 2018

(See also #211.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

5 participants