move from osbs-dev to osbs since we're not dev anymore
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
ca6c4dafe1
commit
43dbef3bc3
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ FROM fedora:latest
|
|||
RUN dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg
|
||||
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-dev.ca.crt
|
||||
ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
|
||||
RUN update-ca-trust
|
||||
CMD ["atomic-reactor", "--verbose", "inside-build"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue