File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11USER_CI = jenkinsci
22# Local UID/GID are automatically filled at dev container startup
3- LOCAL_UID =
4- LOCAL_GID =
3+ LOCAL_UID = 1000
4+ LOCAL_GID = 1002
55
66# Image build settings - customize it in case of air-gapped environment
77# BASE_IMAGE=harbor.example.com/library/ubuntu:noble-20250127
8- # M2_BIN=https://nexus.example.com/service/local/repositories/central/content/ org/apache/ maven/apache- maven/3.9.9/ apache-maven-3.9.9 -bin.tar.gz
8+ # M2_BIN=https://dlcdn.apache. org/maven/maven-3 /3.9.11/binaries/ apache-maven-3.9.11 -bin.tar.gz
99
1010# Runtime environment - customize it in case of air-gapped environment
1111# JENKINS_CI_REPO=https://repo.jenkins-ci.org/public/
Original file line number Diff line number Diff line change 11ARG BASE_IMAGE=ubuntu
22FROM ${BASE_IMAGE}
3- ARG M2_BIN=https://dlcdn.apache.org/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.tar.gz
3+ ARG M2_BIN=https://dlcdn.apache.org/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -bin.tar.gz
44ARG USER_CI=jenkinsci
55ARG USER_UID
66ARG USER_GID
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 dockerfile : Dockerfile
1010 args :
1111 BASE_IMAGE : ${BASE_IMAGE:-ubuntu}
12- M2_BIN : ${M2_BIN:-https://dlcdn.apache.org/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.tar.gz}
12+ M2_BIN : ${M2_BIN:-https://dlcdn.apache.org/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -bin.tar.gz}
1313 USER_CI : ${USER_CI:-jenkinsci}
1414 USER_UID : ${LOCAL_UID}
1515 USER_GID : ${LOCAL_GID}
You can’t perform that action at this time.
0 commit comments