You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has this issue been opened before?
[ x] It is not in the FAQ, I checked.
[x ] It is not in the issues, I searched.
Describe the bug
docker compose --profile download up --build
fails with:
[+] Building 1.1s (9/9) FINISHED
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 188B 0.0s
=> [internal] load metadata for docker.io/library/bash:alpine3.15 1.1s
=> [internal] load build context 0.0s
=> => transferring context: 128B 0.0s
=> [1/4] FROM docker.io/library/bash:alpine3.15@sha256:463b668dccc38f32a5bb5a5d59a3e1b787be432eb69b853fe4ad49cdce9a37d5 0.0s
=> CACHED [2/4] RUN apk add parallel aria2 0.0s
=> CACHED [3/4] COPY . /docker 0.0s
=> CACHED [4/4] RUN chmod +x /docker/download.sh 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:57d30dd511cd30db9cfaccff11f2ae8b69ed988fb94d77abced1b8e2c9e8c95b 0.0s
=> => naming to docker.io/library/webui-docker-download 0.0s
Attaching to webui-docker-download-1
Error response from daemon: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/moby/734708b2408bb45645ec8a5095ea09aa6573c9989a37b5bb0ba7c32a40b5e4a9/log.json: no such file or directory): runc did not terminate successfully: exit status 127: unknown
Hardware / Software
Linux centos-8
Docker version
Client: Docker Engine - Community
Version: 23.0.6
API version: 1.42
Go version: go1.19.9
Git commit: ef23cbc
Built: Fri May 5 21:19:08 2023
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 23.0.6
API version: 1.42 (minimum version 1.12)
Go version: go1.19.9
Git commit: 9dbdbd4
Built: Fri May 5 21:18:15 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.21
GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Beta Was this translation helpful? Give feedback.
All reactions