Running with gitlab-runner 16.7.0 (102c81ba)
  on ci-runner@wasenweiler.sit-servers.net MyR9mHE7, system ID: s_08a727d10beb
section_start:1705644974:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gcr.io/kaniko-project/executor:v1.20.0-debug ...
Pulling docker image gcr.io/kaniko-project/executor:v1.20.0-debug ...
Using docker image sha256:8083515dd73b163abc69de4db31ccb1c9ee31cc619f97eba42fa5348f1dc92d8 for gcr.io/kaniko-project/executor:v1.20.0-debug with digest gcr.io/kaniko-project/executor@sha256:6976d731d1fc2a4e89986d833c1538946bd36b43e21fb1d0db38fe9499adc49c ...
section_end:1705644976:prepare_executor
section_start:1705644976:prepare_script
Preparing environment
Running on runner-myr9mhe7-project-769-concurrent-0 via gitlab-ci.wasenweiler.sit-servers.net...
section_end:1705644977:prepare_script
section_start:1705644977:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/frank/docker-retag/.git/
Created fresh repository.
Checking out af5f3e5c as detached HEAD (ref is 1.0.1)...

Skipping Git submodules setup
section_end:1705644978:get_sources
section_start:1705644978:step_script
Executing "step_script" stage of the job script
Using docker image sha256:8083515dd73b163abc69de4db31ccb1c9ee31cc619f97eba42fa5348f1dc92d8 for gcr.io/kaniko-project/executor:v1.20.0-debug with digest gcr.io/kaniko-project/executor@sha256:6976d731d1fc2a4e89986d833c1538946bd36b43e21fb1d0db38fe9499adc49c ...
$ echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
$ /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
INFO[0000] Retrieving image manifest python:3.11        
INFO[0000] Retrieving image python:3.11 from registry index.docker.io 
INFO[0001] Built cross stage deps: map[]                
INFO[0001] Retrieving image manifest python:3.11        
INFO[0001] Returning cached image manifest              
INFO[0001] Executing 0 build triggers                   
INFO[0001] Building stage 'python:3.11' [idx: '0', base-idx: '-1'] 
INFO[0001] Skipping unpacking as no commands require it. 
INFO[0001] Pushing image to gitlab.sauerburger.com:5049/frank/docker-retag:1.0.1 
INFO[0003] Pushed gitlab.sauerburger.com:5049/frank/docker-retag@sha256:039f98c6c6b167ea26d9041645c9d144e2fc90b154786071d17587453eaaf80a 
section_end:1705644982:step_script
section_start:1705644982:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1705644983:cleanup_file_variables
Job succeeded