* [Buildroot] [PATCH 1/1] package/tini: install docker-init symlink @ 2020-12-23 3:35 Tian Yuanhao 2020-12-31 13:45 ` Thomas Petazzoni 2021-01-05 19:43 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Tian Yuanhao @ 2020-12-23 3:35 UTC (permalink / raw) To: buildroot From: Christian Stewart <christian@paral.in> This removes the warning that docker can't find docker-init in PATH. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com> --- package/tini/tini.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/tini/tini.mk b/package/tini/tini.mk index 157477f8df..af4a3bcb5e 100644 --- a/package/tini/tini.mk +++ b/package/tini/tini.mk @@ -30,6 +30,7 @@ endef define TINI_INSTALL_TARGET_CMDS $(INSTALL) -D -m 0755 $(@D)/bin/tini $(TARGET_DIR)/usr/bin/tini + ln -sf tini $(TARGET_DIR)/usr/bin/docker-init endef # Tini's CMakeLists.txt is not suitable for Buildroot. -- 2.25.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/tini: install docker-init symlink 2020-12-23 3:35 [Buildroot] [PATCH 1/1] package/tini: install docker-init symlink Tian Yuanhao @ 2020-12-31 13:45 ` Thomas Petazzoni 2021-01-05 19:43 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Thomas Petazzoni @ 2020-12-31 13:45 UTC (permalink / raw) To: buildroot On Wed, 23 Dec 2020 11:35:01 +0800 Tian Yuanhao via buildroot <buildroot@busybox.net> wrote: > From: Christian Stewart <christian@paral.in> > > This removes the warning that docker can't find docker-init in PATH. > > Signed-off-by: Christian Stewart <christian@paral.in> > Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com> > --- > package/tini/tini.mk | 1 + > 1 file changed, 1 insertion(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/tini: install docker-init symlink 2020-12-23 3:35 [Buildroot] [PATCH 1/1] package/tini: install docker-init symlink Tian Yuanhao 2020-12-31 13:45 ` Thomas Petazzoni @ 2021-01-05 19:43 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2021-01-05 19:43 UTC (permalink / raw) To: buildroot >>>>> "Tian" == Tian Yuanhao via buildroot <buildroot@busybox.net> writes: > From: Christian Stewart <christian@paral.in> > This removes the warning that docker can't find docker-init in PATH. > Signed-off-by: Christian Stewart <christian@paral.in> > Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com> Committed to 2020.02.x and 2020.11.x, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-05 19:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-12-23 3:35 [Buildroot] [PATCH 1/1] package/tini: install docker-init symlink Tian Yuanhao 2020-12-31 13:45 ` Thomas Petazzoni 2021-01-05 19:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox