Skip to content

awk command not available - docker_publish broken

Describe the bug

The awk command is not available anymore. Apparently there is an issue with quay.io/skopeo/stable:latest being updated today

Expected behavior

docker_publish job is successful

Actual behavior

docker_publish job fails

Logs and/or screenshots

$ echo 'Waiting for job to start' # collapsed multi-line command Waiting for job to start $ # BEGSCRIPT # collapsed multi-line command /scripts-3810-538269/step_script: line 320: awk: command not found

Context & Configuration

NA

The issue was reproduced using:

I tried using Docker component 6.0 and 6.1

Here is the .gitlab-ci.yml file:

include:

  # Docker template
  - component: "$CI_SERVER_FQDN/to-be-continuous/docker/gitlab-ci-docker@6.1"