Nicolas Lopez
Nicolas Lopez
from https://github.com/bazelbuild/rules_docker/issues/820: When attempting to run a docker push through a container_push rule to a registry.gitlab.com target, I am recieving the following error: registry.gitlab.com/gauntletwizard/bazel-go:{BUILD_EMBED_LABEL} was resolved to registry.gitlab.com/gauntletwizard/bazel-go:foo F0430 20:27:05.873595...
Dependencies are out of date, and updating them results in errors like ``` E0203 15:07:25.311001 5 main.go:52] Error: Failed making a parser: unable to add directory "k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/sets/types": unable to import...
We want to remove build_tar.py from rules_docker and instead use the one from [rules_pkg](https://github.com/bazelbuild/rules_pkg/blob/master/pkg/build_tar.py). The two main features we need to add there in order to migrate are: Xz compression...