Changelog: https://github.com/containers/podman/releases I also updated containers.conf - it has gotten quite a many new options. I added crun to depends, every other distribution seems to ship it with podman, and after all it is a default OCI Container Runtime for podman anyway and has a super low footprint, so shouldn't be a problem for anyone running containers, after all you need some storage for that anyway. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
20 lines
568 B
Diff
20 lines
568 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -224,7 +224,7 @@ GV_VERSION=v0.7.1
|
|
default: all
|
|
|
|
.PHONY: all
|
|
-all: binaries docs
|
|
+all: binaries
|
|
|
|
.PHONY: binaries
|
|
ifeq ($(shell uname -s),FreeBSD)
|
|
@@ -803,7 +803,7 @@ rpm-install: package ## Install rpm pac
|
|
/usr/bin/podman info # will catch a broken conmon
|
|
|
|
.PHONY: install
|
|
-install: install.bin install.remote install.man install.systemd ## Install binaries to system locations
|
|
+install: install.bin install.remote install.systemd ## Install binaries to system locations
|
|
|
|
.PHONY: install.catatonit
|
|
install.catatonit:
|