steps
Build from arbitrary host machine, because of CI, k8s, etc.
problem
I think we end up building the slightly different image each time because of container_push#stamp_to_env, which is True by default?
note
Workspace status:
Bazel always outputs the following stable keys:
BUILD_EMBED_LABEL: value of --embed_label
BUILD_HOST: the name of the host machine that Bazel is running on
BUILD_USER: the name of the user that Bazel is running as
steps
Build from arbitrary host machine, because of CI, k8s, etc.
problem
I think we end up building the slightly different image each time because of
container_push#stamp_to_env, which isTrueby default?note
Workspace status: