Skip to content

Commit

Permalink
Revert "tmp: Remove chmod on passwd in built image (#882)" (#883)
Browse files Browse the repository at this point in the history
This reverts commit c72172c.
  • Loading branch information
creydr committed Sep 11, 2024
1 parent c72172c commit 9fffc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
# go install creates $GOPATH/.cache with root permissions, we delete it here
# to avoid permission issues with the runtime users
RUN rm -rf $GOPATH/.cache

# Allow runtime users to add entries to /etc/passwd
RUN chmod g+rw /etc/passwd

0 comments on commit 9fffc83

Please sign in to comment.