Updates the base image tag from `jdk8u172-b11-alpine` to `x86_64-alpine-jdk8u172-b11` which is based on alpine:3.8
## Description Recently there was a new release of [alpine:3.8.1][3] was done which included fix of [RCE Vulnerability][2] (see [3.8.1][3] release announcement) > It contains an important security update for apk-tools which fixes a > potential remote execution. A CVE is pending. Current build are based on `alpine:3.7`. With AdoptOpenJDK/openjdk-docker#59 an updated build was pushed against tag `x86_64-alpine-jdk8u172-b11` which updates the base alpine version from 3.7.0 to 3.8. Further it seems that tag naming is changed as per [latest tags at dockerhub][4]. So key points * Base alpine updated from 3.7 -> 3.8 * Tag name changed per new convention to `x86_64-alpine-jdk8u172-b11` ## Related issue and scope <!--- Please include a link to a related issue if there is one. --> - [ ] I opened an issue to propose and discuss this change (#????) ## My changes affect the following components <!--- Select below all system components are affected by your change. --> <!--- Enter an `x` in all applicable boxes. --> - [ ] API - [ ] Controller - [ ] Message Bus (e.g., Kafka) - [ ] Loadbalancer - [ ] Invoker - [ ] Intrinsic actions (e.g., sequences, conductors) - [ ] Data stores (e.g., CouchDB) - [ ] Tests - [ ] Deployment - [ ] CLI - [ ] General tooling - [ ] Documentation ## Types of changes <!--- What types of changes does your code introduce? Use `x` in all the boxes that apply: --> - [ ] Bug fix (generally a non-breaking change which closes an issue). - [ ] Enhancement or new feature (adds new functionality). - [ ] Breaking change (a bug fix or enhancement which changes existing behavior). ## Checklist: <!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. --> - [ ] I signed an [Apache CLA](https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md). - [ ] I reviewed the [style guides](https://github.com/apache/incubator-openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :). - [ ] I added tests to cover my changes. - [ ] My changes require further changes to the documentation. - [ ] I updated the documentation where necessary. [1]: https://git.alpinelinux.org/cgit/aports/log/?h=v3.7.1 [2]: https://justi.cz/security/2018/09/13/alpine-apk-rce.html [3]: https://alpinelinux.org/posts/Alpine-3.8.1-released.html [4]: https://hub.docker.com/r/adoptopenjdk/openjdk8/tags/ [5]: https://git.alpinelinux.org/cgit/aports/commit/?h=v3.7.1&id=5b6c94df50d7b05b24cf9e2dd06c790347493dc3 [6]: https://hub.docker.com/r/library/alpine/tags/ [ Full content available at: https://github.com/apache/incubator-openwhisk/pull/4043 ] This message was relayed via gitbox.apache.org for [email protected]
