Skip to content

Commit 14902f7

Browse files
[CIVIS-11444] re-enable lsiown of /config (#4)
* fix tag * fix tag * [CIVIS-11444] reenale lsiown of /config * pull policy
1 parent e5223eb commit 14902f7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
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}

root/etc/s6-overlay/s6-rc.d/init-adduser/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ User GID: $(id -g abc)
2828
"
2929

3030
lsiown abc:abc /app
31-
# lsiown abc:abc /config
31+
lsiown abc:abc /config
3232
lsiown abc:abc /defaults

0 commit comments

Comments
 (0)