Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-manifest
$ echo "$CI_REGISTRY_IMAGE"
k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo
$ echo "$CI_COMMIT_REF_SLUG"
master
$ FULLVERSION=BASE_VERSION.$(date +"%y%m%d%H%M")
$ export $FULLVERSION
/bin/sh: export: line 127: BASE_VERSION.2508151033: bad variable namesection_end:1755254028:step_scriptsection_start:1755254028:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755254028:cleanup_file_variablesERROR: Job failed: exit code 2
Build
build-master-x86
$ echo "$CI_REGISTRY_IMAGE"
k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo
$ echo "$CI_COMMIT_REF_SLUG"
master
$ FULLVERSION=BASE_VERSION.$(date +"%y%m%d%H%M")
$ export $FULLVERSION
/bin/sh: export: line 127: BASE_VERSION.2508151033: bad variable namesection_end:1755253986:step_scriptsection_start:1755253986:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755253987:cleanup_file_variablesERROR: Job failed: exit code 2
Build
build-master-arm64
Running with gitlab-runner 18.2.1 (cc489270)
on 10.100.19.154_ARM64 50ee28160, system ID: r_6QEV5zPm36uKsection_start:1755253946:prepare_executorPreparing the "docker" executor
Using Docker executor with image docker:latest ...
Starting service docker:dind...
Using effective pull policy of [always] for container docker:dind
Pulling docker image docker:dind ...
WARNING: Failed to pull image with policy "always": Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) (manager.go:238:15s)section_end:1755253962:prepare_executorERROR: Job failed: failed to pull image "docker:dind" with specified policies [always]: Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) (manager.go:238:15s)