-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Labels
type/supportIssue with general questions or troubleshooting.Issue with general questions or troubleshooting.
Description
Summary
Using the containerd backend in Docker together with an untrusted builder fails the build:
ERROR: failed to build: failed to fetch base layers: saving image with ID "sha256:6528df63e9cafd1747f04fc57cad7b3910dce6be0e6cf49e8174fb2aeda69ef6" from the docker daemon: Error response from daemon: unable to create manifests file: NotFound: content digest sha256:2fc1acc6fd5a97e82e2b780700a2c07e813e84fac1fe5857b42f475e6dc526d0: not found
Docker Desktop enabled the containerd backend for new installations starting with v4.34.0.
Reproduction
Steps
- Enable containerd backend
git clone https://github.com/paketo-buildpacks/samples.git
cd samples/nodejs/npm
pack --verbose build --clear-cache --builder paketobuildpacks/builder-jammy-base:latest sample-node
Current behavior
Build fails.
Expected behavior
Build succeeds.
Environment
pack info
Pack:
Version: 0.35.1+git-3a22a7f.build-6099
OS/Arch: darwin/arm64
Default Lifecycle Version: 0.20.0
Supported Platform APIs: 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13
Config:
(no config file found)
docker info
Client: Docker Engine - Community
Version: 27.3.1
Context: desktop-linux
Debug Mode: false
Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 4
Server Version: 27.2.0
Storage Driver: overlayfs
driver-type: io.containerd.snapshotter.v1
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 8fc6bcff51318944179630522a095cc9dbf9f353
runc version: v1.1.13-0-g58aa920
init version: de40ad0
Security Options:
seccomp
Profile: unconfined
cgroupns
Kernel Version: 6.10.4-linuxkit
Operating System: Docker Desktop
OSType: linux
Architecture: aarch64
CPUs: 12
Total Memory: 7.655GiB
Name: docker-desktop
ID: 1a97794d-938a-4f61-afee-1ce0744f88b0
Docker Root Dir: /var/lib/docker
Debug Mode: false
HTTP Proxy: http.docker.internal:3128
HTTPS Proxy: http.docker.internal:3128
No Proxy: hubproxy.docker.internal
lnhrdt
Metadata
Metadata
Assignees
Labels
type/supportIssue with general questions or troubleshooting.Issue with general questions or troubleshooting.