Skip to content

Commit

Permalink
add busybox docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cnk3x committed Aug 6, 2024
1 parent 90d4017 commit 640fedf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker/busybox/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
docker buildx build `
-t cnk3x/xunlei:busybox `
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox `
-t cnk3x/xunlei:3.20.1-busybox `
-t ghcr.io/cnk3x/xunlei:busybox `
-t ghcr.io/cnk3x/xunlei:3.20.1-busybox `
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox `
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:3.20.1-busybox `
-f .\docker\busybox\Dockerfile `
--platform "linux/amd64,linux/arm64" `
--push .
5 changes: 4 additions & 1 deletion docker/busybox/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
docker buildx build \
-t cnk3x/xunlei:busybox \
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox \
-t cnk3x/xunlei:3.20.1-busybox \
-t ghcr.io/cnk3x/xunlei:busybox \
-t ghcr.io/cnk3x/xunlei:3.20.1-busybox \
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:busybox \
-t registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:3.20.1-busybox \
-f ./docker/busybox/Dockerfile \
--platform "linux/amd64,linux/arm64" \
--push .

0 comments on commit 640fedf

Please sign in to comment.