zalando / innkeeper

Simple route management API for Skipper
Other
166 stars 21 forks source link

Update OpenJDK Docker base image to fix CVEs #136

Closed hjacobs closed 8 years ago

hjacobs commented 8 years ago

Update to latest Docker image stups openjdk 8-26 24m ago stups_stups-go NO_CVES_FOUND. This is just a "convenience" PR, ignore it if you want (but live with the CVEs) :smirk:

NorthFury commented 8 years ago

I would love to merge it but the Travis CI build is failing:

Step 0 : FROM registry.opensource.zalan.do/stups/openjdk:8-26
Pulling repository registry.opensource.zalan.do/stups/openjdk
ERROR: Service 'innkeeper' failed to build: Tag 8-26 not found in repository registry.opensource.zalan.do/stups/openjdk
hjacobs commented 8 years ago

@NorthFury yeah, will only work with Docker 1.10+, so Travis is running an old version (Docker 1.9 or below) I guess.

danpersa commented 8 years ago

we should try to upgrade docker in travis :)