aboutsummaryrefslogtreecommitdiff
path: root/utils/containerd
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* containerd: Update to 1.6.16 for dockerdGerard Ryan2023-03-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.13 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.8 for Docker v20.10.18Gerard Ryan2022-09-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.6 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.4 for docker v20.10.16Gerard Ryan2022-05-16
| | | | | | * Overrode `PREFIX` to have the old behaviour Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to 1.5.11Andy Dodd2022-05-03
| | | | Signed-off-by: Andy Dodd <atd7@cornell.edu>
* containerd: Update to 1.4.12Gerard Ryan2021-11-22
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to 1.4.11Ren Zongjia2021-11-08
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* containerd: Updated to 1.4.9 for docker 20.10.8Gerard Ryan2021-08-12
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Updated to 1.4.6 for docker 20.10.7Gerard Ryan2021-06-09
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Updated to 1.4.4 for docker 20.10.6Gerard Ryan2021-04-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* containerd: add missing no MIPS16 variableRosen Penev2021-01-08
| | | | | | | This succeeded on the buildbots as runc included its lack of mips in dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* containerd: remove non MIPS dependsRosen Penev2021-01-07
| | | | | | MIPS is supported now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* containerd: Updated to v1.4.3 for dockerdGerard Ryan2020-12-15
| | | | | | SELinux and Seccomp are now enabled via the kernel options themselves Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Updated to 1.3.7Gerard Ryan2020-09-24
| | | | | | * libseccomp seems to be a requirement for compilation now Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Removed DevInstall target and RefactorGerard Ryan2020-07-29
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* golang: Rename GoPackage/Environment to GO_PKG_VARSJeffery To2020-05-13
| | | | | | | | | | The variable is a list of shell variables; the new name is more in-line with other parts the build system (CONFIGURE_VARS, MAKE_VARS, etc.). GoPackage/Environment is kept (for now) in case other feeds are using it. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* containerd: Updated to v1.2.13 for docker 19.03.8Gerard Ryan2020-03-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: fix incomplete cleanup in Build/InstallDevTexot Qi2020-02-27
| | | | | | | | | | | Currently it only cleans up binaries when executing Build/InstallDev without deleting .built stamp file. This leads to wrong information about existence of built runc binaries and causes error when executing package/containerd/install twice. Signed-off-by: Texot Qi <tete1030@gmail.com>
* golang: Reorganize GoPackage/Environment and Makefile variablesJeffery To2020-02-05
| | | | | | | | | | | | | | | * Move more environment variables into GoPackage/Environment * Split GoPackage/Environment into target and build sections * Do not set GOROOT_FINAL for Go packages (setting it should only affect the Go compiler and not Go packages) * Set CGO_LDFLAGS to $(TARGET_LDFLAGS) * Move GO_TARGET_* variables from golang-values.mk, and GO_VERSION_* variables from golang-version.mk, into golang/Makefile This also updates runc, containerd, and docker-ce to reflect the changes in GoPackage/Environment. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* containerd: enable build for aarch64 and armJohann Neuhauser2019-11-06
| | | | | | | Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* containerd: Updated to 1.2.10Gerard Ryan2019-10-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Added containerdGerard Ryan2019-07-04
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>