Skip to content

Commit

Permalink
dockerfile: Update symlink in upstream dockerfile (PROJQUAY-2550) (qu…
Browse files Browse the repository at this point in the history
…ay#889)

- Fix symlink in upstream dockerfile
  • Loading branch information
jonathankingfc authored and crozzy committed Sep 17, 2021
1 parent 9fd3333 commit 16845d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -144,11 +144,11 @@ RUN set -ex\
; setperms /etc/nginx\
; ln -sf /dev/stdout /var/log/nginx/access.log\
; ln -sf /dev/stdout /var/log/nginx/error.log\
# Make a grip of runtime directories.
; newdir /certificates /conf/stack /datastorage\
# The code doesn't agree on where the configuration lives, so create a
# symlink.
; ln -s $QUAYCONF /conf\
# Make a grip of runtime directories.
; newdir /certificates /quay-registry/conf/stack /datastorage\
# Another Openshift-ism: it doesn't bother picking a uid that means
# anything to the OS inside the container, so the process needs
# permissions to modify the user database.
Expand Down

0 comments on commit 16845d7

Please sign in to comment.