康来智慧冷链-后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
211 B

FROM jenkins/jenkins:2.375.3-lts-jdk11
USER root
# 将工具加入容器
COPY "./tools/apache-maven-3.9.0" /var/jenkins_home/tools/apache-maven-3.9.0/
# 设置权限
RUN chmod -R 777 /var/jenkins_home/tools