File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/init-adduser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22services :
33 docker-linuxserver-ubuntu-fips :
4- image : ${ECR_ACCOUNT_ID:-0123456789012}.dkr.ecr-fips.us-east-1.amazonaws.com/docker-linuxserver-ubuntu-fips:latest
4+ image : ${ECR_ACCOUNT_ID:-0123456789012}.dkr.ecr-fips.us-east-1.amazonaws.com/docker-linuxserver-ubuntu-fips:jammy- latest
55 pull_policy : build
66 build :
77 context : .
@@ -10,6 +10,8 @@ services:
1010 platforms :
1111 - linux/amd64
1212 args :
13+ - PUID=${PUID:-123654}
14+ - PGID=${PGID:-123654}
1315 - BUILD_DATE=${BUILD_DATE:-2025-07-01T00:00:00Z}
1416 - VERSION=${VERSION:-jammy-22.04}
1517 - S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-3.1.6.2}
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ User GID: $(id -g abc)
2828"
2929
3030lsiown abc:abc /app
31- # lsiown abc:abc /config
31+ lsiown abc:abc /config
3232lsiown abc:abc /defaults
You can’t perform that action at this time.
0 commit comments