We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcdbc1 commit b21b8feCopy full SHA for b21b8fe
devspaces-udi/Dockerfile
@@ -107,7 +107,7 @@ ADD etc/storage.conf $HOME/.config/containers/storage.conf
107
ADD etc/entrypoint.sh /entrypoint.sh
108
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
109
COPY etc/docker.sh /usr/local/bin/docker
110
-COPY etc/podman-wrapper.sh /usr/bin/
+COPY --chown=0:0 etc/podman-wrapper.sh /usr/bin/
111
112
# NOTE: uncomment for local build. Must also set full registry path in FROM to registry.redhat.io or registry.access.redhat.com
113
# enable rhel 8 content sets (from Brew) to resolve buildah
devspaces-udi/etc/podman-wrapper.sh
100644
100755
0 commit comments