Skip to content

Commit

Permalink
fix ownership of github actions built images
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Aug 3, 2023
1 parent 0e089d8 commit 492c0c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,9 @@ RUN sudo mkdir /data \

COPY --chown=citus:citus .psqlrc .

# with the copy linking of layers github actions seem to misbehave with the ownership of the
# directories leading upto the link, hence a small patch layer to have to right ownerships set
RUN sudo chown citus:citus ~/.pgenv ~/.local ~/.local/share ~/.local/share/virtualenvs

# sets default pg version
# RUN pgenv switch latest 15
RUN pgenv switch latest 15

0 comments on commit 492c0c9

Please sign in to comment.