Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

4 jobs from master in 2 minutes 11 seconds (queued for 1 second)
Status Job ID Name Coverage
  Build
passed #3536
build-init

00:53

failed #3539
build-manifest

00:39

failed #3538
arm64
build-master-arm64

00:55

failed #3537
amd64
build-master-x86

00:39

 

WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/

$ docker manifest create $CI_REGISTRY_IMAGE:$FULLVERSION $CI_REGISTRY_IMAGE:$FULLVERSION-amd64 $CI_REGISTRY_IMAGE:$FULLVERSION-arm64
error parsing name for manifest list k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo:: invalid reference format
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1


WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/

$ docker build -t $CI_REGISTRY_IMAGE:$FULLVERSION-amd64 . --pull -f Dockerfile --platform linux/amd64
ERROR: failed to build: invalid tag "k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo:-amd64": invalid reference format
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1


WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/

$ docker build -t $CI_REGISTRY_IMAGE:$FULLVERSION-arm64 . --pull -f Dockerfile --platform linux/arm64
ERROR: failed to build: invalid tag "k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo:-arm64": invalid reference format
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1