Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion images/ubuntu/scripts/build/install-container-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ fi
apt-get update
apt-get install ${install_packages[@]}
mkdir -p /etc/containers
printf "[registries.search]\nregistries = ['docker.io', 'quay.io']\n" | tee /etc/containers/registries.conf
# Write registries.conf in v2 format; skopeo >= 1.8 rejects the legacy v1 schema
# (see https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md)
printf 'unqualified-search-registries = ["docker.io", "quay.io"]\n' | tee /etc/containers/registries.conf

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run echo *** | skopeo login -u username --password-stdin ghcr.io
echo *** | skopeo login -u username --password-stdin ghcr.io
shell: bash --noprofile --norc -e -o pipefail {0}
env:
COVERITY_INSTALL_DIR: /opt/coverity
WORKSPACE: /__w/edge-linux-github-builds/edge-linux-github-builds
time="2026-06-11T12:02:58Z" level=fatal msg="get credentials: loading registries configuration "/etc/containers/registries.conf": registries.conf must be in v2 format but is in v1"
Error: Process completed with exit code 1. - due to this issue made the changes.


invoke_tests "Tools" "Containers"