Accepting request 1131198 from home:sfalken:branches:devel:microos:containers

- Removed ca-certificates-suse and related repository, it was 
  causing buildfailure, and making the container uninstallable

OBS-URL: https://build.opensuse.org/request/show/1131198
OBS-URL: https://build.opensuse.org/package/show/devel:microos:containers/distrobox-packaging-image?expand=0&rev=4
This commit is contained in:
Richard Brown 2023-12-05 19:18:50 +00:00 committed by Git OBS Bridge
parent 61bd1cdbc3
commit 5bb032addf
2 changed files with 6 additions and 3 deletions

View File

@ -17,12 +17,9 @@ 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%"
# Add SUSE CA for any IBS related requests, such as cross instance submit requests or SR mirroring
RUN zypper ar https://download.opensuse.org/repositories/SUSE:/CA/openSUSE_Tumbleweed/ suse-ca
# openSUSE-release included to ensure %OS_VERSION_ID% can be found/used by kiwi-metainfo-helper
RUN zypper --non-interactive install --no-recommends git \
ca-certificates-suse \
osc \
build \
vim \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>