Skip to content

Commit 095f5e9

Browse files
authored
AtomHub 已下线,移除开放原子容器镜像 (#914)
1 parent e655263 commit 095f5e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

sapi/docker/build-export-container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ done
5151

5252
case "$MIRROR" in
5353
china | openatom)
54-
CONTAINER_BASE_IMAGE="hub.atomgit.com/library/alpine:3.18"
54+
CONTAINER_BASE_IMAGE="docker.io/library/alpine:3.18"
5555
;;
5656
esac
5757

sapi/quickstart/linux/run-alpine-container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ while [ $# -gt 0 ]; do
2828
MIRROR="$2"
2929
case "$MIRROR" in
3030
china | openatom)
31-
IMAGE="hub.atomgit.com/library/alpine:3.18"
31+
IMAGE="docker.io/library/alpine:3.18"
3232
;;
3333
esac
3434
;;

sapi/quickstart/linux/run-debian-container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ while [ $# -gt 0 ]; do
2828
MIRROR="$2"
2929
case "$MIRROR" in
3030
china | openatom)
31-
IMAGE="hub.atomgit.com/library/debian:12"
31+
IMAGE="docker.io/library/debian:12"
3232
;;
3333
esac
3434
;;

sapi/src/template/make.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@
330330
if [ -n "$2" ]; then
331331
MIRROR=$2
332332
case "$MIRROR" in
333-
china | openatom )
334-
CONTAINER_BASE_IMAGE="hub.atomgit.com/library/alpine:3.18"
333+
china | openatom)
334+
CONTAINER_BASE_IMAGE="docker.io/library/alpine:3.18"
335335
;;
336336
esac
337337
fi

0 commit comments

Comments
 (0)