diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-18 15:55:04 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-06-01 14:22:38 -0400 |
commit | 54e1a3a10347c9e13b57e85b45292b46527a8e2d (patch) | |
tree | abc4ec505eb2fc5306ed14082787b95a15f9deb3 /install.md | |
parent | 176a41c355bdc567978f4417e5bd2d3c7cdce914 (diff) | |
download | podman-54e1a3a10347c9e13b57e85b45292b46527a8e2d.tar.gz podman-54e1a3a10347c9e13b57e85b45292b46527a8e2d.tar.bz2 podman-54e1a3a10347c9e13b57e85b45292b46527a8e2d.zip |
Create Dockerfiles for podmanimage
The Dockerfiles necessary to create the stable, testing and upstream container images
on quay.io/user/podman. Once this is commited, I will set up those images
such that they will be built with every git commit.
stable - Latest Fedora release image
testing - Latest release on bohdi Fedora testing
upstream - Latest version in upstream podman
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md index 94de2ea74..4b2c5a119 100644 --- a/install.md +++ b/install.md @@ -273,7 +273,7 @@ First, ensure that the go version that is found first on the $PATH (in case you git clone https://github.com/containers/libpod/ $GOPATH/src/github.com/containers/libpod cd $GOPATH/src/github.com/containers/libpod make BUILDTAGS="selinux seccomp" -sudo make install PREFIX= +sudo make install PREFIX=/usr ``` #### Build Tags |