Skip to content

Commit

Permalink
Upgrade Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 20, 2024
1 parent 2c4108d commit 317665c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# curl -s https://raw.githubusercontent.com/jenkinsci/docker-fixtures/master/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/JavaContainer/Dockerfile | sha1sum | cut -c 1-12
FROM jenkins/java:978f1af53461

RUN cd /tmp && \
wget -nv -O - https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz | tar xvfz - docker/docker && \
chmod a+x docker/docker && \
mv docker/docker /usr/bin/docker
RUN apt-get update && apt-get install --no-install-recommends -y docker.io && rm -rf /var/lib/apt/lists/*
VOLUME /home/test/workspace
COPY entrypoint.sh /usr/bin/entrypoint.sh
ENTRYPOINT ["/bin/sh", "/usr/bin/entrypoint.sh"]

0 comments on commit 317665c

Please sign in to comment.