Accepting request 1131200 from devel:microos:containers

OBS-URL: https://build.opensuse.org/request/show/1131200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox-packaging-image?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-12-06 22:48:09 +00:00 committed by Git OBS Bridge
commit 0c85f350c9
2 changed files with 13 additions and 0 deletions

View File

@ -17,6 +17,7 @@ PREFIXEDLABEL org.opencontainers.image.vendor="openSUSE Project"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/distrobox-packaging:%OS_VERSION_ID%.%RELEASE%"
# openSUSE-release included to ensure %OS_VERSION_ID% can be found/used by kiwi-metainfo-helper
RUN zypper --non-interactive install --no-recommends git \
osc \

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 05 18:47:30 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
- Removed ca-certificates-suse and related repository, it was
causing buildfailure, and making the container uninstallable
-------------------------------------------------------------------
Tue Mar 28 13:47:29 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>
- Add ca-certificates-suse and related repository for
cross-instance submit requests
-------------------------------------------------------------------
Wed Mar 15 13:55:22 UTC 2023 - Richard Brown <rbrown@suse.com>