JetBrains License Server 20308

This commit is contained in:
CrazyMax 2019-07-30 14:56:03 +02:00
parent 744f335ca1
commit 1b7c1ccafa
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=20267
- VERSION=20308
- DOCKER_LOGIN=crazymax
- DOCKER_USERNAME=crazymax
- DOCKER_REPONAME=jetbrains-license-server

View File

@ -1,5 +1,9 @@
# Changelog
## 20308-RC1 (2019/07/30)
* JetBrains License Server 20308
## 20267-RC2 (2019/07/22)
* OpenJDK JRE 12

View File

@ -16,8 +16,8 @@ LABEL maintainer="CrazyMax" \
org.label-schema.schema-version="1.0"
ENV JLS_PATH="/opt/jetbrains-license-server" \
JLS_VERSION="20267" \
JLS_SHA256="5a32e66a05cc52c6ca030de4507b04afedff564e65c47e2fbfe3e7439ab611aa"
JLS_VERSION="20308" \
JLS_SHA256="15cd436d41b1af8e273b8f8b037d654a9e9d9ca8a5f188e08426ca1024ba143a"
COPY entrypoint.sh /entrypoint.sh