Skip to content

Commit bba6045

Browse files
authored
Merge pull request #3229 from SUSE/for-deploy-16.0
🤖: Update build recipes for 16.0
2 parents 35db0a8 + d3de283 commit bba6045

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/changelog_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: main
2020
fetch-depth: 0
2121

22-
- uses: actions/cache@v4
22+
- uses: actions/cache@v5
2323
with:
2424
path: ~/.cache/pypoetry/virtualenvs
2525
key: poetry-${{ hashFiles('poetry.lock') }}

.github/workflows/find-missing-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: main
2828
token: ${{ secrets.CHECKOUT_TOKEN }}
2929

30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/pypoetry/virtualenvs
3333
key: poetry-${{ hashFiles('poetry.lock') }}

postgres-17-image/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#!BuildTag: suse/postgres:%%pg_patch_version%%
2020
#!BuildTag: suse/postgres:17
2121
#!BuildTag: suse/postgres:%%pg_minor_version%%
22-
#!BuildTag: suse/postgres:latest
2322
#!BuildName: suse-postgres-17
2423
#!BuildVersion: 16.0.17
2524
FROM registry.suse.com/bci/bci-micro:16.0 AS target

postgres-17-image/postgres-17-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Fri Dec 12 16:42:08 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- remove latest link (goes to 18)
5+
16
-------------------------------------------------------------------
27
Fri Nov 14 10:42:54 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)