jenkins image removed

This commit is contained in:
Juan Ferrer 2022-06-20 23:25:22 +02:00
parent e2b3d5411f
commit f15fc5e2c0
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.350
FROM jenkins/inbound-agent:4.10-3
USER root
RUN apt-get update \
@ -14,6 +14,7 @@ RUN apt-get update \
python \
vim \
wget \
curl \
&& curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` \
-o /usr/local/bin/docker-compose \
&& chmod +x /usr/local/bin/docker-compose \
@ -27,4 +28,4 @@ RUN cd /opt \
&& tar xvjf firefox-64.0.2.tar.bz2 \
&& rm firefox-64.0.2.tar.bz2
USER jenkins
USER jenkins