I am building container tarballs in my Github Actions workflows so that they can be uploaded to a self-hosted Github runner with network access to my container registry.
I would like to support inputting tarball files directly to copa, and have it import the tarball to a container image if need be.
From my understanding #604 will support outputting tarball files, but copa will still require a loaded container image to run commands against.
@MiahaCybersec this can be another good issue to work on. One way to do this can be extracting the manifest.json file from the tar to get the image name from RepoTags before calling InitializeBuildkitConfig.
What kind of request is this?
New feature
What is your request or suggestion?
I am building container tarballs in my Github Actions workflows so that they can be uploaded to a self-hosted Github runner with network access to my container registry.
I would like to support inputting tarball files directly to copa, and have it import the tarball to a container image if need be. From my understanding #604 will support outputting tarball files, but copa will still require a loaded container image to run commands against.
Are you willing to submit PRs to contribute to this feature request?