build 容器时 使用代理
demo1
使用前 指定 env
使用后 记得 清空, 否则 会影响 使用容器 时的 网络
cat dockerfile
-->
FROM jenkins/jenkins:2.289.2-lts-jdk11
USER root
env http_proxy "http://172.20.1.247:7890"
env https_proxy "http://172.20.1.247:7890"
RUN apt-get update && apt-get install -y apt-transport-https \
ca-certificates curl gnupg2 \
software-properties-common
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
RUN apt-key fingerprint 0EBFCD88
RUN add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) stable"
RUN apt-get update && apt-get install -y docker-ce-cli
env http_proxy ""
env https_proxy ""
USER jenkins
RUN jenkins-plugin-cli --plugins "blueocean:1.24.7 docker-workflow:1.26"
欢迎大家一起交流呀
qq群:3638803451
vx:wxid_sgdelhiwombj12
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。