Skip to content

Commit

Permalink
Merge pull request #499 from redhat-cop/renovate/registry.redhat.io-r…
Browse files Browse the repository at this point in the history
…hel8-buildah

chore(deps): update registry.redhat.io/rhel8/buildah docker digest to de42c21
  • Loading branch information
ckavili authored Jun 19, 2024
2 parents 88aa6bc + b268633 commit 384b46f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/tekton-demo/templates/tasks/task-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
steps:

- name: image-build
image: registry.redhat.io/rhel8/buildah@sha256:a70cfab267df59020cc6a6cea6a4661db65240e2e919f61bed54e2aa87a9bbf0
image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0
workingDir: /workspace/source/{{ .Values.pipeline.build.s2i.context }}
command: ['buildah', 'bud', '--tls-verify=$(inputs.params.TLSVERIFY)', '--layers', '-f', 'Dockerfile', '-t', 'image-registry.openshift-image-registry.svc:5000/{{ .Values.application.environments.development }}/{{ .Values.application.name }}-development:$(inputs.params.revision-name)', '.']
resources: {}
Expand All @@ -51,7 +51,7 @@ spec:
privileged: true

- name: image-push
image: registry.redhat.io/rhel8/buildah@sha256:a70cfab267df59020cc6a6cea6a4661db65240e2e919f61bed54e2aa87a9bbf0
image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0
command: ['buildah', 'push', '--tls-verify=$(inputs.params.TLSVERIFY)', '--digestfile', '$(workspaces.source.path)/image-digest', 'image-registry.openshift-image-registry.svc:5000/{{ .Values.application.environments.development }}/{{ .Values.application.name }}-development:$(inputs.params.revision-name)', 'docker://image-registry.openshift-image-registry.svc:5000/{{ .Values.application.environments.development }}/{{ .Values.application.name }}-development:$(inputs.params.revision-name)']
volumeMounts:
- name: varlibcontainers
Expand Down
6 changes: 3 additions & 3 deletions charts/tekton-demo/templates/tasks/task-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
steps:

- name: image-build
image: registry.redhat.io/rhel8/buildah@sha256:a70cfab267df59020cc6a6cea6a4661db65240e2e919f61bed54e2aa87a9bbf0
image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0
workingDir: /workspace/source/{{ .Values.pipeline.build.s2i.context }}/docs
resources: {}
script: |
Expand All @@ -61,7 +61,7 @@ spec:
privileged: true

- name: image-push
image: registry.redhat.io/rhel8/buildah@sha256:a70cfab267df59020cc6a6cea6a4661db65240e2e919f61bed54e2aa87a9bbf0
image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0
script: |
#!/bin/sh
if [ "$(inputs.params.revision-type)" == "develop" ]; then
Expand All @@ -75,7 +75,7 @@ spec:
privileged: true

- name: image-digest
image: registry.redhat.io/rhel8/buildah@sha256:a70cfab267df59020cc6a6cea6a4661db65240e2e919f61bed54e2aa87a9bbf0
image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0
script: |
#!/bin/sh
printf %s "null" >> /tekton/results/digest
Expand Down

0 comments on commit 384b46f

Please sign in to comment.