Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make router user the owner of the docker image's /dist/data directory #4898

Merged
merged 2 commits into from
Apr 4, 2024

Commits on Apr 3, 2024

  1. Make router user the owner of the docker image's /dist/data directory

    Since we made our images more secure, we run our router process as
    user 'router'. If we are running under 'heaptrack', e.g.: in a debug
    image, then we cannot write to /dist/data because it is owned by 'root'.
    
    This changes the ownership of /dist/data from 'root' to 'router' to allow
    writes to succeed.
    garypen committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7f2cf27 View commit details
    Browse the repository at this point in the history
  2. add a changeset

    garypen committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    78e190a View commit details
    Browse the repository at this point in the history