Not able to create docker image

i am getting this error - ERROR: failed to build: failed to fetch base layers: saving image with ID “sha256:abc” from the docker daemon: Error response from daemon: unable to create manifests file: NotFound: content digest sha256:abc: not found

i am trying this in my MacBook M3 pro - with Apple silicon chip.

please help me to reslove this issue.

This sounds like you’re trying to base an image on one that is tagged sha256:abc, which does not sound right

Would you please attach your Dockerfile? Or at least, the line of it that defines the base image

when i am trying this command i am getting the above error → pack build $CONTAINER_REGISTRY/demo:latest-$VER --path srv/target/*-exec.jar --buildpack gcr.io/paketo-buildpacks/machine:10.4.0 --buildpack gcr.io/paketo-buildpacks/java --builder paketobuildpacks/builder:buildpackless-base --env SPRING_PROFILES_ACTIVE=cloud --env BP_JVM_VERSION=17

1 Like

I can only suggest to reach out to the Pakete Buildpacks community: Community - Paketo Buildpacks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.