1
0

Accepting request 1079216 from home:lkocman:branches:devel:microos:containers

- Add ca-certificates-suse and related repository
  for cross-instance submit requests

OBS-URL: https://build.opensuse.org/request/show/1079216
OBS-URL: https://build.opensuse.org/package/show/devel:microos:containers/distrobox-packaging-image?expand=0&rev=3
This commit is contained in:
Richard Brown 2023-04-19 15:56:29 +00:00 committed by Git OBS Bridge
parent 317f881196
commit 61bd1cdbc3
2 changed files with 10 additions and 0 deletions

View File

@ -17,8 +17,12 @@ PREFIXEDLABEL org.opencontainers.image.vendor="openSUSE Project"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/distrobox-packaging:%OS_VERSION_ID%.%RELEASE%" 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 # openSUSE-release included to ensure %OS_VERSION_ID% can be found/used by kiwi-metainfo-helper
RUN zypper --non-interactive install --no-recommends git \ RUN zypper --non-interactive install --no-recommends git \
ca-certificates-suse \
osc \ osc \
build \ build \
vim \ vim \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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> Wed Mar 15 13:55:22 UTC 2023 - Richard Brown <rbrown@suse.com>