Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Issue in README #598

Closed
chrislovecnm opened this issue Dec 4, 2018 · 0 comments · Fixed by #599
Closed

Issue in README #598

chrislovecnm opened this issue Dec 4, 2018 · 0 comments · Fixed by #599

Comments

@chrislovecnm
Copy link

Alternatively, you can build a docker load compatible bundle with: bazel build my/image:helloworld.tar. This will produce the file: bazel-genfiles/my/image/helloworld.tar, which you can load into your local Docker client by running: docker load -i bazel-genfiles/my/image/helloworld.tar. Building this target can be expensive for large images.

This does not seem to be correct

tars seem to be landing in bazel-bin

@nlopezgi nlopezgi mentioned this issue Dec 4, 2018
nlopezgi added a commit that referenced this issue Dec 4, 2018
fix #597
fix #598
provide docs for recommended fix for #317
Improve documentation for xx_image rules to make more explicit that args such as env and symlinks will never be added to xx_image and container_image must be used in conjunction with xx_image for these use cases.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant