diff options
| author | Adam Miller <admiller@redhat.com> | 2016-06-17 16:06:00 +0000 |
|---|---|---|
| committer | Adam Miller <admiller@redhat.com> | 2016-06-17 16:06:00 +0000 |
| commit | 19213d461bb60c536f2edc6035de00498e8e6ec9 (patch) | |
| tree | c9dc1a0f0f7588de0582450d512b0841a8bf2d07 /files/osbs | |
| parent | 046da014c1daeaf83b60ec7d40128d04e365914a (diff) | |
| download | ansible-19213d461bb60c536f2edc6035de00498e8e6ec9.tar.gz ansible-19213d461bb60c536f2edc6035de00498e8e6ec9.tar.xz ansible-19213d461bb60c536f2edc6035de00498e8e6ec9.zip | |
add docker-squash to osbs buildroot docker image
Signed-off-by: Adam Miller <admiller@redhat.com>
Diffstat (limited to 'files/osbs')
| -rw-r--r-- | files/osbs/buildroot-Dockerfile-production | 2 | ||||
| -rw-r--r-- | files/osbs/buildroot-Dockerfile-staging | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/osbs/buildroot-Dockerfile-production b/files/osbs/buildroot-Dockerfile-production index 62d93048d..c42137a9b 100644 --- a/files/osbs/buildroot-Dockerfile-production +++ b/files/osbs/buildroot-Dockerfile-production @@ -1,5 +1,5 @@ FROM fedora:latest -RUN dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg +RUN dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg docker-squash ADD ./atomic-reactor.tar.gz /tmp/ RUN cd /tmp/atomic-reactor-*/ && python setup.py install ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt diff --git a/files/osbs/buildroot-Dockerfile-staging b/files/osbs/buildroot-Dockerfile-staging index 24edf9f83..b522f6117 100644 --- a/files/osbs/buildroot-Dockerfile-staging +++ b/files/osbs/buildroot-Dockerfile-staging @@ -1,5 +1,5 @@ FROM fedora:latest -RUN dnf -y install dnf-plugins-core && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg +RUN dnf -y install dnf-plugins-core && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg docker-squash ADD ./atomic-reactor.tar.gz /tmp/ RUN cd /tmp/atomic-reactor-*/ && python setup.py install ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt |
