Skip to content

Unify UID, GID and usernames in containers

Maximilian Pickl requested to merge sphnc-619 into main
  • Unify container names to sphn
  • ensure that UID and GID are equal to 1000

Exceptions for these change include postgres, and temp containers.

Before:

Container Name: reverse-proxy,   User: sphn_proxy, UID:GID = 1000:1000
Container Name: connector,       User: sphn, UID:GID = 1000:1000
Container Name: api,             User: sphn, UID:GID = 1000:1000
Container Name: grafana,         User: grafana, UID:GID = 472:0
Container Name: pgadmin,         User: sphn_pgadmin, UID:GID = 999:998
Container Name: postgres,        User: postgres, UID:GID = 70:70
Container Name: minio,           User: sphn, UID:GID = 1000:1000

New:

Container Name: reverse-proxy,  User: sphn, UID:GID = 1000:1000
Container Name: connector,      User: sphn, UID:GID = 1000:1000
Container Name: api,            User: sphn, UID:GID = 1000:1000
Container Name: grafana,        User: sphn, UID:GID = 1000:1000
Container Name: pgadmin,        User: sphn, UID:GID = 1000:1000
Container Name: postgres,       User: postgres, UID:GID = 70:70
Container Name: minio,          User: sphn, UID:GID = 1000:1000

Merge request reports

Loading