-
Notifications
You must be signed in to change notification settings - Fork 16
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
Integrate with apko-0.13+ . Pass --lockfile
to apko to get hermetic (re)builds.
#41
Integrate with apko-0.13+ . Pass --lockfile
to apko to get hermetic (re)builds.
#41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this is a breaking change as somebody might still be registering an old version of apko as a toolchain.
Eventhough rules_apko is not in widespread usage we should still respect semver.
9244eb1
to
4d381e3
Compare
--resolved-file
to apko to get hermetic (re)builds.--resolved-file
to apko to get hermetic (re)builds.
ffe4a9d
to
f704714
Compare
Signed-off-by: Piotr Tabor <piotr.tabor@snowflake.com>
f704714
to
9df0d61
Compare
9df0d61
to
9a3e878
Compare
…metic (re)builds. Signed-off-by: Piotr Tabor <piotr.tabor@snowflake.com>
9a3e878
to
06e9f0d
Compare
--resolved-file
to apko to get hermetic (re)builds.--lockfile
to apko to get hermetic (re)builds.
…ko13. Signed-off-by: Piotr Tabor <piotr.tabor@snowflake.com>
@thesayyn -> The PR is ready for another pass. Thank you. |
@sfc-gh-ptabor tests are failing. |
@thesayyn . Thank you for the approval. Refreshed the lock files. I hope it will pass now... but I'm not sure as I cannot run full CICD myself (need approval). PTAL. |
Head branch was pushed to by a user without write access
…th apko 0.13+) (#47) This PR is on top of: #41. Please review only the last commit: [Rename .resolve targets (deprecated) to .lock targets.](7ff68b2) Rename .resolve targets (deprecated) to .lock targets. This makes the naming uniform across apko (0.13+) and rules_apko. The old rules still exist, but emit a warning. From now going on, please use: `*.lock.json` file naming instead of `*.resolved.json`. Also `bazel run .../image.resolve` rule is deprecated and instead `bazel run .../image.lock` should be used.
Integrate with apko-0.12+ . Pass
--lockfile
to apko to get hermetic (re)builds.This is
rules_apko
part of: #13that integrates: