Dockerfile aktualisiert
kaniko-test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-03-11 01:12:50 +00:00
parent 71a9e00050
commit 2de427d1bb
+2 -2
View File
@@ -1,6 +1,6 @@
# Dockerfile
# Jenkins LTS as of 2023-05-03
FROM docker.io/jenkinsci/jenkins:latest
FROM docker.io/jenkins/jenkins:2.500-jdk21
USER root
@@ -17,7 +17,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) \
# Install the Docker community edition CLI
# Our docker run code specifies DOCKER_HOST so local Docker commands are executed on a remote Docker daemon
RUN apt-get update && apt-get install -y docker-ce-cli
# RUN apt-get update && apt-get install -y docker-ce-cli
USER jenkins