Skip to content

Commit

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

Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew authored and roxell committed Jul 4, 2024
1 parent 140f9f2 commit f6c0d55
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)
docker run --rm "${IMAGE}"
;;
*)
Expand Down

0 comments on commit f6c0d55

Please sign in to comment.