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 version of openjdk base image to 8u131 #7439

Merged
merged 2 commits into from
Nov 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/che/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -v /home/user/che/storage:/home/user/che/storage \
# codenvy/che-server
#
FROM openjdk:8u111-jre-alpine
FROM openjdk:8u131-jre-alpine

ENV LANG=C.UTF-8 \
DOCKER_VERSION=1.6.0 \
Expand Down
14 changes: 7 additions & 7 deletions dockerfiles/che/open-jdk-source-file-location
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
This package distributes OpenJDK binaries that are licensed under the GPL.
The source code and build scripts used to create this binary are available for download at:

* eclipse che image parent: `FROM openjdk:8u111-jre-alpine`
* official openjdk image parent: `FROM alpine:3.4`
* summary of alpine `openjdk8u111-b14` package reference - https://pkgs.alpinelinux.org/package/v3.4/community/x86_64/openjdk8-jre
* alpine build scripts for `openjdk8u111-b14` reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8?id=027d8ceca1422c0ffc3fe3a22523f22abedd694c
* eclipse che image parent: `FROM openjdk:8u131-jre-alpine`
* official openjdk image parent: `FROM alpine:3.6`
* summary of alpine `openjdk8-jre v8.131.11-r2` package reference - https://pkgs.alpinelinux.org/package/v3.6/community/x86_64/openjdk8-jre
* alpine build scripts for `openjdk8-jre v8.131.11-r2` reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8?h=3.6-stable
* build performed by running `APKBUILD` script which will:
* define jdk version reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8/APKBUILD?id=027d8ceca1422c0ffc3fe3a22523f22abedd694c#n5
* grab official jdk sources by version from "http://hg.openjdk.java.net" reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8/APKBUILD?id=027d8ceca1422c0ffc3fe3a22523f22abedd694c#n43
* add alpine specific patches reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8?id=027d8ceca1422c0ffc3fe3a22523f22abedd694c
* define jdk version reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8/APKBUILD?h=3.6-stable#n8
* grab official jdk sources by version from "http://icedtea.classpath.org/" reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8/APKBUILD?id=027d8ceca1422c0ffc3fe3a22523f22abedd694c#n43
* add alpine specific patches reference - https://git.alpinelinux.org/cgit/aports/tree/community/openjdk8?h=3.6-stable
* perform build

The following license applies to OpenJDK
Expand Down