Skip to content

Commit

Permalink
Upload Docker image used for connection tests to GHCR.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 25, 2024
1 parent 7464002 commit 3e90931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/images/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ function convert_image {

# convert_image docker.io/library/registry:2.6.1 docker-distribution:2.6.1
# convert_image docker.io/library/registry:2.8.3 docker-distribution:2.8.3
convert_image docker.io/library/python:3-alpine docker-python:3-alpine
2 changes: 1 addition & 1 deletion tests/integration/targets/setup_docker/vars/main.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later

# Docker images for runme.sh based tests
DOCKER_TEST_IMAGE_PYTHON3=python:3-alpine
DOCKER_TEST_IMAGE_PYTHON3=ghcr.io/ansible-collections/community.docker/docker-python:3-alpine

0 comments on commit 3e90931

Please sign in to comment.