-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oci_image does not accept tar.xz #249
Comments
this can be fixed by simply adding |
up for sending a PR adding it to this list? |
alexeagle
added a commit
that referenced
this issue
May 22, 2023
alexeagle
added a commit
that referenced
this issue
May 22, 2023
alexeagle
added a commit
that referenced
this issue
May 22, 2023
alexeagle
added a commit
that referenced
this issue
May 22, 2023
alexeagle
added a commit
that referenced
this issue
May 22, 2023
fixed by #250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I read the example in the aspect.dev migration guide from rules_docker. The example is as follows:
However, this fails as the tars attributes only accepts tar and tar.gz.
rules_oci/oci/private/image.bzl
Line 52 in 0218e55
A real world example with a workaround looks as follows:
It would be nice to simply use this genrule, which doesn't un-xz the tarball, but I don't think that
tar -xvf
works for a deb file so I had to usear
.The text was updated successfully, but these errors were encountered: