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
Original issue stated that it would occasionally work. That was wrong. I embed nixpacks within a docker container as part of my CI pipeline. When building the container locally, the layer would be cached and it would use 1.24.5 while when the pipeline built the container, it would instead pull the latest of 1.24.6. Forcing 1.24.5 fixes the issue.
For context, I use the out parameter to generate the docker file which is then zipped, sent to S3, to be built by Kaniko on Fargate.
Is there an existing issue for this?
Describe the bug
I run into an error when running
nixpacks build
with the--out
param:To reproduce
Expected behavior
Docker should not be required for generating a Dockerfile
Environment
Alpine 3.19
Nixpacks 1.24.6
The text was updated successfully, but these errors were encountered: