Invalid Cache Mounts
Anonymous
TRIALOP

2 years ago

Running into a wall with trying to run a fairly straightforward Go HTTP server. Using the newer features in the stdlib for net/http on Go 1.22. So after multiple build failures before learning Nixpacks doesn't support that version yet, I'm having to go the Dockerfile route. Using the generated Dockerfile, which uses caches for the build steps, I added the `id=-

5 Replies

Anonymous
TRIALOP

2 years ago

cf0243ae-9b90-4be5-a505-5d7f2bf8e6d3


2 years ago

please send a new screenshot without the rectangles, nothing is sensitive there


Anonymous
TRIALOP

2 years ago

1233655123264278500


2 years ago

you can only use cache type mounts, not bind mounts


2 years ago

and fwiw the way you are using bind mounts provides negligible performance improvements at best


Loading...