Skip to content

Commit

Permalink
change folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
runzexia committed Aug 16, 2019
1 parent 4009792 commit 6c9a847
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
-c "Default Application User" default && \
chown -R 1001:0 ${APP_ROOT}

COPY ./s2i/bin /usr/libexec/s2i
COPY bin /usr/libexec/s2i

USER 1001
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
stage('build and tag image') {
steps {
container('base') {
sh '''cd .. &&
sh '''
wget -O s2i.tar.gz https://github.com/openshift/source-to-image/releases/download/v1.1.13/source-to-image-v1.1.13-b54d75d3-linux-amd64.tar.gz \
&& tar -xvf s2i.tar.gz \
&& cp ./s2i /usr/local/bin'''
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6c9a847

Please sign in to comment.