@@ -96,9 +96,9 @@ RUN sed -i -r \
|
|||||||
/etc/containers/containers.conf && \
|
/etc/containers/containers.conf && \
|
||||||
chmod +x /usr/local/bin/gitlab-runner-wrapper && \
|
chmod +x /usr/local/bin/gitlab-runner-wrapper && \
|
||||||
chmod +x /usr/local/bin/podman-in-podman-maintenance && \
|
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* && \
|
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
|
# Runtime rootless-mode configuration
|
||||||
USER podman
|
USER podman
|
||||||
|
|||||||
Reference in New Issue
Block a user