Skip to content

Commit

Permalink
update registries
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 676142e commit 482b578
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions images/docker/image-factory-runner/files/containers.conf

This file was deleted.

5 changes: 0 additions & 5 deletions images/docker/image-factory-runner/files/registries.conf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ podman login "$CONTAINER_REGISTRY" \
echo "Configure registries:"
cat <<EOF > $HOME/.config/containers/registries.conf
[registries]
registries = ["$CONTAINER_REGISTRY"]
registries = ["$CONTAINER_REGISTRY", "docker.io"]
[registries.search]
registries = ["$CONTAINER_REGISTRY"]
registries = ["$CONTAINER_REGISTRY", "docker.io"]
EOF

# REG_TOKEN Token will be available only during container startup
Expand Down

0 comments on commit 482b578

Please sign in to comment.