Skip to content

Commit

Permalink
Merge branch 'v2.176.4-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 committed Oct 8, 2019
2 parents 49d56ca + 411b9a3 commit f287c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/java:8u212-1

LABEL NAME="official/jenkins" \
VERSION="2.176.3-1" \
VERSION="2.176.4-1" \
maintainer="sebastian.sdorra@cloudogu.com"
# Dockerfile based on https://github.com/cloudbees/jenkins-ci.org-docker/blob/f313389f8ab728d7b4207da36804ea54415c830b/1.580.1/Dockerfile

Expand All @@ -11,7 +11,7 @@ ENV JENKINS_HOME=/var/lib/jenkins \
# mark as webapp for nginx
SERVICE_TAGS=webapp \
# jenkins version
JENKINS_VERSION=2.176.3 \
JENKINS_VERSION=2.176.4 \
# glibc for alpine version
GLIBC_VERSION=2.28-r0

Expand Down Expand Up @@ -65,7 +65,7 @@ USER jenkins
# for main web interface:
EXPOSE 8080

HEALTHCHECK CMD [ $(doguctl healthy jenkins; EXIT_CODE=$?; echo ${EXIT_CODE}) == 0 ]
HEALTHCHECK CMD [ $(doguctl healthy jenkins; echo $?) == 0 ]

# start jenkins
CMD ["/startup.sh"]
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/jenkins",
"Version": "2.176.3-1",
"Version": "2.176.4-1",
"DisplayName": "Jenkins CI",
"Description": "Jenkins Continuous Integration Server",
"Category": "Development Apps",
Expand Down

0 comments on commit f287c31

Please sign in to comment.