JetBrains License Server 22218
AdoptOpenJDK JRE 13
This commit is contained in:
parent
61df733099
commit
d128133e79
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 22218-RC1 (2020/02/04)
|
||||||
|
|
||||||
|
* JetBrains License Server 22218
|
||||||
|
* AdoptOpenJDK JRE 13
|
||||||
|
|
||||||
## 21137-RC5 (2019/12/07)
|
## 21137-RC5 (2019/12/07)
|
||||||
|
|
||||||
* Fix timezone
|
* Fix timezone
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:experimental
|
# syntax=docker/dockerfile:experimental
|
||||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} adoptopenjdk:12-jre-hotspot as suexec
|
FROM --platform=${TARGETPLATFORM:-linux/amd64} adoptopenjdk:13-jre-hotspot as suexec
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
@ -18,7 +18,7 @@ RUN apt-get update \
|
|||||||
&& chown root:root /usr/local/bin/su-exec \
|
&& chown root:root /usr/local/bin/su-exec \
|
||||||
&& chmod 0755 /usr/local/bin/su-exec
|
&& chmod 0755 /usr/local/bin/su-exec
|
||||||
|
|
||||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} adoptopenjdk:12-jre-hotspot
|
FROM --platform=${TARGETPLATFORM:-linux/amd64} adoptopenjdk:13-jre-hotspot
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
@ -36,8 +36,8 @@ LABEL maintainer="CrazyMax" \
|
|||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
ENV JLS_PATH="/opt/jetbrains-license-server" \
|
ENV JLS_PATH="/opt/jetbrains-license-server" \
|
||||||
JLS_VERSION="21137" \
|
JLS_VERSION="22218" \
|
||||||
JLS_SHA256="05241f0d41644ecc7679a879c829e57d423e151b997b45c5e986d498d6fe2f21" \
|
JLS_SHA256="f68027a8b2b4f2d9b03fe0b0fef4a9ffc0fdfaf2657ab26d545777973311b601" \
|
||||||
TZ="UTC" \
|
TZ="UTC" \
|
||||||
PUID="1000" \
|
PUID="1000" \
|
||||||
PGID="1000"
|
PGID="1000"
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2019 CrazyMax
|
Copyright (c) 2018-2020 CrazyMax
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user