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

3 jobs from master in 1 minute 32 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Build
failed #3542
build-manifest

00:38

failed #3541
arm64
build-master-arm64

00:45

failed #3540
amd64
build-master-x86

00:53

 

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/

Login Succeeded
$ 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