mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Use the build-scripts dir from the upstream repo for dockerfile
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user