Avi Deitcher
d018c425f6
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-28 20:51:39 +02:00
Avi Deitcher
d907c675d2
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-28 15:31:01 +02:00
Avi Deitcher
b71ac70742
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-28 10:55:04 +02:00
Avi Deitcher
cbe149e97a
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-27 22:27:54 +02:00
Avi Deitcher
73d160e356
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-27 21:09:45 +02:00
Avi Deitcher
96df8f8fda
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-25 23:23:34 +02:00
yzewei
27c08f25ad
Add loongarch64 support to binfmt_misc
...
Signed-off-by: yzewei <yangzewei@loongson.cn >
2024-01-09 09:04:36 +08:00
Avi Deitcher
b633950059
replace ancient debian version in binfmt
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2023-06-12 15:58:04 +03:00
Avi Deitcher
d4b5d5df79
include main.Version in binaries
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2023-06-12 14:02:30 +03:00
Avi Deitcher
e668b25a82
Alpine 317 ( #3888 )
2023-01-05 07:26:50 +02:00
Dave Tucker
b22a7853a0
binfmt: Migrate to Go Modules
...
Signed-off-by: Dave Tucker <dave@dtucker.co.uk >
2022-01-11 20:18:38 +00:00
Avi Deitcher
7549a63c9f
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2021-11-09 14:02:42 +02:00
Avi Deitcher
ef3e45ac02
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2021-04-28 09:13:18 +03:00
Rolf Neugebauer
ea8ecd146d
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2020-05-10 14:52:05 +01:00
Justin Cormack
c01f72d556
Add Risc-V support and only ship binaries we use
...
Ported from https://github.com/docker/binfmt/pull/21
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2020-05-07 11:53:30 +01:00
Justin Cormack
d2f55af35c
Update to Qemu 4.2.0 from Debian testing
...
This has fixed a lot of outstanding emulation issues, see comments
in https://github.com/docker/binfmt/pull/24
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2020-05-04 16:22:52 +01:00
Rolf Neugebauer
2f4034d36c
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2020-04-17 10:36:03 +01:00
Rolf Neugebauer
c7799a9080
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2019-04-16 23:25:22 +01:00
Rolf Neugebauer
4fdad53190
pkgs: Update packages to the latest linuxkit/alpine
...
except for bpftrace, since it does not compile:
https://github.com/linuxkit/linuxkit/pull/3230
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2019-03-03 12:25:40 +00:00
Johannes Würbach
81d17a19c4
Add s390x support to binfmt_misc
...
Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com >
2018-12-22 22:50:37 +01:00
Rolf Neugebauer
21ff90c4c7
pkgs: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2018-07-26 20:03:09 +01:00
Rolf Neugebauer
c1e10002b0
pkgs: Update packages to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-10 15:49:20 +01:00
Rolf Neugebauer
a9acdd827e
pkg: Update packages to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-07-07 18:05:29 +01:00
Justin Barrick
14ba30f418
Workaround DNS issue with qemu-user-static on alpine by using Debian in the first stage #2710
...
DNS lookups fail in qemu-user when it is built on Alpine: https://bugs.alpinelinux.org/issues/8131
Until this is resolved, we fetch the binaries from Debian and use those instead. The final stage
of the Dockerfile is still based on scratch.
We can revert this once the Alpine issue is fixed.
Signed-off-by: Justin Barrick <jbarrick@cloudflare.com >
2018-06-22 14:10:50 +01:00
Justin Cormack
a6dbe8ceba
Rather than bind mounting binfmt_misc filesystem, mount a copy.
...
For some reason, bind mounting does not always seem to work,
sometimes the filesystem is empty. Mounting a fresh copy seems
a better solution, and simplifies things. The container does
need `CAP_SYS_ADMIN` but only on boot.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2018-06-22 14:10:43 +01:00
Rolf Neugebauer
1de059188b
pkgs: Update packages to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-05-12 13:18:03 +01:00
Robin Winkelewski
ffe9ac2319
move pkg config from Dockerfile to build.yml
...
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com >
2018-04-24 00:59:09 +02:00
Rolf Neugebauer
2d00440351
pkg: Update to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-04-05 14:05:39 +01:00
Rolf Neugebauer
eb9e6cda93
pkg: Update to latest alpine base
...
This should enable s390x support for all package
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-03-23 20:20:13 +00:00
Rolf Neugebauer
7cf2c5abf7
pkg: Update all packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-01-25 13:42:33 +00:00
Rolf Neugebauer
fa51c915ba
pkg: Update all package to the alpine:3.7 base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-12-08 16:25:13 +00:00
Ian Campbell
6c7b1c0251
Bump all packages to newest alpine.
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-24 10:11:24 +01:00
Ian Campbell
a9b03c3f95
Update all users of go-compile.sh to new alpine (go1.9)
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-12 16:47:35 +01:00
Ian Campbell
a237b51511
Bump alpine base across the board.
...
By running:
./scripts/update-component-sha.sh --image linuxkit/alpine ad35b6ddbc70faa07e59a9d7dee7707c08122e8d
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-10 09:55:45 +01:00
Rolf Neugebauer
e44783fea1
pkg: Update alpine base for all packages
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-03 17:46:10 +01:00
Justin Cormack
9a823cf2e2
Add mountpoint to binfmt image
...
As this is read only it should be explicitly created.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-27 15:05:48 +01:00
Rolf Neugebauer
699a864302
pkg: Update to new Alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-01 18:11:45 +01:00
Rolf Neugebauer
cab27698f4
pkg: Update all packages to the new alpine base
...
In a subsequent commit, all YAML files will be updated with
new package hashes since all packages needed rebuild due to
build system changes in commit adae27b8d1 ("Simplify
Makefiles for Packages"). So, we might as well bring all
packages up to the latest alpine base package.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-27 17:43:57 +01:00
Tycho Andersen
a208413ac0
fix package builds in some cases
...
0eb21735ae accidentally broke some package
builds by switching linuxkit/alpine to linuxkit/containerd. Let's revert
the ones that shouldn't be there.
Closes #1991
Signed-off-by: Tycho Andersen <tycho@docker.com >
2017-06-07 16:19:40 -06:00
Ian Campbell
0eb21735ae
Update to containerd bdf9f5f7388e8203e63a74b89800f7f3dd4a7743
...
Note that this is not the latest (which was 95efd45db073 at time of writing)
but the next commit 6428b4bad0c2 merges "Port ctr to use client package" breaks
the use of `ctr run --runtime-config` (by removing that option).
This contains https://github.com/containerd/containerd/pull/954 which was
causing some services to fail to start.
All previous uses of 15541037b9 are updated to
5749f2e9e6 .
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-07 09:38:10 +01:00
Justin Cormack
d9aada88dc
Update for new default namespaces
...
See https://github.com/moby/tool/pull/56
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-30 15:06:30 +01:00
Rolf Neugebauer
ebc7bd181a
pkg: Update the binfmt packages to use the Alpine base compiling
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-29 17:30:57 +01:00
Rolf Neugebauer
7915cae6bd
pkg: Update the Alpine base for some of the packages
...
The remaining packages will be updated with subsequent commits
to also include the config label.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-26 15:50:54 +01:00
Rolf Neugebauer
5cbd2d1a9a
pkg: Add moby config label to binfmt package
...
While at it also update to the newer Alpine base image
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-23 15:55:33 +01:00
Rolf Neugebauer
c1a873b489
pkg: Update most packages to new alpine base
...
Also make the HUB org/registry build time configurable
for these packages.
Others will be reworked in sub sequent commits.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-18 18:55:22 +01:00
Rolf Neugebauer
98a8be0087
pkg: Update packages to new version of the alpine base image
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-08 16:28:39 +01:00
Rolf Neugebauer
aea6d6c54e
pkg: Convert binfmt to use the Alpine base image and git tree hash
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-04 22:27:59 +01:00
Rolf Neugebauer
c6416ddecb
pkg: Use multi-stage builds for the binfmt package
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-04-25 14:54:54 +01:00
Justin Cormack
905636d642
Move installable packages to pkg
...
Still leaves some intermediate repos in `base/`
See #1266
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-22 12:33:11 +00:00