Skip to content

Commit e4568ad

Browse files
committed
dist
1 parent b8559ea commit e4568ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+245
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
busybox-static.deb
2+
data.tar.*
3+
rootfs

alpha/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

alpha/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

alpha/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alpha

alpha/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

alpha/rootfs.tar.xz

820 KB
Binary file not shown.

amd64/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

amd64/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
amd64

amd64/deb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://ftp.fr.debian.org/debian/pool/main/b/busybox/busybox-static_1.22.0-15+b1_amd64.deb

amd64/rootfs.tar.xz

763 KB
Binary file not shown.

arm64/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

arm64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

arm64/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
arm64

arm64/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

arm64/rootfs.tar.xz

820 KB
Binary file not shown.

armel/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

armel/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

armel/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
armel

armel/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

armel/rootfs.tar.xz

819 KB
Binary file not shown.

armhf/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

armhf/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

armhf/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
armhf

armhf/deb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://ftp.fr.debian.org/debian/pool/main/b/busybox/busybox-static_1.22.0-15+b1_armhf.deb

armhf/rootfs.tar.xz

639 KB
Binary file not shown.

hppa/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

hppa/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

hppa/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hppa

hppa/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

hppa/rootfs.tar.xz

819 KB
Binary file not shown.

hurd-i386/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

hurd-i386/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

hurd-i386/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hurd-i386

hurd-i386/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

hurd-i386/rootfs.tar.xz

819 KB
Binary file not shown.

i386/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

i386/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

i386/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
i386

i386/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

i386/rootfs.tar.xz

820 KB
Binary file not shown.

kfreebsd-amd64/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

kfreebsd-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

kfreebsd-amd64/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kfreebsd-amd64

kfreebsd-amd64/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

kfreebsd-amd64/rootfs.tar.xz

820 KB
Binary file not shown.

kfreebsd-i386/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

kfreebsd-i386/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

kfreebsd-i386/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kfreebsd-i386

kfreebsd-i386/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

kfreebsd-i386/rootfs.tar.xz

819 KB
Binary file not shown.

m68k/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

m68k/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

m68k/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
m68k

m68k/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

m68k/rootfs.tar.xz

819 KB
Binary file not shown.

mips/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

mips/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

mips/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mips

mips/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

mips/rootfs.tar.xz

819 KB
Binary file not shown.

mipsel/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

mipsel/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

mipsel/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mipsel

mipsel/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

mipsel/rootfs.tar.xz

820 KB
Binary file not shown.

powerpc/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

powerpc/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

powerpc/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
powerpc

powerpc/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

powerpc/rootfs.tar.xz

819 KB
Binary file not shown.

powerpcspe/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

powerpcspe/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

powerpcspe/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
powerpcspe

powerpcspe/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

powerpcspe/rootfs.tar.xz

819 KB
Binary file not shown.

ppc64/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

ppc64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

ppc64/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ppc64

ppc64/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

ppc64/rootfs.tar.xz

819 KB
Binary file not shown.

ppc64el/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

ppc64el/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

ppc64el/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ppc64el

ppc64el/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

ppc64el/rootfs.tar.xz

819 KB
Binary file not shown.

s390x/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

s390x/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

s390x/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
s390x

s390x/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

s390x/rootfs.tar.xz

819 KB
Binary file not shown.

sh4/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

sh4/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

sh4/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sh4

sh4/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

sh4/rootfs.tar.xz

819 KB
Binary file not shown.

sparc64/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

sparc64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

sparc64/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sparc64

sparc64/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

sparc64/rootfs.tar.xz

819 KB
Binary file not shown.

x32/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rootfs
2+
data.tar.*
3+
busybox-static.deb

x32/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM scratch
2+
ADD rootfs.tar.xz /

x32/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
x32

x32/deb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
http://opensource.exmeritus.com/mirror/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
2+
http://mirrors.fe.up.pt/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
3+
http://ftp.kr.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
4+
http://debian.nctu.edu.tw/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
5+
http://ftp.de.debian.org/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb
6+
http://debian.advalem.net/debian-ports//pool-alpha/main/b/busybox/busybox-static_1.22.0-15_alpha.deb

x32/rootfs.tar.xz

819 KB
Binary file not shown.

0 commit comments

Comments
 (0)