Skip to content

feat: Allow import/usage of local container image #730

@mynetz

Description

@mynetz

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.

It may take some time though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions