Skip to content

Commit 3c8afd7

Browse files
committed
DAOS-18794 cq: update GHA docker OS versions
Update GHA docker fedora 38 -> 43. Update GHA docker opensuse/leap:15.5 -> 15.6. Doc-only: true Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
1 parent 4c3dbde commit 3c8afd7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/clang-format/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:38
1+
FROM fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138
22

33
RUN dnf -y install clang-tools-extra git-clang-format
44

.github/workflows/ci2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
with: rockylinux/rockylinux:9
9090
- distro: fedora
9191
base: el.8
92-
with: fedora:38
92+
with: fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138
9393
- distro: leap.15
9494
base: leap.15
95-
with: opensuse/leap:15.5
95+
with: opensuse/leap:15.6
9696
env:
9797
DEPS_JOBS: 10
9898
BASE_DISTRO: ${{ matrix.with }}

.github/workflows/landing-builds.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
with: rockylinux/rockylinux:9
5555
- distro: fedora
5656
base: el.8
57-
with: fedora:38
57+
with: fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138
5858
- distro: leap.15
5959
base: leap.15
60-
with: opensuse/leap:15.5
60+
with: opensuse/leap:15.6
6161
env:
6262
DEPS_JOBS: 10
6363
BASE_DISTRO: ${{ matrix.with }}
@@ -170,10 +170,10 @@ jobs:
170170
with: rockylinux/rockylinux:9
171171
- distro: fedora
172172
base: el.8
173-
with: fedora:38
173+
with: fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138
174174
- distro: leap.15
175175
base: leap.15
176-
with: opensuse/leap:15.5
176+
with: opensuse/leap:15.6
177177
env:
178178
DEPS_JOBS: 10
179179
BASE_DISTRO: ${{ matrix.with }}
@@ -336,7 +336,7 @@ jobs:
336336
with: almalinux:8
337337
- distro: leap.15
338338
base: leap.15
339-
with: opensuse/leap:15.5
339+
with: opensuse/leap:15.6
340340
env:
341341
DEPS_JOBS: 10
342342
BASE_DISTRO: ${{ matrix.with }}

0 commit comments

Comments
 (0)