Use the build-scripts dir from the upstream repo for dockerfile
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
6a8e87119c
commit
9b8ff4aa01
1 changed files with 3 additions and 4 deletions
|
@ -9,10 +9,9 @@ spec:
|
|||
strategy:
|
||||
type: Docker
|
||||
source:
|
||||
dockerfile: |-
|
||||
FROM fedora:latest
|
||||
RUN dnf -y module install nodejs:10 && dnf clean all
|
||||
RUN npm i -g @antora/cli@2.0 @antora/site-generator-default@2.0
|
||||
git:
|
||||
uri: "https://pagure.io/fedora-docs/docs-fp-o.git"
|
||||
contextDir: "build-scripts"
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue