Skip to content

Commit

Permalink
Merge pull request #2321 from SUSE/for-deploy-Tumbleweed
Browse files Browse the repository at this point in the history
🤖: Update build recipes for Tumbleweed
  • Loading branch information
dirkmueller authored Feb 27, 2025
2 parents 177e174 + 8b908f1 commit 485682a
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ staging_build:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: kea-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: kiosk-firefox-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: kiwi-image
Expand Down Expand Up @@ -205,6 +209,10 @@ staging_build:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: prometheus-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: pulseaudio-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: python-3.11-image
Expand Down Expand Up @@ -340,6 +348,9 @@ refresh_devel_BCI:
- trigger_services:
project: devel:BCI:Tumbleweed
package: kea-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: kiosk-firefox-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: kiwi-image
Expand Down Expand Up @@ -427,6 +438,9 @@ refresh_devel_BCI:
- trigger_services:
project: devel:BCI:Tumbleweed
package: prometheus-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: pulseaudio-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: python-3.11-image
Expand Down
47 changes: 47 additions & 0 deletions kiosk-firefox-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# SPDX-License-Identifier: MIT

# Copyright (c) 2025 SUSE LLC

# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon.

# The content of THIS FILE IS AUTOGENERATED and should not be manually modified.
# It is maintained by the BCI team and generated by
# https://github.com/SUSE/BCI-dockerfile-generator

# Please submit bugfixes or comments via https://bugs.opensuse.org/
# You can contact the BCI team via https://github.com/SUSE/bci/discussions

#!UseOBSRepositories
#!ExclusiveArch: x86_64 aarch64
#!BuildTag: opensuse/kiosk-firefox:%%ff_ver%%-%RELEASE%
#!BuildTag: opensuse/kiosk-firefox:%%ff_ver%%
#!BuildTag: opensuse/kiosk-firefox:latest

FROM opensuse/tumbleweed:latest

RUN set -euo pipefail; \
zypper -n install --no-recommends MozillaFirefox xorg-x11-fonts MozillaFirefox-branding-openSUSE; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.kiosk-firefox
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Mozilla Firefox"
LABEL org.opencontainers.image.description="Mozilla Firefox container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%ff_ver%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="%%ff_ver%%-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/kiosk-firefox:%%ff_ver%%-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/kiosk-firefox-image/README.md"
CMD ["/bin/bash", "-c", "firefox --kiosk $URL"]
RUN useradd -m user -u 1000
ENV DISPLAY=":0"
14 changes: 14 additions & 0 deletions kiosk-firefox-image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The openSUSE Tumbleweed Mozilla Firefox container image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)

Mozilla Firefox container based on the openSUSE Tumbleweed Base Container Image.

## Licensing

`SPDX-License-Identifier: MIT`

This documentation and the build recipe are licensed as MIT.
The container itself contains various software components under various open source licenses listed in the associated
Software Bill of Materials (SBOM).

This image is based on [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/).
10 changes: 10 additions & 0 deletions kiosk-firefox-image/_service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<services>
<service mode="buildtime" name="docker_label_helper"/>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service mode="buildtime" name="replace_using_package_version">
<param name="file">Dockerfile</param>
<param name="regex">%%ff_ver%%</param>
<param name="package">MozillaFirefox</param>
<param name="parse-version">minor</param>
</service>
</services>
4 changes: 4 additions & 0 deletions kiosk-firefox-image/kiosk-firefox-image.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Feb 26 17:26:31 UTC 2025 - SUSE Update Bot <[email protected]>

- First version of the Mozilla Firefox BCI
53 changes: 53 additions & 0 deletions pulseaudio-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# SPDX-License-Identifier: MIT

# Copyright (c) 2025 SUSE LLC

# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon.

# The content of THIS FILE IS AUTOGENERATED and should not be manually modified.
# It is maintained by the BCI team and generated by
# https://github.com/SUSE/BCI-dockerfile-generator

# Please submit bugfixes or comments via https://bugs.opensuse.org/
# You can contact the BCI team via https://github.com/SUSE/bci/discussions

#!UseOBSRepositories
#!ExclusiveArch: x86_64 aarch64
#!BuildTag: opensuse/pulseaudio:%%pulseaudio_ver%%-%RELEASE%
#!BuildTag: opensuse/pulseaudio:%%pulseaudio_ver%%
#!BuildTag: opensuse/pulseaudio:17
#!BuildTag: opensuse/pulseaudio:latest

FROM opensuse/tumbleweed:latest

RUN set -euo pipefail; \
zypper -n install --no-recommends pulseaudio pulseaudio-utils; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.pulseaudio
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Pulseaudio"
LABEL org.opencontainers.image.description="Pulseaudio container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%pulseaudio_ver%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="%%pulseaudio_ver%%-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/pulseaudio:%%pulseaudio_ver%%-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/pulseaudio-image/README.md"
CMD ["/usr/bin/pulseaudio"]
# sanity check that the version from the tag is equal to the version of pulseaudio that we expect
RUN set -euo pipefail; \
[ "$(rpm -q --qf '%{version}' pulseaudio | \
cut -d '.' -f -1)" = "17" ]
COPY daemon.conf /etc/pulse/
COPY client.conf /etc/pulse/
COPY system.pa /etc/pulse/
14 changes: 14 additions & 0 deletions pulseaudio-image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The openSUSE Tumbleweed Pulseaudio container image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)

Pulseaudio container based on the openSUSE Tumbleweed Base Container Image.

## Licensing

`SPDX-License-Identifier: MIT`

This documentation and the build recipe are licensed as MIT.
The container itself contains various software components under various open source licenses listed in the associated
Software Bill of Materials (SBOM).

This image is based on [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/).
10 changes: 10 additions & 0 deletions pulseaudio-image/_service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<services>
<service mode="buildtime" name="docker_label_helper"/>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service mode="buildtime" name="replace_using_package_version">
<param name="file">Dockerfile</param>
<param name="regex">%%pulseaudio_ver%%</param>
<param name="package">pulseaudio</param>
<param name="parse-version">minor</param>
</service>
</services>
2 changes: 2 additions & 0 deletions pulseaudio-image/client.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
autospawn = no
auto-connect-localhost = yes
6 changes: 6 additions & 0 deletions pulseaudio-image/daemon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize = no
fail = no
; allow-module-loading = yes
allow-exit = no
use-pid-file = no
system-instance = yes
4 changes: 4 additions & 0 deletions pulseaudio-image/pulseaudio-image.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Feb 26 17:26:32 UTC 2025 - SUSE Update Bot <[email protected]>

- First version of the Pulseaudio BCI
39 changes: 39 additions & 0 deletions pulseaudio-image/system.pa
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/pulseaudio -nF
.fail

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

load-module module-udev-detect

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix auth-anonymous=1

load-module module-native-protocol-tcp auth-anonymous=1 auth-ip-acl=127.0.0.1

load-module module-default-device-restore

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### Enable positioned event sounds
load-module module-position-event-sounds

.nofail

### Set the default sink
#set-default-sink alsa_output.pci-0000_00_1b.0.analog-stereo

### Set default sink volume to 100%
set-sink-volume @DEFAULT_SINK@ 0x10000

### Unmute default sink
set-sink-mute @DEFAULT_SINK@ 0

0 comments on commit 485682a

Please sign in to comment.