|
49 | 49 | case $arch in
|
50 | 50 | amd64)
|
51 | 51 | # https://github.com/docker-library/busybox/tree/dist-amd64
|
52 |
| - # https://github.com/docker-library/busybox/tree/31d342ad033e27c18723a516a2274ab39547be27/stable/glibc |
53 |
| - url="https://github.com/docker-library/busybox/raw/31d342ad033e27c18723a516a2274ab39547be27/stable/glibc/busybox.tar.xz" |
| 52 | + # https://github.com/docker-library/busybox/tree/3fe52725c149a6966493eefe94d32a2704b6b7bf/latest/musl/amd64 |
| 53 | + url="https://github.com/docker-library/busybox/raw/3fe52725c149a6966493eefe94d32a2704b6b7bf/latest/musl/amd64/rootfs.tar.gz" |
54 | 54 | ;;
|
55 | 55 |
|
56 |
| -armv5) |
57 |
| - # https://github.com/docker-library/busybox/tree/dist-arm32v5 |
58 |
| - # https://github.com/docker-library/busybox/tree/96ea82ea25565f78b50bd032d5768d64985d6e11/stable/glibc |
59 |
| - url="https://github.com/docker-library/busybox/raw/96ea82ea25565f78b50bd032d5768d64985d6e11/stable/glibc/busybox.tar.xz" |
| 56 | +armv6) |
| 57 | + # https://github.com/docker-library/busybox/tree/dist-arm32v6 |
| 58 | + # https://github.com/docker-library/busybox/tree/248607b93b215b4e7c8c6b3cd141f23de2e740ac/latest/musl/arm32v6 |
| 59 | + url="https://github.com/docker-library/busybox/raw/248607b93b215b4e7c8c6b3cd141f23de2e740ac/latest/musl/arm32v6/rootfs.tar.gz" |
60 | 60 | ;;
|
61 | 61 |
|
62 | 62 | armv7)
|
63 | 63 | # https://github.com/docker-library/busybox/tree/dist-arm32v7
|
64 |
| - # https://github.com/docker-library/busybox/tree/5cb6c347469e86e4468e5e248de751b3598bb577/stable/glibc |
65 |
| - url="https://github.com/docker-library/busybox/raw/5cb6c347469e86e4468e5e248de751b3598bb577/stable/glibc/busybox.tar.xz" |
| 64 | + # https://github.com/docker-library/busybox/tree/5f7f7ef50c73b07d9822c08b5ba0d7fb98b7b43a/latest/musl/arm32v7 |
| 65 | + url="https://github.com/docker-library/busybox/raw/5f7f7ef50c73b07d9822c08b5ba0d7fb98b7b43a/latest/musl/arm32v7/rootfs.tar.gz" |
66 | 66 | ;;
|
67 | 67 |
|
68 | 68 | arm64)
|
69 | 69 | # https://github.com/docker-library/busybox/tree/dist-arm64v8
|
70 |
| - # https://github.com/docker-library/busybox/tree/94c664b5ca464546266bce54be0082874a44c7b2/stable/glibc |
71 |
| - url="https://github.com/docker-library/busybox/raw/94c664b5ca464546266bce54be0082874a44c7b2/stable/glibc/busybox.tar.xz" |
| 70 | + # https://github.com/docker-library/busybox/tree/ab49e875ac9a27b182e49d70672530d6ec71d5d7/latest/musl/arm64v8 |
| 71 | + url="https://github.com/docker-library/busybox/raw/ab49e875ac9a27b182e49d70672530d6ec71d5d7/latest/musl/arm64v8/rootfs.tar.gz" |
72 | 72 | ;;
|
73 | 73 |
|
74 | 74 | 386)
|
75 | 75 | # https://github.com/docker-library/busybox/tree/dist-i386
|
76 |
| - # https://github.com/docker-library/busybox/tree/461a473aef31b7726ea99909a24551bf44565c05/stable/glibc |
77 |
| - url="https://github.com/docker-library/busybox/raw/461a473aef31b7726ea99909a24551bf44565c05/stable/glibc/busybox.tar.xz" |
78 |
| - ;; |
79 |
| - |
80 |
| -mips64le) |
81 |
| - # https://github.com/docker-library/busybox/tree/dist-mips64le |
82 |
| - # https://github.com/docker-library/busybox/tree/47f73f7c735dcd6760a976bfe0012d251b6ef0a9/stable/glibc |
83 |
| - url="https://github.com/docker-library/busybox/raw/47f73f7c735dcd6760a976bfe0012d251b6ef0a9/stable/glibc/busybox.tar.xz" |
| 76 | + # https://github.com/docker-library/busybox/tree/a3bd0b33cc571a394668621670d67886da930223/latest/musl/i386 |
| 77 | + url="https://github.com/docker-library/busybox/raw/a3bd0b33cc571a394668621670d67886da930223/latest/musl/i386/rootfs.tar.gz" |
84 | 78 | ;;
|
85 | 79 |
|
86 | 80 | ppc64le)
|
87 | 81 | # https://github.com/docker-library/busybox/tree/dist-ppc64le
|
88 |
| - # https://github.com/docker-library/busybox/tree/9ca13bc214717966383cf97e08606b444b7300e4/stable/glibc |
89 |
| - url="https://github.com/docker-library/busybox/raw/9ca13bc214717966383cf97e08606b444b7300e4/stable/glibc/busybox.tar.xz" |
| 82 | + # https://github.com/docker-library/busybox/tree/fe3c277a9485182093b8b471d428ce9c9574a056/latest/musl/ppc64le |
| 83 | + url="https://github.com/docker-library/busybox/raw/fe3c277a9485182093b8b471d428ce9c9574a056/latest/musl/ppc64le/rootfs.tar.gz" |
| 84 | + ;; |
| 85 | + |
| 86 | +riscv64) |
| 87 | + # https://github.com/docker-library/busybox/tree/dist-riscv64 |
| 88 | + # https://github.com/docker-library/busybox/tree/57a6af974cdd6e8859cb2c76927765872426c39b/latest/musl/riscv64 |
| 89 | + url="https://github.com/docker-library/busybox/raw/57a6af974cdd6e8859cb2c76927765872426c39b/latest/musl/riscv64/rootfs.tar.gz" |
90 | 90 | ;;
|
91 | 91 |
|
92 | 92 | s390x)
|
93 | 93 | # https://github.com/docker-library/busybox/tree/dist-s390x
|
94 |
| - # https://github.com/docker-library/busybox/tree/a03814d21bcf97767121bb9422a742ec237a09e2/stable/glibc |
95 |
| - url="https://github.com/docker-library/busybox/raw/a03814d21bcf97767121bb9422a742ec237a09e2/stable/glibc/busybox.tar.xz" |
| 94 | + # https://github.com/docker-library/busybox/tree/53c1b0b8d9fff46e5ada0e5816fb5fd0281ef246/latest/musl/s390x |
| 95 | + url="https://github.com/docker-library/busybox/raw/53c1b0b8d9fff46e5ada0e5816fb5fd0281ef246/latest/musl/s390x/rootfs.tar.gz" |
96 | 96 | ;;
|
97 | 97 |
|
98 | 98 | *)
|
|
0 commit comments