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
=> ERROR [linux/arm64 internal] load metadata for docker.io/library/base:latest 1.1s
ERROR: failed to solve: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
... becomes
=> ERROR [linux/arm64 internal] load metadata for myremoteregistry.io/477a2b26 1.6s
ERROR: failed to solve: myremoteregistry.io/477a2b26: not found
which makes sense since the base image was not pushed, it's only in the build cache of our docker-container builder.
Question
How to leverage build cache generated from another dockerfile as if this was just a new stage on top of a previous stage? Works fine when not using buildx.
The text was updated successfully, but these errors were encountered:
Context
Prerequisites
base.dockerfile
final.dockerfile
Issue
Command
Log
If doing the following change (own remote registry, not docker.io)
The error...
... becomes
which makes sense since the base image was not pushed, it's only in the build cache of our
docker-container
builder.Question
How to leverage build cache generated from another dockerfile as if this was just a new stage on top of a previous stage? Works fine when not using buildx.
The text was updated successfully, but these errors were encountered: