This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
from 479e408f Merge pull request #400 from ikun-Lg/master
add 0d5ef39b chore(deps): update related tools to support `podman`
add 5a3558eb feat: add support for using CN mirror of buildpacks toolchain
add 02995149 fix: skip image mirror check when using digest to specify the
image version
add 864badf7 chore(dubboctl): add comment about using CN mirror in the
generated `dubbo.yaml` file
add 2b45d1ff fix: lint the changed files
add 2af0ed04 chore(mk): update the version of `golangci-lint` for better
support on generics
add 42a9c9e3 fix: add license headers
add 0f2f0142 fix(dubbo-cp): bump the version of
sigs.k8s.io/controller-runtime
add 8b102b18 fix: prevent docker host overriding
new 08ef0dfe Merge pull request #317 from yin1999/buildpack-cn
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dubboctl/cmd/build.go | 28 +-
dubboctl/cmd/create.go | 5 +
dubboctl/cmd/deploy.go | 3 -
dubboctl/internal/builders/pack/build.go | 76 ++-
.../internal/builders/pack/mirror/error.go | 26 +-
dubboctl/internal/builders/pack/mirror/mirror.go | 189 +++++++
dubboctl/internal/docker/docker_client.go | 5 +-
dubboctl/internal/dubbo/client.go | 2 +-
dubboctl/internal/dubbo/dubbo.go | 35 +-
dubboctl/internal/dubbo/repository.go | 2 +-
dubboctl/internal/manifest/tree.go | 2 +-
go.mod | 208 ++++---
go.sum | 595 ++++++++-------------
mk/dependencies/deps.lock | 2 +-
mk/dependencies/go-deps.versions | 4 +-
mk/dev.mk | 2 +-
pkg/config/util.go | 2 +-
pkg/plugins/common/k8s/composite_validator.go | 2 +-
.../k8s/webhooks/containerpatch_validator.go | 2 +-
pkg/plugins/runtime/k8s/webhooks/defaulter.go | 2 +-
.../k8s/webhooks/owner_reference_mutator.go | 2 +-
.../k8s/webhooks/policy_namespace_validator.go | 4 +-
.../runtime/k8s/webhooks/service_validator.go | 2 +-
pkg/plugins/runtime/k8s/webhooks/validation.go | 4 +-
pkg/plugins/runtime/k8s/webhooks/zone_validator.go | 2 +-
25 files changed, 655 insertions(+), 551 deletions(-)
copy pkg/xds/envoy/sockets.go =>
dubboctl/internal/builders/pack/mirror/error.go (57%)
create mode 100644 dubboctl/internal/builders/pack/mirror/mirror.go