Various Dockerfiles I use on the desktop and on servers.
-
Updated
Dec 14, 2021 - Dockerfile
Add a description, image, and links to the dockerfiles topic page so that developers can more easily learn about it.
To associate your repository with the dockerfiles topic, visit your repo's landing page and select "manage topics."
I have an existing Dockerfile that I'd like to use earthly with, but it requires a secret and I don't know how to provide that secret.
Let's say I have the following Dockerfile:
To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENVI want t