diff --git a/Dockerfile b/Dockerfile index 3381ad3..634ef42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/distrobox-packaging-image.changes b/distrobox-packaging-image.changes index e1d55b4..e37bf42 100644 --- a/distrobox-packaging-image.changes +++ b/distrobox-packaging-image.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 05 18:47:30 UTC 2023 - Shawn Dunn + +- 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