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
Closes issue #130.
This PR alters the bazel build to use `rules_oci` to pull go base images
using a version that's decoupled for the `rules_docker` version. This
allows for us to update the base image version without having to depend
on `rules_docker`.
The latest version of both the `base` and `static` distroless version
was used to avoid unexpected breakages.
Note that `oci_rules` `pull` supports using the `latest` tag. The macro
that pulls base images can be configured to always pull the latest
images and be up to date if we are okay with assuming the potential
upstream breakage risks it introduces.
---------
Signed-off-by: Alejo Carballude <[email protected]>
In bazelbuild/rules_docker#2204 (comment) Alex Eage suggested to use https://github.com/bazel-contrib/rules_oci. A quick
git grep rules_docker
looks like it is not too much of a change (15 files).The text was updated successfully, but these errors were encountered: