Skip to content

Commit

Permalink
Update Hono builder image
Browse files Browse the repository at this point in the history
Update container image used for building Hono artifacts to use latest
Mandrel 22.3 service release.
  • Loading branch information
sophokles73 committed Nov 16, 2023
1 parent 4b67fab commit ebd4e8d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jenkins/Hono-Deploy-Eclipse-Pipeline-Declarative.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
- name: "HOME"
value: "/home/jenkins"
- name: "hono-builder"
image: "eclipse/hono-builder:2.3.1"
image: "eclipse/hono-builder:2.3.2"
imagePullPolicy: "Always"
tty: true
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
- name: "HOME"
value: "/home/jenkins"
- name: "hono-builder"
image: "eclipse/hono-builder:2.3.1"
image: "eclipse/hono-builder:2.3.2"
imagePullPolicy: "Always"
tty: true
command:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Hono-Nightly-Pipeline-Declarative.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
- name: "HOME"
value: "/home/jenkins"
- name: "hono-builder"
image: "eclipse/hono-builder:2.3.1"
image: "eclipse/hono-builder:2.3.2"
imagePullPolicy: "Always"
tty: true
command:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Hono-Release-Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
- name: "HOME"
value: "/home/jenkins"
- name: "hono-builder"
image: "eclipse/hono-builder:2.3.1"
image: "eclipse/hono-builder:2.3.2"
imagePullPolicy: "Always"
tty: true
command:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Hono-Sonar-Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
- name: "HOME"
value: "/home/jenkins"
- name: "hono-builder"
image: "eclipse/hono-builder:2.3.1"
image: "eclipse/hono-builder:2.3.2"
imagePullPolicy: "Always"
tty: true
command:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/builder/HonoBuilder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FROM debian:bullseye-slim

ARG MANDREL_VERSION=22.3.2.1-Final
ARG MANDREL_VERSION=22.3.4.0-Final
# either java11 or java17
ARG JDK_VERSION=java17
ARG MVN_VERSION=3.8.8
Expand Down

0 comments on commit ebd4e8d

Please sign in to comment.