#Is it possible to run dagger module against local build image?
1 messages · Page 1 of 1 (latest)
you'll first have to import the image dag.Container().Import() and get the ref to use afterwards
1 messages · Page 1 of 1 (latest)
hello team
I am using dagger 0.14.0, and I am looking for a way to use locally build image, something like this
dag.Container().From("local-build-image:latest")
you'll first have to import the image dag.Container().Import() and get the ref to use afterwards