Skip to content

Commit

Permalink
Update examples for OpenShift compatible images
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed May 20, 2019
1 parent 8ae5e11 commit 94ef6f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ARG RUNDECK_IMAGE

FROM ${RUNDECK_IMAGE:-rundeck/rundeck:SNAPSHOT}

COPY --chown=rundeck:rundeck ./libext ./libext
COPY --chown=rundeck:root ./libext ./libext
4 changes: 2 additions & 2 deletions config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARG RUNDECK_IMAGE

FROM ${RUNDECK_IMAGE:-rundeck/rundeck:SNAPSHOT}

ADD --chown=rundeck:rundeck https://github.com/rundeck-plugins/http-tours/releases/download/v0.1.0/http-tours-0.1.0.jar ./libext/
ADD --chown=rundeck:root https://github.com/rundeck-plugins/http-tours/releases/download/v0.1.0/http-tours-0.1.0.jar ./libext/

COPY --chown=rundeck:rundeck remco /etc/remco
COPY --chown=rundeck:root remco /etc/remco

0 comments on commit 94ef6f0

Please sign in to comment.