Skip to content

Commit

Permalink
fixup: change tag
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Oct 19, 2023
1 parent 65af239 commit 9e05354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/setup-testing-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ko build --tags "latest" -B ./cmd/func

# Build custom buildah image for tests.
# This image will accept registries ending with .cluster.local as insecure (non-TLS).
docker build . -f - -t localhost:50000/buildah/stable:v1.31.0 <<EOF
docker build . -f - -t quay.io/buildah/stable:v1.31.0 <<EOF
FROM quay.io/buildah/stable:v1.31.0
RUN echo -e '\n[[registry]]\nprefix = "*.cluster.local"\ninsecure = true' >> '/etc/containers/registries.conf'
EOF

docker image save localhost:50000/buildah/stable:v1.31.0 | \
docker image save quay.io/buildah/stable:v1.31.0 | \
docker exec -i func-control-plane ctr -n=k8s.io images import -
docker rmi localhost:50000/buildah/stable:v1.31.0
docker rmi quay.io/buildah/stable:v1.31.0

0 comments on commit 9e05354

Please sign in to comment.