Skip to content

Commit

Permalink
changing default permission for the images.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Sep 10, 2024
1 parent 66a210f commit d98b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
USER root
RUN mkdir -p /etc/buildpacks
COPY ./images.json /etc/buildpacks/images.json
RUN chmod 744 /etc/buildpacks/images.json
RUN chmod 644 /etc/buildpacks/images.json

0 comments on commit d98b13f

Please sign in to comment.