kelseyhightower / nocode

The best way to write secure and reliable applications. Write nothing; deploy nowhere.
Apache License 2.0
59.56k stars 4.72k forks source link

building docker image takes ages #5227

Open endreszabo opened 2 months ago

endreszabo commented 2 months ago
➜  nocode git:(master) docker buildx build . -t nocode:latest
[+] Building 0.4s (3/3) FINISHED
 => [internal] load .dockerignore
 => => transferring context: 2B
 => [internal] load build definition from Dockerfile
 => => transferring dockerfile: 50B
 => exporting to image
 => => writing image sha256:71de1148337f4d1845be01eb4caf15d78e4eb15a1ab96030809826698a5b7e30
 => => naming to docker.io/library/nocode:latest

Pls have the Dockerfile optimized as building takes at least 400000000000 picoseconds on my decent hardware. This is unacceptable in 2024.

ChopinDavid commented 2 months ago

This should be closed as won't fix @kelseyhightower