We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9967b commit 475ab8fCopy full SHA for 475ab8f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM jenkins/jenkins:2.319.1-jdk11
+FROM jenkins/jenkins:2.319.2-jdk11
2
3
USER root
4
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
- LDAP_USERS=user01,user02
13
- LDAP_PASSWORDS=password1,password2
14
jenkins:
15
- image: nxtlytics/jenkins-controller:v0.0.17
+ image: nxtlytics/jenkins-controller:v0.0.18
16
build:
17
context: .
18
user: "root:root"
kubernetes/helm-values.yaml
@@ -59,7 +59,7 @@ additionalAgents:
59
tag: v0.0.7
60
controller:
61
image: nxtlytics/jenkins-controller
62
- tag: v0.0.17
+ tag: v0.0.18
63
imagePullPolicy: IfNotPresent
64
adminSecret: false
65
enableRawHtmlMarkupFormatter: true
0 commit comments