diff --git a/Makefile b/Makefile index e29bc2c..ea8a7cc 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ $(SUBDIRS): @pushd $@ && \ npx devcontainer build \ --platform linux/amd64,linux/arm64 \ - --image-name $(REGISTRY)/devcontainers/$@ \ + --image-name $(REGISTRY)/devcontainers-$@ \ --cache-to type=local,dest=$(HOME)/docker-buildcache/devcontainers/$@,mode=max \ --cache-from type=local,src=$(HOME)/docker-buildcache/devcontainers/$@ && \ - docker push $(REGISTRY)/devcontainers/$@ &&\ + docker push $(REGISTRY)/devcontainers-$@ &&\ popd # 伪目标声明 diff --git a/develop-base/.devcontainer/Dockerfile b/develop-base/.devcontainer/Dockerfile index 53635ab..1ab3774 100644 --- a/develop-base/.devcontainer/Dockerfile +++ b/develop-base/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM crpi-kbfsbvlqwt19zxum-vpc.cn-hongkong.personal.cr.aliyuncs.com/registry-yqxpro/devcontainers/common-base +FROM crpi-kbfsbvlqwt19zxum-vpc.cn-hongkong.personal.cr.aliyuncs.com/registry-yqxpro/devcontainers-common-base # Mount for docker-in-docker VOLUME [ "/var/lib/docker" ] diff --git a/universal-base/.devcontaiener/Dockerfile b/universal-base/.devcontaiener/Dockerfile index b70a5b5..e703dcd 100644 --- a/universal-base/.devcontaiener/Dockerfile +++ b/universal-base/.devcontaiener/Dockerfile @@ -1 +1 @@ -FROM crpi-kbfsbvlqwt19zxum-vpc.cn-hongkong.personal.cr.aliyuncs.com/registry-yqxpro/devcontainers/develop-base +FROM crpi-kbfsbvlqwt19zxum-vpc.cn-hongkong.personal.cr.aliyuncs.com/registry-yqxpro/devcontainers-develop-base