summaryrefslogtreecommitdiffstats
path: root/package/docker-containerd/docker-containerd.mk
Commit message (Collapse)AuthorAgeFilesLines
* docker-containerd: bump to v1.2.3Christian Stewart2019-02-121-1/+1
| | | | | Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/docker-containerd: add missing dependency on host-pkgconfThomas Petazzoni2018-12-301-1/+1
| | | | | | | | | | | | | | When libsseccomp support is enabled, docker-containerd uses pkg-config to find libsseccomp, so we must depend on host-pkconf. Fixes the following build issue, detected with per-package directory support: pkg-config: exec: "pkg-config": executable file not found in $PATH Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/docker-containerd: bump to version 1.2.1Christian Stewart2018-12-301-1/+1
| | | | | | | | | This commit bumps docker-containerd to the latest tagged release, v1.2.1. This release is compatible with the current docker engine release (18.09). Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docker-containerd: bump to v1.1.3Christian Stewart2018-09-161-4/+15
| | | | | | | | | | | | | | | | | This commit bumps docker-containerd to v1.1.3. This is a requisite bump for the upgrade of docker-engine to 2018.06. The license file was renamed from LICENSE.code to LICENSE, so we take this opportunity to add the hash for the license file. The only change between LICENSE.code and LICENSE is: - Copyright 2013-2016 Docker, Inc. + Copyright The containerd Authors Signed-off-by: Christian Stewart <christian@paral.in> [Thomas: fix legal info, add hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docker-containerd: add missing docker-containerd symlinkSam Lancia2018-06-071-0/+1
| | | | | | | | | | | | | | | | Prior to commit 2dccb4f2fefd8a0dbda65dd0f7537f811e920b13 ("package/docker-containerd: convert to golang infrastructure"), the containerd binary was installed as docker-containerd. Following the conversion to the golang package infrastructure, the binary is now installed as "containerd", which breaks some use cases. Let's add a symlink link docker-containerd -> containerd to fix such use cases. Fixes: https://bugs.busybox.net/show_bug.cgi?id=11076 Signed-off-by: Sam Lancia <sam@gpsm.co.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/docker-containerd: convert to golang infrastructureAngelo Compagnucci2018-03-311-25/+8
| | | | | | | Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* docker-containerd: remove symlink to $(RUNC_SRCDIR)Thomas Petazzoni2018-03-311-2/+0
| | | | | | | | | | | | | | | | | The DOCKER_CONTAINERD_CONFIGURE_CMDS creates a symlink to runc's source directory, but it does not build depend on runc, which means that the runc package may not have been extracted/built before docker-containerd. Therefore, when doing a build with "make docker-containerd", this symbolic link is broken, but it doesn't prevent docker-containerd from building. Therefore, this symlink is not necessary and can be dropped. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/binArnout Vandecappelle2017-07-051-1/+1
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: bump to version 9048e5e50717ea4497b757314bad98ea3763c145Christian Stewart2017-06-111-1/+1
| | | | | | | This is a runtime dependency of docker-engine in version 17.05.0-ce Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: bump to version 422e31ce907fd9c3833a38d7b8fdd023e5a76e73Fabrice Fontaine2017-04-061-1/+1
| | | | | | | This is a runtime dependency of docker-engine in version 17.04.0-ce Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: bump to version 4ab9917febca54791c5f071a9d1f404867857fccFabrice Fontaine2017-04-011-1/+1
| | | | | | | This is a runtime dependency of docker-engine in version 17.03.1-ce Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: bump to version 977c511eda0925a723debdc94d09459af49d082aFabrice Fontaine2017-03-031-1/+1
| | | | | | | This is a runtime dependency of docker-engine in version 17.03.0-ce Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: bump to version aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1Fabrice Fontaine2017-02-261-1/+1
| | | | | | | Version bump as a dependency of docker-engine v1.13.1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: bump version to v0.2.5Christian Stewart2016-12-231-1/+1
| | | | | | | Version bump as a dependency of Docker-Engine v1.12.5. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docker-containerd: bump to v0.2.4Christian Stewart2016-10-191-1/+1
| | | | | Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docker-containerd: pass -extldflags '-static' on when BR2_STATIC_LIBS=yThomas Petazzoni2016-07-241-2/+5
| | | | | | | | | There is no reason to link Go binaries statically, unless when BR2_STATIC_LIBS=y. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/docker-containerd: bump to latestChristian Stewart2016-07-241-1/+1
| | | | | | | | Bump the pinned docker-containerd version to the latest in advance of the introduction of docker-engine v1.12.0-rc4. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docker-containerd: new packageChristian Stewart2016-07-051-0/+44
docker-containerd is a daemon and API for controlling and managing runC containers. https://containerd.tools/ Signed-off-by: Christian Stewart <christian@paral.in> Reviewed-by: Romain Naour <romain.naour@gmail.com> [Thomas: - simplify a bit the comments about the runtime dependencies - add missing comment on wchar, and take into account the BR2_USE_MMU dependency in the comment - factorize the build step with a foreach loop.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud