Skip to content

Commit

Permalink
Test build for #2210
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Jan 20, 2025
1 parent 6119b0c commit e6114f2
Show file tree
Hide file tree
Showing 24 changed files with 487 additions and 98 deletions.
21 changes: 21 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ staging_build:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: cosign-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: firefox-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: gcc-12-image
Expand Down Expand Up @@ -213,6 +217,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 @@ -261,6 +269,10 @@ staging_build:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: valkey-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
- branch_package:
source_project: home:defolos:BCI:CR:Tumbleweed
source_package: x11-image
target_project: home:defolos:BCI:CR:Tumbleweed:Staging
filters:
event: pull_request

Expand Down Expand Up @@ -311,6 +323,9 @@ refresh_devel_BCI:
- trigger_services:
project: devel:BCI:Tumbleweed
package: cosign-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: firefox-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: gcc-12-image
Expand Down Expand Up @@ -437,6 +452,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 Expand Up @@ -473,6 +491,9 @@ refresh_devel_BCI:
- trigger_services:
project: devel:BCI:Tumbleweed
package: valkey-image
- trigger_services:
project: devel:BCI:Tumbleweed
package: x11-image
filters:
event: push
branches:
Expand Down
52 changes: 52 additions & 0 deletions firefox-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 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

#!BuildTag: opensuse/bci/firefox:%%ff_ver%%-%RELEASE%
#!BuildTag: opensuse/bci/firefox:%%ff_ver%%
#!BuildTag: opensuse/bci/firefox:134.0
#!BuildTag: opensuse/bci/firefox:latest

FROM opensuse/tumbleweed:latest

RUN set -euo pipefail; \
zypper -n install --no-recommends MozillaFirefox gconf2 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.bci.firefox
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI 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/bci/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/firefox-image/README.md"
CMD ["/bin/bash", "-c", "firefox --kiosk $URL"]
# sanity check that the version from the tag is equal to the version of MozillaFirefox that we expect
RUN set -euo pipefail; \
[ "$(rpm -q --qf '%{version}' MozillaFirefox | \
cut -d '.' -f -2)" = "134.0" ]
RUN useradd -m user -u 1000
ENV DISPLAY=":0"
14 changes: 14 additions & 0 deletions firefox-image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The openSUSE Tumbleweed BCI 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 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 firefox-image/firefox-image.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Jan 20 09:23:19 UTC 2025 - SUSE Update Bot <[email protected]>

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

# 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

#!BuildTag: opensuse/git:%%git_version%%-%RELEASE%
#!BuildTag: opensuse/git:%%git_version%%
#!BuildTag: opensuse/git:2.48
#!BuildTag: opensuse/git:%%git_major_version%%
#!BuildTag: opensuse/git:latest

FROM opensuse/bci/bci-micro:latest AS target
FROM opensuse/tumbleweed:latest AS builder
COPY --from=target / /target

RUN set -euo pipefail; \
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends git-core openssh-clients; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
# sanity check that the version from the tag is equal to the version of git-core that we expect
RUN set -euo pipefail; \
[ "$(rpm --root /target -q --qf '%{version}' git-core | \
cut -d '.' -f -2)" = "2.48" ]
FROM opensuse/bci/bci-micro:latest
COPY --from=builder /target /
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.git
LABEL org.opencontainers.image.title="openSUSE Tumbleweed with Git"
LABEL org.opencontainers.image.description="A micro environment with Git based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%git_version%%"
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="%%git_version%%-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/git:%%git_version%%-%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/git-image/README.md"
6 changes: 3 additions & 3 deletions git-image/_service
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<services>
<service mode="buildtime" name="kiwi_label_helper"/>
<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">git-image.kiwi</param>
<param name="file">Dockerfile</param>
<param name="regex">%%git_version%%</param>
<param name="package">git-core</param>
</service>
<service mode="buildtime" name="replace_using_package_version">
<param name="file">git-image.kiwi</param>
<param name="file">Dockerfile</param>
<param name="regex">%%git_major_version%%</param>
<param name="package">git-core</param>
<param name="parse-version">major</param>
Expand Down
31 changes: 0 additions & 31 deletions git-image/config.sh

This file was deleted.

64 changes: 0 additions & 64 deletions git-image/git-image.kiwi

This file was deleted.

52 changes: 52 additions & 0 deletions pulseaudio-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 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

#!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"
# 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
Loading

0 comments on commit e6114f2

Please sign in to comment.