Add explicit registry to koschei buildconfig dockerfile
This commit is contained in:
parent
bbdceb24c6
commit
d30f35eca4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ items:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora-minimal:28
|
FROM registry.fedoraproject.org/fedora-minimal:28
|
||||||
RUN microdnf install koschei-frontend-fedora
|
RUN microdnf install koschei-frontend-fedora
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD httpd -DFOREGROUND
|
CMD httpd -DFOREGROUND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue