Running with gitlab-runner 13.11.0 (7f7a4bb0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg WntjV97x  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1620844482:resolve_secrets Resolving secrets section_end:1620844482:resolve_secrets section_start:1620844482:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runners Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ... section_end:1620844482:prepare_executor section_start:1620844482:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-wntjv97x-project-2327-concurrent-1mgjs4 to be running, status is Pending Running on runner-wntjv97x-project-2327-concurrent-1mgjs4 via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg... section_end:1620844485:prepare_script section_start:1620844485:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/platform-one/big-bang/pipeline-templates/pipeline-templates/.git/ Created fresh repository. Checking out df7adcd3 as compression... Skipping Git submodules setup section_end:1620844485:get_sources section_start:1620844485:step_script Executing "step_script" stage of the job script $ echo "Building ${IMAGE}:${CI_COMMIT_SHORT_SHA} using ${DOCKERFILE_DIR}/${DOCKERFILE_NAME}" Building registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/go-dnsmasq:df7adcd3 using jobs/go-dnsmasq/Dockerfile $ echo "{\"auths\":{" > /kaniko/.docker/config.json $ echo "\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}," >> /kaniko/.docker/config.json $ echo "\"$REGISTRY1\":{\"username\":\"$REGISTRY1_USER_\",\"password\":\"$REGISTRY1_PASSWORD_\"}" >> /kaniko/.docker/config.json $ echo "}}" >> /kaniko/.docker/config.json $ /kaniko/executor --context ${DOCKERFILE_DIR} --dockerfile ${DOCKERFILE_NAME} --destination ${IMAGE}:${CI_COMMIT_SHORT_SHA} INFO[0003] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0003] Retrieving image registry.access.redhat.com/ubi8/ubi-minimal:8.3 from registry registry.access.redhat.com INFO[0003] Built cross stage deps: map[] INFO[0003] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0003] Returning cached image manifest INFO[0003] Executing 0 build triggers INFO[0003] Unpacking rootfs as cmd ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 /go-dnsmasq requires it. INFO[0007] Using files from context: [] INFO[0007] ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 /go-dnsmasq INFO[0007] Adding remote URL https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 to /go-dnsmasq INFO[0007] Taking snapshot of files... INFO[0007] RUN chmod +x /go-dnsmasq INFO[0007] Taking snapshot of full filesystem... INFO[0007] cmd: /bin/sh INFO[0007] args: [-c chmod +x /go-dnsmasq] INFO[0007] Running: [/bin/sh -c chmod +x /go-dnsmasq] INFO[0007] Taking snapshot of full filesystem... INFO[0007] ENV DNSMASQ_LISTEN=0.0.0.0 INFO[0007] EXPOSE 53 53/udp INFO[0007] cmd: EXPOSE INFO[0007] Adding exposed port: 53/tcp INFO[0007] Adding exposed port: 53/udp INFO[0007] ENTRYPOINT ["/go-dnsmasq"] INFO[0007] Pushing image to registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/go-dnsmasq:df7adcd3 INFO[0009] Pushed image to 1 destinations section_end:1620844495:step_script section_start:1620844495:cleanup_file_variables Cleaning up file based variables section_end:1620844495:cleanup_file_variables Job succeeded