Skip to content

Commit

Permalink
(temporarily) Revert "Change home dir to /tmp for podman"
Browse files Browse the repository at this point in the history
This reverts commit 29f9229.
  • Loading branch information
ventifus committed Oct 9, 2024
1 parent 7796284 commit 9dc836a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile.aro-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ 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: 0 additions & 1 deletion Dockerfile.aro-multistage
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ 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: 0 additions & 1 deletion Dockerfile.ci-rp
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ 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 9dc836a

Please sign in to comment.