Skip to content

Where's toolchain_configure? #684

Closed Answered by thesayyn
grepwood asked this question in Q&A
Aug 21, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

I am not sure where the requirements come from, nowhere in rules_oci we depend on docker executable, everything we depend on is brought by a hermetic toolchain, eg: crane, regctl.

With the expection of oci_load;

originally oci_load did not depend on the host docker client, we just told people to use bazel build :tarball and do docker load -i bazel-bin/pth/tarball.tar

However people wanted a convenient way to do bazel build :oci_tarball | docker load so we made oci_load runnable which does exactly this.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@grepwood
Comment options

@thesayyn
Comment options

Answer selected by thesayyn
@loeffel-io
Comment options

@thesayyn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question This is a question rather than a bug report or feature request can close? We'll close this issue if we don't get a new comment in 30 days.
3 participants
Converted from issue

This discussion was converted from issue #677 on August 27, 2024 22:00.