mirror of
https://github.com/apple/container.git
synced 2026-09-08 16:55:41 +00:00
When we were testing the repo, we added authentication to most of the registry tests so that we could access private images. Now that the images are public, this PR removes the use of REGISTRY_TOKEN and REGISTRY_USERNAME in tests that no longer require authenticating. Note: REGISTRY_TOKEN, REGISTRY_USERNAME, and REGISTRY_HOST are still required in the CI to push images and for a few registry tests. So the env variables are not completely removed. The variables are only used in the test tool cctl and in our swift tests. Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>