-
Notifications
You must be signed in to change notification settings - Fork 584
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Was trying out https://github.com/apple/container/blob/main/docs/tutorial.md and looks like it is failing during the build process itself.
container build --tag web-test --file Dockerfile .
[+] Building 18.5s (5/6)
=> [resolver] fetching image...docker.io/library/python:alpine 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> oci-layout://docker.io/library/python:alpine@sha256:b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf 0.5s
=> => resolve docker.io/library/python:alpine@sha256:b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf 0.1s
=> => sha256:8921f3a4ba566051b873385e4c5c24e6eb94c4ef71b799c136206e5785ccb712 247B / 247B 0.0s
=> => sha256:af073699363458487c4151d77486824bd6582c1386b74554976345d24bbcd3a5 462.09kB / 462.09kB 0.0s
=> => sha256:d69d4d41cfe2ee680d6972795e2a1eb9e4dc4ec3b3c5e0797c9ab43bb3726fa7 4.14MB / 4.14MB 0.1s
=> => extracting sha256:d69d4d41cfe2ee680d6972795e2a1eb9e4dc4ec3b3c5e0797c9ab43bb3726fa7 0.1s
=> => sha256:ce47c3bb2edaa4753529f65a400882b0793b4cb68a2b3c32eb5c6cf19faa1bed 12.55MB / 12.55MB 0.2s
=> => extracting sha256:af073699363458487c4151d77486824bd6582c1386b74554976345d24bbcd3a5 0.0s
=> => extracting sha256:ce47c3bb2edaa4753529f65a400882b0793b4cb68a2b3c32eb5c6cf19faa1bed 0.2s
=> => extracting sha256:8921f3a4ba566051b873385e4c5c24e6eb94c4ef71b799c136206e5785ccb712 0.0s
=> [linux/arm64/v8 1/4] WORKDIR /content 0.1s
=> ERROR [linux/arm64 2/4] RUN apk add curl 10.1s
------
> [linux/arm64 2/4] RUN apk add curl:
0.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz
5.069 WARNING: updating and opening https://dl-cdn.alpinelinux.org/alpine/v3.22/main: temporary error (try again later)
5.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz
10.09 WARNING: updating and opening https://dl-cdn.alpinelinux.org/alpine/v3.22/community: temporary error (try again later)
10.09 ERROR: unable to select packages:
10.09 curl (no such package):
10.09 required by: world[curl]
------
Error: unknown (2): failed to solve: process "/bin/sh -c apk add curl" did not complete successfully: exit code: 1
rudy-l, chrsoo and omri-luz
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation