diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-10-13 10:11:38 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-10-26 13:51:45 +0200 |
commit | 9d2b8d2791c23b83b6155b046099a83483860c56 (patch) | |
tree | 32e9fe92d2850be3aa0586c03663405e56a64091 /contrib | |
parent | e86549b18dd413fe3d4939f84ad9c1e21afd225c (diff) | |
download | podman-9d2b8d2791c23b83b6155b046099a83483860c56.tar.gz podman-9d2b8d2791c23b83b6155b046099a83483860c56.tar.bz2 podman-9d2b8d2791c23b83b6155b046099a83483860c56.zip |
add kubernetes pause
Add the k8s pause binary to `pause/pause.c` and do the plumbing in the
Makefile to install it in $libexec/podman/pause/pause. It is intended to
replace the k8s pause image and hence the need for network connectivity
when creating pods.
[NO NEW TESTS NEEDED] since it will be tested in a following commit.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 295a953ef..2db8f6e67 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -528,6 +528,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_usr}/lib/tmpfiles.d/podman.conf %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/rootlessport +%{_libexecdir}/%{name}/pause/pause %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list |