Skip to content

Commit

Permalink
add support for private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
skattoju committed Apr 12, 2024
1 parent f7ef57e commit 3141dda
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- name: check-container
image: quay.io/opdev/preflight:stable@sha256:add15669e17a86d807be05671f3c9834161d7af6f41bf4a50969be2da0487fbc
args: ["check", "container", "$(params.image-url)"]
env:
- name: PFLT_DOCKERCONFIG
value: /root/.docker/config.json
volumeMounts:
- name: pfltoutputdir
mountPath: /artifacts
Expand Down

0 comments on commit 3141dda

Please sign in to comment.