Running with gitlab-runner 15.4.0 (43b2dc3d)  on gitlab 6RHY3cuy section_start:1678441302:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:stable ... Pulling docker image registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-43b2dc3d ... Using docker image sha256:d6bcdaf395c4c1daad91cce0734371ed62645bc6f8d5e6c824facac0a8878065 for registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-43b2dc3d with digest registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper@sha256:7b3f4f5dc892eb63f6df2a9a021dbe53c5b347ef9ad8104deeeb8a7c4a3210e4 ... Pulling docker image docker:stable ... Using docker image sha256:b0757c55a1fdbb59c378fd34dde3e12bd25f68094dd69546cf5ca00ddbaa7a33 for docker:stable with digest docker@sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a ... section_end:1678441409:prepare_executor section_start:1678441409:prepare_script Preparing environment Pulling docker image registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-43b2dc3d ... Using docker image sha256:d6bcdaf395c4c1daad91cce0734371ed62645bc6f8d5e6c824facac0a8878065 for registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-43b2dc3d with digest registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper@sha256:7b3f4f5dc892eb63f6df2a9a021dbe53c5b347ef9ad8104deeeb8a7c4a3210e4 ... Running on runner-6rhy3cuy-project-10-concurrent-0 via gitlab... section_end:1678441443:prepare_script section_start:1678441443:get_sources Getting source from Git repository Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/backend/06.eco_merchantlv3/.git/ Checking out 46be98e2 as main... Skipping Git submodules setup section_end:1678441449:get_sources section_start:1678441449:step_script Executing "step_script" stage of the job script Pulling docker image docker:stable ... Using docker image sha256:b0757c55a1fdbb59c378fd34dde3e12bd25f68094dd69546cf5ca00ddbaa7a33 for docker:stable with digest docker@sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a ... $ docker version Client: Docker Engine - Community Version: 19.03.14 API version: 1.40 Go version: go1.13.15 Git commit: 5eb3275 Built: Tue Dec 1 19:14:24 2020 OS/Arch: linux/amd64 Experimental: false Server: Engine: Version: 20.10.17 API version: 1.41 (minimum version 1.12) Go version: go1.18.10 Git commit: a89b842 Built: Tue Mar 7 06:30:14 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.6.6 GitCommit: 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 runc: Version: 1.1.2 GitCommit: docker-init: Version: 0.19.0 GitCommit: de40ad0 $ docker login -u vietthang2 -p Thang321 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build -t $V_DOCKER_IMAGE:$CI_COMMIT_SHA -f Eco.MerchantApiLV3/Dockerfile --no-cache . Sending build context to Docker daemon 2.143MB Step 1/9 : FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine as build 6.0-alpine: Pulling from dotnet/sdk 63b65145d645: Pulling fs layer b9fad1019655: Pulling fs layer 67bfff1f8013: Pulling fs layer 0285759ef4a1: Pulling fs layer 5c04698d67cf: Pulling fs layer fcfd3fdee13a: Pulling fs layer 6a1ca9d99206: Pulling fs layer 5c04698d67cf: Waiting 0285759ef4a1: Waiting fcfd3fdee13a: Waiting 63b65145d645: Verifying Checksum 63b65145d645: Download complete 63b65145d645: Pull complete b9fad1019655: Verifying Checksum b9fad1019655: Download complete b9fad1019655: Pull complete 0285759ef4a1: Verifying Checksum 0285759ef4a1: Download complete 5c04698d67cf: Verifying Checksum 5c04698d67cf: Download complete 67bfff1f8013: Verifying Checksum 67bfff1f8013: Download complete 67bfff1f8013: Pull complete 0285759ef4a1: Pull complete 5c04698d67cf: Pull complete 6a1ca9d99206: Verifying Checksum 6a1ca9d99206: Download complete fcfd3fdee13a: Verifying Checksum fcfd3fdee13a: Download complete fcfd3fdee13a: Pull complete 6a1ca9d99206: Pull complete Digest: sha256:4de9841e3d76e88d56881a0273054af9a13ca1788624dde6e45eaa211c7005e2 Status: Downloaded newer image for mcr.microsoft.com/dotnet/sdk:6.0-alpine No such image: mcr.microsoft.com/dotnet/sdk:6.0-alpine section_end:1678441743:step_script ERROR: Job failed: exit code 1