We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17283ec commit 9c7ddb9Copy full SHA for 9c7ddb9
Jenkins-PIpeline-Demo/Dockerfile
@@ -1,9 +1,5 @@
1
FROM openjdk:8-jdk-alpine
2
EXPOSE 8083
3
-RUN curl -fsSLO https://get.docker/builds/Linux/x86_64/docker-17.04.0-ce.tgz \
4
- && tar xzvf docker-17.04.0-ce.tgz \
5
- && mv docker/docker /usr/local/bin \
6
- && rm -r docker docker-17.04.0-ce.tgz
7
RUN addgroup -S shabbir && adduser -S shabbir -G shabbir
8
USER shabbir:shabbir
9
ARG JAR_FILE=target/*.jar
0 commit comments