Skip to content

Commit bbb6efc

Browse files
fix: add EDA_PODMAN_USER_ID env var use in compose files (#1101)
Co-authored-by: Alex <aizquier@redhat.com>
1 parent 93eff67 commit bbb6efc

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tools/docker/docker-compose-dev-redis-tls.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ x-environment:
5252

5353
services:
5454
podman:
55+
user: ${EDA_PODMAN_USER_ID:-0}
5556
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
5657
privileged: true
5758
command: >-

tools/docker/docker-compose-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ x-environment: &common-env
5555

5656
services:
5757
podman-node1:
58+
user: ${EDA_PODMAN_USER_ID:-0}
5859
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
5960
privileged: true
6061
command: >-
@@ -63,6 +64,7 @@ services:
6364
- "${EDA_PODMAN_NODE1_PORT:-8888}:8888"
6465

6566
podman-node2:
67+
user: ${EDA_PODMAN_USER_ID:-0}
6668
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
6769
privileged: true
6870
command: >-

tools/docker/docker-compose-stage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ x-environment:
4747

4848
services:
4949
podman:
50+
user: ${EDA_PODMAN_USER_ID:-0}
5051
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
5152
privileged: true
5253
command: >-

0 commit comments

Comments
 (0)