-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
Since today the docker CI build is failing.
--------------------
7 |
8 | # We only need a small runtime for this step, but make sure glibc is installed
9 | >>> FROM frolvlad/alpine-glibc as runtime
10 | COPY --chmod=0755 --from=builder /app/target/release/atomic-server /atomic-server-bin
11 | ENV ATOMIC_STORE_PATH="/atomic-storage/db"
--------------------
ERROR: failed to solve: frolvlad/alpine-glibc: no match for platform in manifest sha256:44a54734fa33b549162845a9839fa4c745c5132a1e59f5d871c681050a9dd6bb: not found
Error: buildx failed with: ERROR: failed to solve: frolvlad/alpine-glibc: no match for platform in manifest sha256:44a54734fa33b549162845a9839fa4c745c5132a1e59f5d871c681050a9dd6bb: not found
I'm pretty confident that it's not because of a change in our code.
Metadata
Metadata
Assignees
Labels
No labels