Dex: Update Dex Base Image

Created on 19 Jun 2018  路  3Comments  路  Source: dexidp/dex

Dex container use alpine:3.4. This image has two (at this moment) High security issues fixable.

help wanted

All 3 comments

@ericchiang Eric, could you please help us with this security improvement?

For what it's worth, it seems that rebuilding v2.10.0 with alpine:3.4 has resolved those outdated packages issues -- looking at the Quay security scan, there's no issues for v2.10.0 anymore. I guess the apk add run in the build I've kicked off today has pulled in the more recent packages:

$ docker run -it --entrypoint sh quay.io/dexidp/dex:v2.10.0
/ # apk info -v
musl-1.1.14-r16
busybox-1.24.2-r14
alpine-baselayout-3.0.3-r0
alpine-keys-1.1-r0
zlib-1.2.11-r0
libcrypto1.0-1.0.2n-r0
libssl1.0-1.0.2n-r0
apk-tools-2.6.9-r0
scanelf-1.1.6-r0
musl-utils-1.1.14-r16
libc-utils-0.7-r0
ca-certificates-20161130-r0
openssl-1.0.2n-r0
/ #

Either way, we've got a release underway #1284, and I'd still favour merging #1253 (perhaps with the alpine version bumped once more?). Thanks for raising this issue! 馃槂

To sum it up: Any recent build published to the new quay repo will have none of these issues. Thanks for the help, @vasartori.

Was this page helpful?
0 / 5 - 0 ratings