Skip to content

Commit

Permalink
Update base image and jenkins version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbehlendorf committed May 4, 2018
1 parent cc350f0 commit a06868f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# cesi/scm
FROM registry.cloudogu.com/official/java:8u151-1
FROM registry.cloudogu.com/official/java:8u151-3
MAINTAINER Sebastian Sdorra <[email protected]>

LABEL NAME="official/jenkins"
LABEL VERSION="2.107.1"
LABEL VERSION="2.107.2"
# Dockerfile based on https://github.com/cloudbees/jenkins-ci.org-docker/blob/f313389f8ab728d7b4207da36804ea54415c830b/1.580.1/Dockerfile

# jenkins home configuration
ENV JENKINS_HOME=/var/lib/jenkins \
# mark as webapp for nginx
SERVICE_TAGS=webapp \
# jenkins version
JENKINS_VERSION=2.107.1 \
JENKINS_VERSION=2.107.2 \
# glibc for alpine version
GLIBC_VERSION=2.27-r0

Expand Down

0 comments on commit a06868f

Please sign in to comment.