Closed pacostas closed 8 months ago
What version of Docker were you using before 25?
24.0.9
Okay, I'll investigate. Have you run into any issues with buildpacks or anything else while using Docker 25? Just asking because I saw https://github.com/moby/moby/issues/47218 also
I will try to reproduce this myself and get back to you
Also experiencing this with:
jam 2.7.0 Docker version 25.0.3, build 4debf41
This is a huge pain, because it's not simple to downgrade docker.
Okay, I'll investigate. Have you run into any issues with buildpacks or anything else while using Docker 25? Just asking because I saw moby/moby#47218 also
Yes, another issue i had was with skopeo, this one https://github.com/containers/skopeo/issues/2202
@matthenry87 @pacostas I merged in some docker library go.mod bumps just now and released https://github.com/paketo-buildpacks/jam/releases/tag/v2.7.1. Can you please try it out with Docker 25 and let me know if the issues are resolved?
Works now, thanks!
@sophiewigmore yeap, it works! thank you ! :) Feel free to close this issue.
Expected Behavior
jam create-stack
should create abuild.oci
andrun.oci
output filesCurrent Behavior
jam create-stack
fails with bellow error :Possible Solution
Steps to Reproduce
Motivations