-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quentin Perez
committed
Jun 30, 2016
1 parent
a6595e0
commit 44131c7
Showing
31 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-aarch64-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-aarch64-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-alpha-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-alpha-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-arm-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-arm-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-armeb-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-armeb-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-cris-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-cris-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-i386-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-i386-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-m68k-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-m68k-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-microblaze-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-microblaze-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-microblazeel-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-microblazeel-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-mips-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-mips-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-mips64-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-mips64-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-mips64el-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-mips64el-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-mipsel-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-mipsel-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-mipsn32-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-mipsn32-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-mipsn32el-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-mipsn32el-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-or32-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-or32-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-ppc-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-ppc-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-ppc64-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-ppc64-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-ppc64abi32-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-ppc64abi32-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-ppc64le-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-ppc64le-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-s390x-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-s390x-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-sh4-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-sh4-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-sh4eb-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-sh4eb-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-sparc-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-sparc-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-sparc32plus-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-sparc32plus-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-sparc64-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-sparc64-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-tilegx-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-tilegx-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-unicore32-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-unicore32-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM scratch | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-x86_64-static.tar.xz /usr/bin | ||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/x86_64_qemu-x86_64-static.tar.xz /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters