diff --git a/Containerfile b/Containerfile index 1cda0ed..d14e8c5 100644 --- a/Containerfile +++ b/Containerfile @@ -96,9 +96,9 @@ RUN sed -i -r \ /etc/containers/containers.conf && \ chmod +x /usr/local/bin/gitlab-runner-wrapper && \ chmod +x /usr/local/bin/podman-in-podman-maintenance && \ - chown -R podman.podman /home/podman && \ + chown -R podman:podman /home/podman && \ rm -f /home/podman/.bash* && \ - echo DOCKER_HOST="unix:///tmp/podman-run-1000/podman/podman.sock" > /etc/profile.d/podman.sh && \ + echo DOCKER_HOST="unix:///tmp/podman-run-1000/podman/podman.sock" > /etc/profile.d/podman.sh # Runtime rootless-mode configuration USER podman