Skip to content

Commit 640fedf

Browse files
author
cnk3x
committed
add busybox docker build
1 parent 90d4017 commit 640fedf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

docker/busybox/build.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
docker buildx build `
22
-t cnk3x/xunlei:busybox `
3-
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox `
3+
-t cnk3x/xunlei:3.20.1-busybox `
44
-t ghcr.io/cnk3x/xunlei:busybox `
5+
-t ghcr.io/cnk3x/xunlei:3.20.1-busybox `
6+
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox `
7+
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:3.20.1-busybox `
58
-f .\docker\busybox\Dockerfile `
69
--platform "linux/amd64,linux/arm64" `
710
--push .

docker/busybox/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
docker buildx build \
22
-t cnk3x/xunlei:busybox \
3-
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox \
3+
-t cnk3x/xunlei:3.20.1-busybox \
44
-t ghcr.io/cnk3x/xunlei:busybox \
5+
-t ghcr.io/cnk3x/xunlei:3.20.1-busybox \
6+
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox \
7+
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:3.20.1-busybox \
58
-f ./docker/busybox/Dockerfile \
69
--platform "linux/amd64,linux/arm64" \
710
--push .

0 commit comments

Comments
 (0)