Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conformance tests: use mirror.gcr.io for most images #5673

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
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
11 changes: 7 additions & 4 deletions tests/conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ Conformance tests use Docker CE to build images to be compared with images built

## Run conformance tests

First, pull base images used by various conformance tests:
These are the base images used by various conformance tests:
```
bash
docker pull alpine
docker pull busybox
docker pull mirror.gcr.io/alpine
docker pull mirror.gcr.io/busybox
docker pull quay.io/libpod/centos:7
docker pull registry.fedoraproject.org/fedora-minimal:41-aarch64
docker pull registry.fedoraproject.org/fedora-minimal:41-amd64
docker pull registry.fedoraproject.org/fedora-minimal
```

Then you can run all of the tests with go test:
You can run all of the tests with go test (and under `buildah unshare` or `podman unshare` if you're not root):
```
go test -v -timeout=30m -tags "$(./btrfs_tag.sh) $(./btrfs_installed_tag.sh)" ./tests/conformance
```
Expand Down
Loading
Loading