The Wayback Machine - http://web.archive.org/web/20220103204720/https://github.com/topics/dockerfiles
Skip to content
#

dockerfiles

Here are 790 public repositories matching this topic...

earthly
glenonn
glenonn commented Dec 8, 2021

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:

FROM busybox:latest

RUN --mount=type=secret,id=my_secret,target=/mount.txt \
  cp /mount.txt /secret.txt

To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENV

I want t

Improve this page

Add a description, image, and links to the dockerfiles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dockerfiles topic, visit your repo's landing page and select "manage topics."

Learn more