ibmruntimes / ci.docker

Dockerfiles and build scripts for generating various Docker Images related to IBM Runtimes
Apache License 2.0
45 stars 35 forks source link

Update Alpine to 3.9, Ubuntu to 18.04. #56

Closed dinogun closed 5 years ago

dinogun commented 5 years ago

@arthurdm Updating both the Base OS (Alpine and Ubuntu) and glibc for Alpine. Appreciate if you can test the update to make sure nothing breaks for your apps. Thanks ! The test images are at here. @dnwe Would be great if you can do a quick test as well, Thanks !

dinogun commented 5 years ago

Waiting on a pending legal approval before I can merge this, is taking much longer than I thought. Current ETA is 01-Apr.

dinogun commented 5 years ago

Since the legal approval is taking a lot longer than anticipated, merged the glibc 2.20-r0 changes in a separate PR (#61). This PR is now only to upgrade Alpine 3.9 and Ubuntu 18.04

arthurdm commented 5 years ago

Any updates on this one? We are fixing Liberty's support config page to include Ubuntu 18.04

strouja commented 5 years ago

Legal stuff drives me nuts as it takes months to do things that should take 15 minutes. Anyway if it helps we've been running the latest IBM JREs on Ubuntu 18.04.2 and they work fine

NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"

I did notice that our OS is running an older version of glibc

wlpadmin@fci-case-manager-fci-solution-667bd6f579-79mrj:/$ ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27

Also Alpine 3.10.0 is out and we should use that instead of 3.9.x.

davidkarlsen commented 5 years ago

IBM in a nutshell.

cblomart commented 5 years ago

Saw the pull request too late... we would like to upgrade alpine to 3.10 to avoid CVEs in 3.7

arthurdm commented 5 years ago

any updates on this one @dinogun?

dinogun commented 5 years ago

Closing this in favour of #78.