Skip to content

Commit

Permalink
Change home dir to /tmp for podman
Browse files Browse the repository at this point in the history
see containers/podman#23818
for more details.
  • Loading branch information
nwnt committed Aug 30, 2024
1 parent 09756dc commit 29f9229
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.aro-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ COPY --from=builder /app/aro /app/e2e.test /app/db /app/cluster /app/portalauth
ENTRYPOINT ["aro"]
EXPOSE 2222/tcp 8080/tcp 8443/tcp 8444/tcp 8445/tcp
USER 1000
ENV HOME=/tmp
1 change: 1 addition & 0 deletions Dockerfile.aro-multistage
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ COPY --from=builder /app/aro /app/e2e.test /usr/local/bin/
ENTRYPOINT ["aro"]
EXPOSE 2222/tcp 8080/tcp 8443/tcp 8444/tcp
USER 1000
ENV HOME=/tmp
1 change: 1 addition & 0 deletions Dockerfile.ci-rp
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ COPY --from=builder /app/aro /app/e2e.test /usr/local/bin/
ENTRYPOINT ["aro"]
EXPOSE 2222/tcp 8080/tcp 8443/tcp 8444/tcp
USER 1000
ENV HOME=/tmp

0 comments on commit 29f9229

Please sign in to comment.