#Is there any plan on adding checks for container structure?

1 messages · Page 1 of 1 (latest)

austere marsh
#

Let's say that i build or already have a container in dagger that must have /etc/something that should exist and have -rw-r--r-- permissions. I would like to have a way to check that, also other checks would be awesome like file owner.

austere marsh
#

If looks like a good idea i can try to add it myself

steep violet
#

Perhaps you can try returning a *Container from your dagger function and then do something like:

dagger call container-echo --string-arg foo with-exec --args ls,-lah stdout

austere marsh
#

or images built from scratch