chore: updated Jenkinsfile
All checks were successful
Gitea/docker-base-images/jenkins-ssh-agent-jdk17-dind/pipeline/head This commit looks good
All checks were successful
Gitea/docker-base-images/jenkins-ssh-agent-jdk17-dind/pipeline/head This commit looks good
This commit is contained in:
parent
d8a6c9a9bd
commit
e739df2afe
@ -21,7 +21,7 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
ARG JAVA_VERSION=17.0.14_7
|
ARG JAVA_VERSION=17.0.14_7
|
||||||
FROM docker:dind AS jre-build
|
FROM docker:28.0.1-dind-alpine3.21 AS jre-build
|
||||||
|
|
||||||
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ RUN case "$(jlink --version 2>&1)" in \
|
|||||||
--no-header-files \
|
--no-header-files \
|
||||||
--output /javaruntime
|
--output /javaruntime
|
||||||
|
|
||||||
FROM docker:dind AS build
|
FROM docker:28.0.1-dind-alpine3.21 AS build
|
||||||
|
|
||||||
ARG user=jenkins
|
ARG user=jenkins
|
||||||
ARG group=jenkins
|
ARG group=jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user