You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need an ubuntu image with some packages installed, so I use docker to build that image and export it as an oci image tarball. The problem is there's no clean way to use this with oci_image. My workaround is untaring the image, finding the layers I want, and manually adding them in the tars argument to oci_image but that's hard to automate. It would be much nicer if I could do oci_image(base=":my_oci_image.tar", ...)
The text was updated successfully, but these errors were encountered:
I need an ubuntu image with some packages installed, so I use docker to build that image and export it as an oci image tarball. The problem is there's no clean way to use this with oci_image. My workaround is untaring the image, finding the layers I want, and manually adding them in the
tars
argument tooci_image
but that's hard to automate. It would be much nicer if I could dooci_image(base=":my_oci_image.tar", ...)
The text was updated successfully, but these errors were encountered: