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 f2c2ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated/linux/docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ systemctl start docker
exit_on_fail "start-docker-service" "${skip_list}"

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

0 comments on commit f2c2ab7

Please sign in to comment.