Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9-minimal docker di…
Browse files Browse the repository at this point in the history
…gest to 9ffc5b7 (builds-1.2) (#267)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| registry.access.redhat.com/ubi9-minimal | final | digest | `6907fba`
-> `9ffc5b7` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS4yLXJwbSIsInVwZGF0ZWRJblZlciI6IjM4LjU1LjItcnBtIiwidGFyZ2V0QnJhbmNoIjoiYnVpbGRzLTEuMiIsImxhYmVscyI6W119-->
  • Loading branch information
sayan-biswas authored Nov 14, 2024
2 parents 8f9aa66 + 3279224 commit fd616e8
Show file tree
Hide file tree
Showing 10 changed files with 3,943 additions and 3,941 deletions.
2 changes: 1 addition & 1 deletion .konflux/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-controller ./cmd/shipwright-build-controller

FROM registry.access.redhat.com/ubi9-minimal@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b
FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b

COPY --from=builder /opt/app-root/src/openshift-builds-controller .
COPY LICENSE /licenses/
Expand Down
2 changes: 1 addition & 1 deletion .konflux/git-cloner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-git-cloner ./cmd/git

FROM registry.access.redhat.com/ubi9-minimal@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b
FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b

RUN \
microdnf --assumeyes --nodocs install git git-lfs && \
Expand Down
3 changes: 2 additions & 1 deletion .konflux/git-cloner/rpms.in.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
contentOrigin:
repofiles:
- ./ubi.repo
packages: [git, git-lfs]
packages: [git, git-lfs]
arches: [x86_64, aarch64, s390x, ppc64le]
7,730 changes: 3,865 additions & 3,865 deletions .konflux/git-cloner/rpms.lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .konflux/image-bundler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-image-bundler ./cmd/bundle

FROM registry.access.redhat.com/ubi9-minimal@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b
FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b

RUN \
microdnf clean all && \
Expand Down
2 changes: 1 addition & 1 deletion .konflux/image-processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-image-processing ./cmd/image-processing

FROM registry.access.redhat.com/ubi9-minimal@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b
FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b

RUN \
microdnf clean all && \
Expand Down
2 changes: 1 addition & 1 deletion .konflux/waiter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-waiter ./cmd/waiter

FROM registry.access.redhat.com/ubi9-minimal@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b
FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b

RUN \
microdnf --assumeyes --nodocs install tar && \
Expand Down
3 changes: 2 additions & 1 deletion .konflux/waiter/rpms.in.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
contentOrigin:
repofiles:
- ./ubi.repo
packages: [tar]
packages: [tar]
arches: [x86_64, aarch64, s390x, ppc64le]
136 changes: 68 additions & 68 deletions .konflux/waiter/rpms.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,71 @@
lockfileVersion: 1
lockfileVendor: redhat
arches:
- arch: aarch64
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tar-1.34-6.el9_4.1.aarch64.rpm
repoid: ubi-9-baseos-rpms
size: 900224
checksum: sha256:f2b65a333b9de17af1f71e27c7540fa23d85cbe98774a246eb70547d028027da
name: tar
evr: 2:1.34-6.el9_4.1
sourcerpm: tar-1.34-6.el9_4.1.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tar-1.34-6.el9_4.1.src.rpm
repoid: ubi-9-baseos-source
size: 2261540
checksum: sha256:5999765e32c903ded87d03918e57aab46dfe99d921d7cc78af0cf6a574975186
name: tar
evr: 2:1.34-6.el9_4.1
module_metadata: []
- arch: ppc64le
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tar-1.34-6.el9_4.1.ppc64le.rpm
repoid: ubi-9-baseos-rpms
size: 937734
checksum: sha256:8ecb2fe3ffd693d9cf6f4fcfe1869900e1d54a6d76c771381ec64db33dee5758
name: tar
evr: 2:1.34-6.el9_4.1
sourcerpm: tar-1.34-6.el9_4.1.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.34-6.el9_4.1.src.rpm
repoid: ubi-9-baseos-source
size: 2261540
checksum: sha256:5999765e32c903ded87d03918e57aab46dfe99d921d7cc78af0cf6a574975186
name: tar
evr: 2:1.34-6.el9_4.1
module_metadata: []
- arch: s390x
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tar-1.34-6.el9_4.1.s390x.rpm
repoid: ubi-9-baseos-rpms
size: 902433
checksum: sha256:cc04561424eb760cda6640a6244c538d7136ca5d8c8f8667b35da900ec859ee2
name: tar
evr: 2:1.34-6.el9_4.1
sourcerpm: tar-1.34-6.el9_4.1.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tar-1.34-6.el9_4.1.src.rpm
repoid: ubi-9-baseos-source
size: 2261540
checksum: sha256:5999765e32c903ded87d03918e57aab46dfe99d921d7cc78af0cf6a574975186
name: tar
evr: 2:1.34-6.el9_4.1
module_metadata: []
- arch: x86_64
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tar-1.34-6.el9_4.1.x86_64.rpm
repoid: ubi-9-baseos-rpms
size: 910343
checksum: sha256:76f2f5fd1f37153d51a697659db31bd2a672a1a4536b42ce020cf9602ea3cde7
name: tar
evr: 2:1.34-6.el9_4.1
sourcerpm: tar-1.34-6.el9_4.1.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tar-1.34-6.el9_4.1.src.rpm
repoid: ubi-9-baseos-source
size: 2261540
checksum: sha256:5999765e32c903ded87d03918e57aab46dfe99d921d7cc78af0cf6a574975186
name: tar
evr: 2:1.34-6.el9_4.1
module_metadata: []
- arch: aarch64
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tar-1.34-7.el9.aarch64.rpm
repoid: ubi-9-baseos-rpms
size: 900197
checksum: sha256:44552dea889d350403c3074a33d7cb274b3f57553e47db998745df13f931b458
name: tar
evr: 2:1.34-7.el9
sourcerpm: tar-1.34-7.el9.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tar-1.34-7.el9.src.rpm
repoid: ubi-9-baseos-source
size: 2261512
checksum: sha256:d002c400d29e7305fe8a982ab6b9f49ee7a8780e4574b86fc0c5b3d5510ecb22
name: tar
evr: 2:1.34-7.el9
module_metadata: []
- arch: ppc64le
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tar-1.34-7.el9.ppc64le.rpm
repoid: ubi-9-baseos-rpms
size: 937724
checksum: sha256:f2cc206dfacc9981fad6cf33600ad28bcd1c573f16d8c18523dc9df52ca90660
name: tar
evr: 2:1.34-7.el9
sourcerpm: tar-1.34-7.el9.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.34-7.el9.src.rpm
repoid: ubi-9-baseos-source
size: 2261512
checksum: sha256:d002c400d29e7305fe8a982ab6b9f49ee7a8780e4574b86fc0c5b3d5510ecb22
name: tar
evr: 2:1.34-7.el9
module_metadata: []
- arch: s390x
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tar-1.34-7.el9.s390x.rpm
repoid: ubi-9-baseos-rpms
size: 902370
checksum: sha256:fa8758bac6a56830de66ad1ab623c87768065bcc6f8242faa42ac4198260d456
name: tar
evr: 2:1.34-7.el9
sourcerpm: tar-1.34-7.el9.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tar-1.34-7.el9.src.rpm
repoid: ubi-9-baseos-source
size: 2261512
checksum: sha256:d002c400d29e7305fe8a982ab6b9f49ee7a8780e4574b86fc0c5b3d5510ecb22
name: tar
evr: 2:1.34-7.el9
module_metadata: []
- arch: x86_64
packages:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tar-1.34-7.el9.x86_64.rpm
repoid: ubi-9-baseos-rpms
size: 910235
checksum: sha256:17f2e592a2c04c050b690afeb9042e02521a0b5ee3288dad837463f4acf542c3
name: tar
evr: 2:1.34-7.el9
sourcerpm: tar-1.34-7.el9.src.rpm
source:
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tar-1.34-7.el9.src.rpm
repoid: ubi-9-baseos-source
size: 2261512
checksum: sha256:d002c400d29e7305fe8a982ab6b9f49ee7a8780e4574b86fc0c5b3d5510ecb22
name: tar
evr: 2:1.34-7.el9
module_metadata: []
2 changes: 1 addition & 1 deletion .konflux/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-webhook ./cmd/shipwright-build-webhook

FROM registry.access.redhat.com/ubi9-minimal@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b
FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b

COPY --from=builder /opt/app-root/src/openshift-builds-webhook .
COPY LICENSE /licenses/
Expand Down

0 comments on commit fd616e8

Please sign in to comment.