-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I would like to use custom local container images in an offline build. Either via the Dockerfile feature or another way to prevent FWA (or Dagger) to query an online resource.
While the Dockerfile can be used directly in a FWA build, and works fine. There is no way to then to do something that is equivalent to "offline usage" as described for public containers in: https://9elements.github.io/firmware-action/firmware-action/offline_usage.html
It would be great to have the option to provide either a reference in the local Docker cache or a container image. Eg. "sdk_url": "container_image.tar"
or "sdk_url": "<my_local_label>:<tag>@sha256:...."
Note: It seems there is a development in dagger that might bring something similar as a generic option to dagger.
- ✨ Import image from local container runtime dagger/dagger#10737
- feat: add
host.containerImage
to import containers from the host dagger/dagger#10810
It may take some time though.