-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73a7d53
commit a183798
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# cesi/scm | ||
FROM registry.cloudogu.com/official/java:8u151-3 | ||
MAINTAINER Sebastian Sdorra <[email protected]> | ||
|
||
LABEL NAME="official/jenkins" | ||
LABEL VERSION="2.107.2" | ||
LABEL NAME="official/jenkins" \ | ||
VERSION="2.107.2" \ | ||
maintainer="[email protected]" | ||
# Dockerfile based on https://github.com/cloudbees/jenkins-ci.org-docker/blob/f313389f8ab728d7b4207da36804ea54415c830b/1.580.1/Dockerfile | ||
|
||
# jenkins home configuration | ||
|