Skip to content

Commit b21b8fe

Browse files
authored
Update podman-wrapper.sh access mode (#501)
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
1 parent 1bcdbc1 commit b21b8fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

devspaces-udi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ADD etc/storage.conf $HOME/.config/containers/storage.conf
107107
ADD etc/entrypoint.sh /entrypoint.sh
108108
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
109109
COPY etc/docker.sh /usr/local/bin/docker
110-
COPY etc/podman-wrapper.sh /usr/bin/
110+
COPY --chown=0:0 etc/podman-wrapper.sh /usr/bin/
111111

112112
# NOTE: uncomment for local build. Must also set full registry path in FROM to registry.redhat.io or registry.access.redhat.com
113113
# enable rhel 8 content sets (from Brew) to resolve buildah

devspaces-udi/etc/podman-wrapper.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)