Skip to content

Commit 7feb2b4

Browse files
authored
Merge pull request #2721 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents a36146e + a63b80c commit 7feb2b4

8 files changed

Lines changed: 24 additions & 4 deletions

File tree

kiosk-firefox-esr-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM suse/sle15:15.7 AS builder
2727
COPY --from=target / /target
2828

2929
RUN set -euo pipefail; \
30-
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends MozillaFirefox xorg-x11-fonts libpulse0 noto-sans-cjk-fonts libavcodec58_134 MozillaFirefox-branding-SLE gconf2
30+
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends MozillaFirefox MozillaFirefox-branding-SLE gconf2 libavcodec58_134 libpulse0 noto-sans-cjk-fonts xorg-x11-fonts
3131
RUN set -euo pipefail; useradd -m -u 1000 -U user
3232
RUN set -euo pipefail; mkdir -p /home/user/.mozilla/firefox
3333
RUN set -euo pipefail; chown -R user:user /home/user/.mozilla

kiosk-firefox-esr-image/kiosk-firefox-esr-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Jul 1 17:48:44 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- sort packages to install
5+
16
-------------------------------------------------------------------
27
Tue Jun 17 17:17:54 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

postgres-16-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#!BuildTag: suse/postgres:%%pg_minor_version%%
2222
#!BuildName: suse-postgres-16
2323
#!BuildVersion: 15.7.16
24-
#!BuildRelease: 60
24+
#!BuildRelease: 70
2525
FROM registry.suse.com/bci/bci-micro:15.7 AS target
2626
FROM suse/sle15:15.7 AS builder
2727
COPY --from=target / /target

postgres-16-image/postgres-16-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Jul 1 17:48:45 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- bump buildrelease
5+
16
-------------------------------------------------------------------
27
Tue Jun 17 17:17:54 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

xorg-client-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FROM suse/sle15:15.7 AS builder
2626
COPY --from=target / /target
2727

2828
RUN set -euo pipefail; \
29-
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends xorg-x11-fonts libpulse0 noto-sans-cjk-fonts libavcodec58_134
29+
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends libavcodec58_134 libpulse0 noto-sans-cjk-fonts xorg-x11-fonts
3030
RUN set -euo pipefail; useradd -m -u 1000 -U user
3131

3232
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \

xorg-client-image/xorg-client-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Jul 1 17:48:44 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- sort packages to install
5+
16
-------------------------------------------------------------------
27
Mon Jun 30 08:14:27 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

xorg-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM suse/sle15:15.7 AS builder
2828
COPY --from=target / /target
2929

3030
RUN set -euo pipefail; \
31-
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends hostname which xinit xhost xorg-x11 xorg-x11-server xrandr icewm-lite xf86-input-evdev xf86-input-libinput xkeyboard-config xinput xorg-x11-essentials xdm sysvinit-tools procps rpm-ndb
31+
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends hostname icewm-lite procps rpm-ndb sysvinit-tools which xdm xf86-input-evdev xf86-input-libinput xhost xinit xinput xkeyboard-config xorg-x11 xorg-x11-essentials xorg-x11-server xrandr
3232
# sanity check that the version from the tag is equal to the version of xorg-x11-server that we expect
3333
RUN set -euo pipefail; \
3434
[ "$(rpm --root /target -q --qf '%{version}' xorg-x11-server | \

xorg-image/xorg-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Jul 1 17:48:44 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- sort packages to install
5+
16
-------------------------------------------------------------------
27
Mon Jun 30 08:23:19 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)