[#6] oci-runner: Fix syntax in podman service script
All checks were successful
/ build-dotnet-8.0 (push) Successful in 3m17s
/ build-oci-image-builder-bookworm (push) Successful in 3m27s
/ build-oci-runner (push) Successful in 4m37s
/ build-openjdk-11-maven-3.8.6 (push) Successful in 3m11s
/ build-python-3.11 (push) Successful in 2m55s
/ build-python-3.13 (push) Successful in 3m22s
All checks were successful
/ build-dotnet-8.0 (push) Successful in 3m17s
/ build-oci-image-builder-bookworm (push) Successful in 3m27s
/ build-oci-runner (push) Successful in 4m37s
/ build-openjdk-11-maven-3.8.6 (push) Successful in 3m11s
/ build-python-3.11 (push) Successful in 2m55s
/ build-python-3.13 (push) Successful in 3m22s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
5c5a3a17bf
commit
7b22c1fb65
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apt-get update && \
|
|||
ln -s /usr/bin/podman /usr/local/bin/docker && \
|
||||
echo root:10000:1000 > /etc/subuid && \
|
||||
echo root:10000:1000 > /etc/subgid && \
|
||||
echo -e '#!/bin/bash\npodman system service -t 0 unix:///var/run/docker.sock &\ndisown' > /usr/local/bin/podman-service.sh && \
|
||||
echo '#!/bin/bash\npodman system service -t 0 unix:///var/run/docker.sock &\ndisown' > /usr/local/bin/podman-service.sh && \
|
||||
chmod +x /usr/local/bin/podman-service.sh
|
||||
|
||||
# Configuration for podman inside rootless podman
|
||||
|
|
Loading…
Add table
Reference in a new issue