blueocean maven gradle golang1.18 apk
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.tar.gz
|
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM jenkinsci/blueocean:latest
|
||||
|
||||
USER root
|
||||
|
||||
ENV PATH $PATH:/usr/local/go/bin:/usr/local/mvn/bin
|
||||
ENV GOLANG_VERSION 1.18
|
||||
|
||||
ADD go1.18.linux-amd64.tar.gz /usr/local/
|
||||
|
||||
RUN echo "https://mirrors.aliyun.com/alpine/v3.15/main/" > /etc/apk/repositories \
|
||||
&& echo "https://mirrors.aliyun.com/alpine/v3.15/community/" >> /etc/apk/repositories \
|
||||
&& apk add --no-cache maven gradle
|
||||
|
||||
USER jenkins
|
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# eigeen/jenkins-env
|
||||
|
||||
Jenkins with some develop environment.
|
||||
|
||||
- blueocean plugin
|
||||
- maven latest
|
||||
- gradle latest
|
||||
- golang 1.18
|
||||
- aliyun apk mirror
|
1
fetch-bin.sh
Normal file
1
fetch-bin.sh
Normal file
@@ -0,0 +1 @@
|
||||
wget https://dl.google.com/go/go1.18.linux-amd64.tar.gz
|
Reference in New Issue
Block a user