diff options
| author | Adam Miller <admiller@redhat.com> | 2016-11-23 21:36:56 +0000 |
|---|---|---|
| committer | Adam Miller <admiller@redhat.com> | 2016-11-23 21:37:00 +0000 |
| commit | ef188054704f013ebb232af26ea916cfdad5020b (patch) | |
| tree | 1e987a21893b682951f0e41883f62f22072966b2 /files/osbs | |
| parent | 090c85d868087509ca970af62d4a054fe801660f (diff) | |
| download | ansible-ef188054704f013ebb232af26ea916cfdad5020b.tar.gz ansible-ef188054704f013ebb232af26ea916cfdad5020b.tar.xz ansible-ef188054704f013ebb232af26ea916cfdad5020b.zip | |
enable maxamillion's atomic-reactor copr for STG osbs buildroot for testing
Signed-off-by: Adam Miller <admiller@redhat.com>
Diffstat (limited to 'files/osbs')
| -rw-r--r-- | files/osbs/buildroot-Dockerfile-staging.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/osbs/buildroot-Dockerfile-staging.j2 b/files/osbs/buildroot-Dockerfile-staging.j2 index 27cad5720..231f81114 100644 --- a/files/osbs/buildroot-Dockerfile-staging.j2 +++ b/files/osbs/buildroot-Dockerfile-staging.j2 @@ -1,5 +1,6 @@ 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 python-docker-squash +RUN curl -o /etc/yum.repos.d/maxamillion-atomic-reactor-copr.repo https://copr.fedorainfracloud.org/coprs/maxamillion/atomic-reactor/repo/fedora-24/maxamillion-atomic-reactor-fedora-24.repo +RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg python-docker-squash ADD ./atomic-reactor.tar.gz /tmp/ ADD ./krb5.osbs_{{osbs_url}}.keytab /etc/ RUN cd /tmp/atomic-reactor-*/ && python setup.py install |
