Upgrade to JetBrains License Server 16429

This commit is contained in:
CrazyMax 2018-03-20 11:05:33 +01:00
parent 1244ac4ad0
commit 8265c2539f
8 changed files with 10 additions and 10 deletions

View File

@ -1,5 +0,0 @@
/.dev
# Jetbrains
/.idea
/*.iml

View File

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=15802
- VERSION=16429
- GITHUB_REPO=crazy-max/docker-jetbrains-license-server
- DOCKER_USERNAME=crazymax
- DOCKER_REPONAME=jetbrains-license-server
@ -37,7 +37,7 @@ install:
docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=${TRAVIS_COMMIT::8} \
--build-arg VERSION=${VERSION} \
-t $DOCKER_USERNAME/$DOCKER_REPONAME .
-t $DOCKER_USERNAME/$DOCKER_REPONAME ./docker/Dockerfile ./docker
before_script:
- docker run -d -p 8000:80 -e JLS_VIRTUAL_HOSTS=$WAN_IP --name $DOCKER_REPONAME $DOCKER_USERNAME/$DOCKER_REPONAME

View File

@ -1,5 +1,9 @@
# Changelog
## 16429-RC1 (2018/03/20)
* Upgrade to JetBrains License Server 16429
## 15802-RC2 (2018/02/16)
* Add `JLS_CONTEXT` and `JLS_REPORT_OUT_OF_LICENSE` env vars

View File

@ -54,7 +54,7 @@ If you are interested, [check out](https://hub.docker.com/r/crazymax/) my other
## Usage
Docker compose is the recommended way to run this image. You can use the following [docker compose template](docker-compose.yml), then run the container :
Docker compose is the recommended way to run this image. You can use the following [docker compose template](docker/docker-compose.yml), then run the container :
```bash
docker-compose up -d

1
docker/.dockerignore Normal file
View File

@ -0,0 +1 @@
/docker-compose.yml

View File

@ -19,8 +19,8 @@ RUN apk --update --no-cache add tzdata \
&& rm -rf /var/cache/apk/* /tmp/*
ENV JLS_PATH="/opt/jetbrains-license-server" \
JLS_VERSION="15802" \
JLS_SHA256="e0030be1fd06e2db19576363a388d8b84e7b33c9d48c54f0cfcdc032ddd96181"
JLS_VERSION="16429" \
JLS_SHA256="4e3c6ecbfd95467e2332589321d259e827db8dfc6a5279f5659e22530cdb6443"
ADD entrypoint.sh /entrypoint.sh