Skip to content

Commit

Permalink
automated: linux: support hello-world docker image from AWS
Browse files Browse the repository at this point in the history
This patch enables "hello-world" image testing from Amazon mirror. It's
required for cases where hub.docker.com is not available.

Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew committed Jun 26, 2024
1 parent 140f9f2 commit aaf96f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automated/linux/docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ exit_on_fail "start-docker-service" "${skip_list}"

case "${IMAGE}" in
hello-world)
public.ecr.aws/docker/library/hello-world)
docker run --rm "${IMAGE}"
;;
*)
Expand Down

0 comments on commit aaf96f2

Please sign in to comment.