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
First, due to a separate issue (containerd/containerd#3238), we need to push registry.access.redhat.com/rhel7/rhel:7.3 to a local registry. Let's suppose that image is called localhost:5000/rhel7:7.3. Then the below setup is what I'm using
Dockerfile:
FROM localhost:5000/rhel7:7.3
RUN rm -rf /usr/lib/python2.7/site-packages/subscription_manager
error: failed to solve: rpc error: code = Unknown desc = failed calculating diff pairs for exported snapshot: mount callback failed on /tmp/containerd-mount622803746: mount callback failed on /tmp/containerd-mount457946649: failed to open writer: ref buildkit/1/r7hengy3nchk411du0q39x1g8 locked: unavailable
Steps to reproduce:
First, due to a separate issue (containerd/containerd#3238), we need to push
registry.access.redhat.com/rhel7/rhel:7.3
to a local registry. Let's suppose that image is calledlocalhost:5000/rhel7:7.3
. Then the below setup is what I'm usingDockerfile:
Build command:
buildctl build --frontend dockerfile.v0 --local dockerfile=. --local context=. --output type=image,name=myimage
The client gets the error
error: failed to solve: rpc error: code = Unknown desc = failed calculating diff pairs for exported snapshot: mount callback failed on /tmp/containerd-mount622803746: mount callback failed on /tmp/containerd-mount457946649: failed to open writer: ref buildkit/1/r7hengy3nchk411du0q39x1g8 locked: unavailable
On the daemon side we see
The text was updated successfully, but these errors were encountered: