Sync from SUSE:ALP:Source:Standard:1.0 libcontainers-common revision 2b8604581766e701a5a2766cb2115619
This commit is contained in:
parent
4e3dc06447
commit
4ffe9459c7
37
0001-containers.conf-SUSE-clear-cni-config-dir-for-ALP.patch
Normal file
37
0001-containers.conf-SUSE-clear-cni-config-dir-for-ALP.patch
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
From 817674bc542d7169c3d3ca687988c8619a210372 Mon Sep 17 00:00:00 2001
|
||||||
|
From: danishprakash <danish.prakash@suse.com>
|
||||||
|
Date: Wed, 10 Apr 2024 13:21:08 +0530
|
||||||
|
Subject: [PATCH] containers.conf: SUSE: clear cni config dir for ALP
|
||||||
|
|
||||||
|
This allows us to clear the cni_plugin_dirs when building
|
||||||
|
for SUSE ALP since we don't ship cni anymore.
|
||||||
|
|
||||||
|
https://github.com/containers/podman/issues/19327
|
||||||
|
|
||||||
|
SUSE Bugs: bsc#1213556
|
||||||
|
Signed-off-by: danishprakash <danish.prakash@suse.com>
|
||||||
|
---
|
||||||
|
pkg/config/containers.conf | 7 +++++++
|
||||||
|
1 file changed, 7 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/pkg/config/containers.conf b/pkg/config/containers.conf
|
||||||
|
index 6e0044f6..e1b1b280 100644
|
||||||
|
--- a/pkg/config/containers.conf
|
||||||
|
+++ b/pkg/config/containers.conf
|
||||||
|
@@ -331,6 +331,13 @@ default_sysctls = [
|
||||||
|
|
||||||
|
# Path to directory where CNI plugin binaries are located.
|
||||||
|
#
|
||||||
|
+
|
||||||
|
+# SUSE: We don't ship CNI in SUSE ALP stream,
|
||||||
|
+# and so we modify this option at build time
|
||||||
|
+# conditionally. (bsc#1213556)
|
||||||
|
+# https://github.com/containers/podman/issues/19327
|
||||||
|
+cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
||||||
|
+
|
||||||
|
#cni_plugin_dirs = [
|
||||||
|
# "/usr/local/libexec/cni",
|
||||||
|
# "/usr/libexec/cni",
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
6
_service
6
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/containers/storage.git</param>
|
<param name="url">https://github.com/containers/storage.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">storage</param>
|
<param name="filename">storage</param>
|
||||||
<param name="revision">v1.51.0</param>
|
<param name="revision">v1.53.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
<param name="url">https://github.com/containers/image.git</param>
|
<param name="url">https://github.com/containers/image.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">image</param>
|
<param name="filename">image</param>
|
||||||
<param name="revision">v5.29.2</param>
|
<param name="revision">v5.30.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<param name="url">https://github.com/containers/common.git</param>
|
<param name="url">https://github.com/containers/common.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">common</param>
|
<param name="filename">common</param>
|
||||||
<param name="revision">v0.57.4</param>
|
<param name="revision">v0.58.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
common-0.57.4.tar.xz
(Stored with Git LFS)
BIN
common-0.57.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
common-0.58.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
common-0.58.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
238
containers.conf
238
containers.conf
@ -10,7 +10,8 @@
|
|||||||
# locations in the following order:
|
# locations in the following order:
|
||||||
# 1. /usr/share/containers/containers.conf
|
# 1. /usr/share/containers/containers.conf
|
||||||
# 2. /etc/containers/containers.conf
|
# 2. /etc/containers/containers.conf
|
||||||
# 3. $HOME/.config/containers/containers.conf (Rootless containers ONLY)
|
# 3. $XDG_CONFIG_HOME/containers/containers.conf or
|
||||||
|
# $HOME/.config/containers/containers.conf if $XDG_CONFIG_HOME is not set
|
||||||
# Items specified in the latter containers.conf, if they exist, override the
|
# Items specified in the latter containers.conf, if they exist, override the
|
||||||
# previous containers.conf settings, or the default settings.
|
# previous containers.conf settings, or the default settings.
|
||||||
|
|
||||||
@ -33,6 +34,11 @@
|
|||||||
#
|
#
|
||||||
#base_hosts_file = ""
|
#base_hosts_file = ""
|
||||||
|
|
||||||
|
# List of cgroup_conf entries specifying a list of cgroup files to write to and
|
||||||
|
# their values. For example `memory.high=1073741824` sets the
|
||||||
|
# memory.high limit to 1GB.
|
||||||
|
# cgroup_conf = []
|
||||||
|
|
||||||
# Default way to to create a cgroup namespace for the container
|
# Default way to to create a cgroup namespace for the container
|
||||||
# Options are:
|
# Options are:
|
||||||
# `private` Create private Cgroup Namespace for the container.
|
# `private` Create private Cgroup Namespace for the container.
|
||||||
@ -52,19 +58,19 @@
|
|||||||
# List of default capabilities for containers. If it is empty or commented out,
|
# List of default capabilities for containers. If it is empty or commented out,
|
||||||
# the default capabilities defined in the container engine will be added.
|
# the default capabilities defined in the container engine will be added.
|
||||||
#
|
#
|
||||||
default_capabilities = [
|
#default_capabilities = [
|
||||||
"CHOWN",
|
# "CHOWN",
|
||||||
"DAC_OVERRIDE",
|
# "DAC_OVERRIDE",
|
||||||
"FOWNER",
|
# "FOWNER",
|
||||||
"FSETID",
|
# "FSETID",
|
||||||
"KILL",
|
# "KILL",
|
||||||
"NET_BIND_SERVICE",
|
# "NET_BIND_SERVICE",
|
||||||
"SETFCAP",
|
# "SETFCAP",
|
||||||
"SETGID",
|
# "SETGID",
|
||||||
"SETPCAP",
|
# "SETPCAP",
|
||||||
"SETUID",
|
# "SETUID",
|
||||||
"SYS_CHROOT"
|
# "SYS_CHROOT",
|
||||||
]
|
#]
|
||||||
|
|
||||||
# A list of sysctls to be set in containers by default,
|
# A list of sysctls to be set in containers by default,
|
||||||
# specified as "name=value",
|
# specified as "name=value",
|
||||||
@ -114,7 +120,6 @@ default_sysctls = [
|
|||||||
#
|
#
|
||||||
#env = [
|
#env = [
|
||||||
# "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
# "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||||
# "TERM=xterm",
|
|
||||||
#]
|
#]
|
||||||
|
|
||||||
# Pass all host environment variables into the container.
|
# Pass all host environment variables into the container.
|
||||||
@ -145,8 +150,11 @@ default_sysctls = [
|
|||||||
#init = false
|
#init = false
|
||||||
|
|
||||||
# Container init binary, if init=true, this is the init binary to be used for containers.
|
# Container init binary, if init=true, this is the init binary to be used for containers.
|
||||||
|
# If this option is not set catatonit is searched in the directories listed under
|
||||||
|
# the helper_binaries_dir option. It is recommended to just install catatonit
|
||||||
|
# there instead of configuring this option here.
|
||||||
#
|
#
|
||||||
init_path = "/usr/bin/catatonit"
|
#init_path = "/usr/libexec/podman/catatonit"
|
||||||
|
|
||||||
# Default way to to create an IPC namespace (POSIX SysV IPC) for the container
|
# Default way to to create an IPC namespace (POSIX SysV IPC) for the container
|
||||||
# Options are:
|
# Options are:
|
||||||
@ -157,6 +165,13 @@ init_path = "/usr/bin/catatonit"
|
|||||||
#
|
#
|
||||||
#ipcns = "shareable"
|
#ipcns = "shareable"
|
||||||
|
|
||||||
|
# Default way to set an interface name inside container. Defaults to legacy
|
||||||
|
# pattern of ethX, where X is a integer, when left undefined.
|
||||||
|
# Options are:
|
||||||
|
# "device" Uses the network_interface name from the network config as interface name.
|
||||||
|
# Falls back to the ethX pattern if the network_interface is not set.
|
||||||
|
#interface_name = ""
|
||||||
|
|
||||||
# keyring tells the container engine whether to create
|
# keyring tells the container engine whether to create
|
||||||
# a kernel keyring for use within the container.
|
# a kernel keyring for use within the container.
|
||||||
#
|
#
|
||||||
@ -168,9 +183,15 @@ init_path = "/usr/bin/catatonit"
|
|||||||
#
|
#
|
||||||
#label = true
|
#label = true
|
||||||
|
|
||||||
|
# label_users indicates whether to enforce confined users in containers on
|
||||||
|
# SELinux systems. This option causes containers to maintain the current user
|
||||||
|
# and role field of the calling process. By default SELinux containers run with
|
||||||
|
# the user system_u, and the role system_r.
|
||||||
|
#label_users = false
|
||||||
|
|
||||||
# Logging driver for the container. Available options: k8s-file and journald.
|
# Logging driver for the container. Available options: k8s-file and journald.
|
||||||
#
|
#
|
||||||
log_driver = "journald"
|
#log_driver = "k8s-file"
|
||||||
|
|
||||||
# Maximum size allowed for the container log file. Negative numbers indicate
|
# Maximum size allowed for the container log file. Negative numbers indicate
|
||||||
# that no size limit is imposed. If positive, it must be >= 8192 to match or
|
# that no size limit is imposed. If positive, it must be >= 8192 to match or
|
||||||
@ -185,6 +206,13 @@ log_driver = "journald"
|
|||||||
#
|
#
|
||||||
#log_tag = ""
|
#log_tag = ""
|
||||||
|
|
||||||
|
# List of mounts. Specified as
|
||||||
|
# "type=TYPE,source=<directory-on-host>,destination=<directory-in-container>,<options>", for example:
|
||||||
|
# "type=bind,source=/var/lib/foobar,destination=/var/lib/foobar,ro".
|
||||||
|
# If it is empty or commented out, no mounts will be added
|
||||||
|
#
|
||||||
|
#mounts = []
|
||||||
|
|
||||||
# Default way to to create a Network namespace for the container
|
# Default way to to create a Network namespace for the container
|
||||||
# Options are:
|
# Options are:
|
||||||
# `private` Create private Network Namespace for the container.
|
# `private` Create private Network Namespace for the container.
|
||||||
@ -198,6 +226,10 @@ log_driver = "journald"
|
|||||||
#
|
#
|
||||||
#no_hosts = false
|
#no_hosts = false
|
||||||
|
|
||||||
|
# Tune the host's OOM preferences for containers
|
||||||
|
# (accepts values from -1000 to 1000).
|
||||||
|
#oom_score_adj = 0
|
||||||
|
|
||||||
# Default way to to create a PID namespace for the container
|
# Default way to to create a PID namespace for the container
|
||||||
# Options are:
|
# Options are:
|
||||||
# `private` Create private PID Namespace for the container.
|
# `private` Create private PID Namespace for the container.
|
||||||
@ -216,6 +248,18 @@ log_driver = "journald"
|
|||||||
#
|
#
|
||||||
#prepare_volume_on_create = false
|
#prepare_volume_on_create = false
|
||||||
|
|
||||||
|
# Give extended privileges to all containers. A privileged container turns off
|
||||||
|
# the security features that isolate the container from the host. Dropped
|
||||||
|
# Capabilities, limited devices, read-only mount points, Apparmor/SELinux
|
||||||
|
# separation, and Seccomp filters are all disabled. Due to the disabled
|
||||||
|
# security features the privileged field should almost never be set as
|
||||||
|
# containers can easily break out of confinment.
|
||||||
|
#
|
||||||
|
# Containers running in a user namespace (e.g., rootless containers) cannot
|
||||||
|
# have more privileges than the user that launched them.
|
||||||
|
#
|
||||||
|
#privileged = false
|
||||||
|
|
||||||
# Run all containers with root file system mounted read-only
|
# Run all containers with root file system mounted read-only
|
||||||
#
|
#
|
||||||
# read_only = false
|
# read_only = false
|
||||||
@ -261,7 +305,7 @@ log_driver = "journald"
|
|||||||
# If it is empty or commented out, no volumes will be added
|
# If it is empty or commented out, no volumes will be added
|
||||||
#
|
#
|
||||||
#volumes = []
|
#volumes = []
|
||||||
#
|
|
||||||
#[engine.platform_to_oci_runtime]
|
#[engine.platform_to_oci_runtime]
|
||||||
#"wasi/wasm" = ["crun-wasm"]
|
#"wasi/wasm" = ["crun-wasm"]
|
||||||
#"wasi/wasm32" = ["crun-wasm"]
|
#"wasi/wasm32" = ["crun-wasm"]
|
||||||
@ -287,7 +331,30 @@ log_driver = "journald"
|
|||||||
|
|
||||||
# Path to directory where CNI plugin binaries are located.
|
# Path to directory where CNI plugin binaries are located.
|
||||||
#
|
#
|
||||||
cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
#cni_plugin_dirs = [
|
||||||
|
# "/usr/local/libexec/cni",
|
||||||
|
# "/usr/libexec/cni",
|
||||||
|
# "/usr/local/lib/cni",
|
||||||
|
# "/usr/lib/cni",
|
||||||
|
# "/opt/cni/bin",
|
||||||
|
#]
|
||||||
|
|
||||||
|
# List of directories that will be searched for netavark plugins.
|
||||||
|
#
|
||||||
|
#netavark_plugin_dirs = [
|
||||||
|
# "/usr/local/libexec/netavark",
|
||||||
|
# "/usr/libexec/netavark",
|
||||||
|
# "/usr/local/lib/netavark",
|
||||||
|
# "/usr/lib/netavark",
|
||||||
|
#]
|
||||||
|
|
||||||
|
# The firewall driver to be used by netavark.
|
||||||
|
# The default is empty which means netavark will pick one accordingly. Current supported
|
||||||
|
# drivers are "iptables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
|
||||||
|
# experimental at the moment and not recommend outside of testing). In the future we are
|
||||||
|
# planning to add support for a "nftables" driver.
|
||||||
|
#firewall_driver = ""
|
||||||
|
|
||||||
|
|
||||||
# The network name of the default network to attach pods to.
|
# The network name of the default network to attach pods to.
|
||||||
#
|
#
|
||||||
@ -314,6 +381,13 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
# {"base" = "10.128.0.0/9", "size" = 24},
|
# {"base" = "10.128.0.0/9", "size" = 24},
|
||||||
#]
|
#]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Configure which rootless network program to use by default. Valid options are
|
||||||
|
# `slirp4netns` and `pasta` (default).
|
||||||
|
#
|
||||||
|
#default_rootless_network_cmd = "pasta"
|
||||||
|
|
||||||
# Path to the directory where network configuration files are located.
|
# Path to the directory where network configuration files are located.
|
||||||
# For the CNI backend the default is "/etc/cni/net.d" as root
|
# For the CNI backend the default is "/etc/cni/net.d" as root
|
||||||
# and "$HOME/.config/cni/net.d" as rootless.
|
# and "$HOME/.config/cni/net.d" as rootless.
|
||||||
@ -329,16 +403,50 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
#
|
#
|
||||||
#dns_bind_port = 53
|
#dns_bind_port = 53
|
||||||
|
|
||||||
|
# A list of default pasta options that should be used running pasta.
|
||||||
|
# It accepts the pasta cli options, see pasta(1) for the full list of options.
|
||||||
|
#
|
||||||
|
#pasta_options = []
|
||||||
|
|
||||||
[engine]
|
[engine]
|
||||||
# Index to the active service
|
# Index to the active service
|
||||||
#
|
#
|
||||||
#active_service = production
|
#active_service = "production"
|
||||||
|
|
||||||
|
#List of compression algorithms. If set makes sure that requested compression variant
|
||||||
|
#for each platform is added to the manifest list keeping original instance intact in
|
||||||
|
#the same manifest list on every `manifest push`. Supported values are (`gzip`, `zstd` and `zstd:chunked`).
|
||||||
|
#
|
||||||
|
#add_compression = ["gzip", "zstd", "zstd:chunked"]
|
||||||
|
|
||||||
|
# Enforces using docker.io for completing short names in Podman's compatibility
|
||||||
|
# REST API. Note that this will ignore unqualified-search-registries and
|
||||||
|
# short-name aliases defined in containers-registries.conf(5).
|
||||||
|
#compat_api_enforce_docker_hub = true
|
||||||
|
|
||||||
|
# Specify one or more external providers for the compose command. The first
|
||||||
|
# found provider is used for execution. Can be an absolute and relative path
|
||||||
|
# or a (file) name.
|
||||||
|
#compose_providers=[]
|
||||||
|
|
||||||
|
# Emit logs on each invocation of the compose command indicating that an
|
||||||
|
# external compose provider is being executed.
|
||||||
|
#compose_warning_logs = true
|
||||||
|
|
||||||
# The compression format to use when pushing an image.
|
# The compression format to use when pushing an image.
|
||||||
# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
|
# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
|
||||||
|
# This field is ignored when pushing images to the docker-daemon and
|
||||||
|
# docker-archive formats. It is also ignored when the manifest format is set
|
||||||
|
# to v2s2.
|
||||||
#
|
#
|
||||||
#compression_format = "gzip"
|
#compression_format = "gzip"
|
||||||
|
|
||||||
|
# The compression level to use when pushing an image.
|
||||||
|
# Valid options depend on the compression format used.
|
||||||
|
# For gzip, valid options are 1-9, with a default of 5.
|
||||||
|
# For zstd, valid options are 1-20, with a default of 3.
|
||||||
|
#
|
||||||
|
#compression_level = 5
|
||||||
|
|
||||||
# Cgroup management implementation used for the runtime.
|
# Cgroup management implementation used for the runtime.
|
||||||
# Valid options "systemd" or "cgroupfs"
|
# Valid options "systemd" or "cgroupfs"
|
||||||
@ -368,11 +476,20 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
# short-name aliases defined in containers-registries.conf(5).
|
# short-name aliases defined in containers-registries.conf(5).
|
||||||
#compat_api_enforce_docker_hub = true
|
#compat_api_enforce_docker_hub = true
|
||||||
|
|
||||||
|
# The database backend of Podman. Supported values are "" (default), "boltdb"
|
||||||
|
# and "sqlite". An empty value means it will check whenever a boltdb already
|
||||||
|
# exists and use it when it does, otherwise it will use sqlite as default
|
||||||
|
# (e.g. new installs). This allows for backwards compatibility with older versions.
|
||||||
|
# Please run `podman-system-reset` prior to changing the database
|
||||||
|
# backend of an existing deployment, to make sure Podman can operate correctly.
|
||||||
|
#
|
||||||
|
#database_backend = ""
|
||||||
|
|
||||||
# Specify the keys sequence used to detach a container.
|
# Specify the keys sequence used to detach a container.
|
||||||
# Format is a single character [a-Z] or a comma separated sequence of
|
# Format is a single character [a-Z] or a comma separated sequence of
|
||||||
# `ctrl-<value>`, where `<value>` is one of:
|
# `ctrl-<value>`, where `<value>` is one of:
|
||||||
# `a-z`, `@`, `^`, `[`, `\`, `]`, `^` or `_`
|
# `a-z`, `@`, `^`, `[`, `\`, `]`, `^` or `_`
|
||||||
#
|
# Specifying "" disables this feature.
|
||||||
#detach_keys = "ctrl-p,ctrl-q"
|
#detach_keys = "ctrl-p,ctrl-q"
|
||||||
|
|
||||||
# Determines whether engine will reserve ports on the host when they are
|
# Determines whether engine will reserve ports on the host when they are
|
||||||
@ -442,8 +559,8 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
#
|
#
|
||||||
#image_parallel_copies = 0
|
#image_parallel_copies = 0
|
||||||
|
|
||||||
# Tells container engines how to handle the builtin image volumes.
|
# Tells container engines how to handle the built-in image volumes.
|
||||||
# * bind: An anonymous named volume will be created and mounted
|
# * anonymous: An anonymous named volume will be created and mounted
|
||||||
# into the container.
|
# into the container.
|
||||||
# * tmpfs: The volume is mounted onto the container as a tmpfs,
|
# * tmpfs: The volume is mounted onto the container as a tmpfs,
|
||||||
# which allows users to create content that disappears when
|
# which allows users to create content that disappears when
|
||||||
@ -458,26 +575,30 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
|
|
||||||
# Infra (pause) container image name for pod infra containers. When running a
|
# Infra (pause) container image name for pod infra containers. When running a
|
||||||
# pod, we start a `pause` process in a container to hold open the namespaces
|
# pod, we start a `pause` process in a container to hold open the namespaces
|
||||||
# associated with the pod. This container does nothing other then sleep,
|
# associated with the pod. This container does nothing other than sleep,
|
||||||
# reserving the pods resources for the lifetime of the pod. By default container
|
# reserving the pod's resources for the lifetime of the pod. By default container
|
||||||
# engines run a builtin container using the pause executable. If you want override
|
# engines run a built-in container using the pause executable. If you want override
|
||||||
# specify an image to pull.
|
# specify an image to pull.
|
||||||
#
|
#
|
||||||
#infra_image = ""
|
#infra_image = ""
|
||||||
|
|
||||||
|
# Default Kubernetes kind/specification of the kubernetes yaml generated with the `podman kube generate` command.
|
||||||
|
# The possible options are `pod` and `deployment`.
|
||||||
|
#kube_generate_type = "pod"
|
||||||
|
|
||||||
# Specify the locking mechanism to use; valid values are "shm" and "file".
|
# Specify the locking mechanism to use; valid values are "shm" and "file".
|
||||||
# Change the default only if you are sure of what you are doing, in general
|
# Change the default only if you are sure of what you are doing, in general
|
||||||
# "file" is useful only on platforms where cgo is not available for using the
|
# "file" is useful only on platforms where cgo is not available for using the
|
||||||
# faster "shm" lock type. You may need to run "podman system renumber" after
|
# faster "shm" lock type. You may need to run "podman system renumber" after
|
||||||
# you change the lock type.
|
# you change the lock type.
|
||||||
#
|
#
|
||||||
#lock_type** = "shm"
|
#lock_type = "shm"
|
||||||
|
|
||||||
# MultiImageArchive - if true, the container engine allows for storing archives
|
# MultiImageArchive - if true, the container engine allows for storing archives
|
||||||
# (e.g., of the docker-archive transport) with multiple images. By default,
|
# (e.g., of the docker-archive transport) with multiple images. By default,
|
||||||
# Podman creates single-image archives.
|
# Podman creates single-image archives.
|
||||||
#
|
#
|
||||||
#multi_image_archive = "false"
|
#multi_image_archive = false
|
||||||
|
|
||||||
# Default engine namespace
|
# Default engine namespace
|
||||||
# If engine is joined to a namespace, it will see only containers and pods
|
# If engine is joined to a namespace, it will see only containers and pods
|
||||||
@ -518,7 +639,8 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
#
|
#
|
||||||
#no_pivot_root = false
|
#no_pivot_root = false
|
||||||
|
|
||||||
# Number of locks available for containers and pods.
|
# Number of locks available for containers, pods, and volumes. Each container,
|
||||||
|
# pod, and volume consumes 1 lock for as long as it exists.
|
||||||
# If this is changed, a lock renumber must be performed (e.g. with the
|
# If this is changed, a lock renumber must be performed (e.g. with the
|
||||||
# 'podman system renumber' command).
|
# 'podman system renumber' command).
|
||||||
#
|
#
|
||||||
@ -537,6 +659,16 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
#
|
#
|
||||||
#remote = false
|
#remote = false
|
||||||
|
|
||||||
|
# Number of times to retry pulling/pushing images in case of failure
|
||||||
|
#
|
||||||
|
#retry = 3
|
||||||
|
|
||||||
|
# Delay between retries in case pulling/pushing image fails.
|
||||||
|
# If set, container engines will retry at the set interval,
|
||||||
|
# otherwise they delay 2 seconds and then exponentially back off.
|
||||||
|
#
|
||||||
|
#retry_delay = "2s"
|
||||||
|
|
||||||
# Default OCI runtime
|
# Default OCI runtime
|
||||||
#
|
#
|
||||||
#runtime = "crun"
|
#runtime = "crun"
|
||||||
@ -582,12 +714,12 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
|
|
||||||
# map of service destinations
|
# map of service destinations
|
||||||
#
|
#
|
||||||
#[service_destinations]
|
# [engine.service_destinations]
|
||||||
# [service_destinations.production]
|
# [engine.service_destinations.production]
|
||||||
# URI to access the Podman service
|
# URI to access the Podman service
|
||||||
# Examples:
|
# Examples:
|
||||||
# rootless "unix://run/user/$UID/podman/podman.sock" (Default)
|
# rootless "unix:///run/user/$UID/podman/podman.sock" (Default)
|
||||||
# rootful "unix://run/podman/podman.sock (Default)
|
# rootful "unix:///run/podman/podman.sock (Default)
|
||||||
# remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock
|
# remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock
|
||||||
# remote rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
|
# remote rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
|
||||||
#
|
#
|
||||||
@ -612,6 +744,9 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
# A value of 0 is treated as no timeout.
|
# A value of 0 is treated as no timeout.
|
||||||
#volume_plugin_timeout = 5
|
#volume_plugin_timeout = 5
|
||||||
|
|
||||||
|
# Default timeout in seconds for podmansh logins.
|
||||||
|
#podmansh_timeout = 30
|
||||||
|
|
||||||
# Paths to look for a valid OCI runtime (crun, runc, kata, runsc, krun, etc)
|
# Paths to look for a valid OCI runtime (crun, runc, kata, runsc, krun, etc)
|
||||||
[engine.runtimes]
|
[engine.runtimes]
|
||||||
#crun = [
|
#crun = [
|
||||||
@ -624,6 +759,15 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
# "/run/current-system/sw/bin/crun",
|
# "/run/current-system/sw/bin/crun",
|
||||||
#]
|
#]
|
||||||
|
|
||||||
|
#crun-vm = [
|
||||||
|
# "/usr/bin/crun-vm",
|
||||||
|
# "/usr/local/bin/crun-vm",
|
||||||
|
# "/usr/local/sbin/crun-vm",
|
||||||
|
# "/sbin/crun-vm",
|
||||||
|
# "/bin/crun-vm",
|
||||||
|
# "/run/current-system/sw/bin/crun-vm",
|
||||||
|
#]
|
||||||
|
|
||||||
#kata = [
|
#kata = [
|
||||||
# "/usr/bin/kata-runtime",
|
# "/usr/bin/kata-runtime",
|
||||||
# "/usr/sbin/kata-runtime",
|
# "/usr/sbin/kata-runtime",
|
||||||
@ -679,16 +823,15 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
#
|
#
|
||||||
#disk_size=10
|
#disk_size=10
|
||||||
|
|
||||||
# Default image URI when creating a new VM using `podman machine init`.
|
# Default Image used when creating a new VM using `podman machine init`.
|
||||||
# Options: On Linux/Mac, `testing`, `stable`, `next`. On Windows, the major
|
# Can be specified as registry with a bootable OCI artifact, download URL, or a local path.
|
||||||
# version of the OS (e.g `36`) for Fedora 36. For all platforms you can
|
# Registry target must be in the form of `docker://registry/repo/image:version`.
|
||||||
# alternatively specify a custom download URL to an image. Container engines
|
# Container engines translate URIs $OS and $ARCH to the native OS and ARCH.
|
||||||
# translate URIs $OS and $ARCH to the native OS and ARCH. URI
|
# URI "https://example.com/$OS/$ARCH/foobar.ami" would become
|
||||||
# "https://example.com/$OS/$ARCH/foobar.ami" becomes
|
|
||||||
# "https://example.com/linux/amd64/foobar.ami" on a Linux AMD machine.
|
# "https://example.com/linux/amd64/foobar.ami" on a Linux AMD machine.
|
||||||
# The default value is `testing`.
|
# If unspecified, the default Podman machine image will be used.
|
||||||
#
|
#
|
||||||
#image = "testing"
|
#image = ""
|
||||||
|
|
||||||
# Memory in MB a machine is created with.
|
# Memory in MB a machine is created with.
|
||||||
#
|
#
|
||||||
@ -713,8 +856,21 @@ cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
|
|||||||
#
|
#
|
||||||
#provider = ""
|
#provider = ""
|
||||||
|
|
||||||
|
# Rosetta supports running x86_64 Linux binaries on a Podman machine on Apple silicon.
|
||||||
|
# The default value is `true`. Supported on AppleHV(arm64) machines only.
|
||||||
|
#
|
||||||
|
#rosetta=true
|
||||||
|
|
||||||
# The [machine] table MUST be the last entry in this file.
|
# The [machine] table MUST be the last entry in this file.
|
||||||
# (Unless another table is added)
|
# (Unless another table is added)
|
||||||
# TOML does not provide a way to end a table other than a further table being
|
# TOML does not provide a way to end a table other than a further table being
|
||||||
# defined, so every key hereafter will be part of [machine] and not the
|
# defined, so every key hereafter will be part of [machine] and not the
|
||||||
# main config.
|
# main config.
|
||||||
|
|
||||||
|
[farms]
|
||||||
|
#
|
||||||
|
# the default farm to use when farming out builds
|
||||||
|
# default = ""
|
||||||
|
#
|
||||||
|
# map of existing farms
|
||||||
|
#[farms.list]
|
||||||
|
BIN
image-5.29.2.tar.xz
(Stored with Git LFS)
BIN
image-5.29.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
image-5.30.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
image-5.30.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 24 14:56:17 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
|
||||||
|
|
||||||
|
- Introduce new subpackage that ships registries.conf which uses
|
||||||
|
registry.suse.com as the only unqualified registry while pulling images on
|
||||||
|
SL Micro. (SMO-376)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 15:15:18 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
|
||||||
|
|
||||||
|
- Add patch to keep containers.conf modifications in sync with upstream (bsc#1213556)
|
||||||
|
+ 0001-containers.conf-SUSE-clear-cni-config-dir-for-ALP.patch
|
||||||
|
- Fallback to podman's default capabilities and journal driver via containers.conf
|
||||||
|
- New release 20240408
|
||||||
|
- bump bundled c/common to 0.58.0
|
||||||
|
- bump bundled c/image to 5.30.0
|
||||||
|
- bump bundled c/storage to 1.53.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 10:41:40 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- reenable SUSE registry key validation for new key.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 13:16:28 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- disable the SUSE registry key validation temporary to switch the key on
|
||||||
|
registry.suse.com.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 6 13:35:30 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
Tue Feb 6 13:35:30 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
# commonver - version from containers/common
|
# commonver - version from containers/common
|
||||||
%define commonver 0.57.4
|
%define commonver 0.58.0
|
||||||
# storagever - version from containers/storage
|
# storagever - version from containers/storage
|
||||||
%define storagever 1.51.0
|
%define storagever 1.53.0
|
||||||
# imagever - version from containers/image
|
# imagever - version from containers/image
|
||||||
%define imagever 5.29.2
|
%define imagever 5.30.0
|
||||||
# skopeover - version from containers/skopeo
|
# skopeover - version from containers/skopeo
|
||||||
%define skopeover 1.14.2
|
%define skopeover 1.15.0
|
||||||
# https://github.com/containers/shortnames
|
# https://github.com/containers/shortnames
|
||||||
%define shortnamesver 2023.02.20
|
%define shortnamesver 2023.02.20
|
||||||
Name: libcontainers-common
|
Name: libcontainers-common
|
||||||
Version: 20240206
|
Version: 20240408
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configuration files common to github.com/containers
|
Summary: Configuration files common to github.com/containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -47,17 +47,22 @@ Source6: registries.conf
|
|||||||
# https://github.com/containers/skopeo/blob/main/default.yaml but heavily modified
|
# https://github.com/containers/skopeo/blob/main/default.yaml but heavily modified
|
||||||
Source7: default.yaml
|
Source7: default.yaml
|
||||||
Source8: common-%{commonver}.tar.xz
|
Source8: common-%{commonver}.tar.xz
|
||||||
# https://github.com/containers/common/blob/main/pkg/config/containers.conf with custom settings
|
Source9: https://raw.githubusercontent.com/containers/common/v%{commonver}/pkg/config/containers.conf
|
||||||
Source9: containers.conf
|
|
||||||
Source10: %{name}.rpmlintrc
|
Source10: %{name}.rpmlintrc
|
||||||
Source11: https://raw.githubusercontent.com/containers/shortnames/v%{shortnamesver}/shortnames.conf
|
Source11: https://raw.githubusercontent.com/containers/shortnames/v%{shortnamesver}/shortnames.conf
|
||||||
Source12: openSUSE-policy.json
|
Source12: openSUSE-policy.json
|
||||||
|
Patch100: 0001-containers.conf-SUSE-clear-cni-config-dir-for-ALP.patch
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
Requires(post): %{_bindir}/sed
|
Requires(post): %{_bindir}/sed
|
||||||
# add SLE-specific mounts for only SLES systems
|
# add SLE-specific mounts for only SLES systems
|
||||||
Requires: (libcontainers-sles-mounts if (product(SUSE_SLE) or product(SLE-Micro)))
|
Requires: (libcontainers-sles-mounts if (product(SUSE_SLE) or product(SLE-Micro)))
|
||||||
Requires: libcontainers-policy >= %{version}
|
Requires: libcontainers-policy >= %{version}
|
||||||
Suggests: (libcontainers-policy-openSUSE if openSUSE-release)
|
Suggests: (libcontainers-policy-openSUSE if openSUSE-release)
|
||||||
|
# Default to SUSE registry on SL Micro,
|
||||||
|
# keep SUSE, openSUSE and dockerhub registries otherwise.
|
||||||
|
# (SMO-376)
|
||||||
|
Requires: registries-conf >= %{version}
|
||||||
|
Suggests: (registries-conf-sl-micro if product(SL-Micro))
|
||||||
Provides: libcontainers-image = %{version}
|
Provides: libcontainers-image = %{version}
|
||||||
Provides: libcontainers-storage = %{version}
|
Provides: libcontainers-storage = %{version}
|
||||||
Obsoletes: libcontainers-image < %{version}
|
Obsoletes: libcontainers-image < %{version}
|
||||||
@ -72,7 +77,7 @@ github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo.
|
|||||||
Summary: Default mounts for SLE distributions
|
Summary: Default mounts for SLE distributions
|
||||||
|
|
||||||
%description -n libcontainers-sles-mounts
|
%description -n libcontainers-sles-mounts
|
||||||
Updates /etc/containers/mounts.conf with default mounts for SLE distributions
|
Ships a /etc/containers/mounts.conf with default mounts for SLE distributions
|
||||||
|
|
||||||
%package -n libcontainers-openSUSE-policy
|
%package -n libcontainers-openSUSE-policy
|
||||||
Summary: Policy to enforce image verification for SLE BCI
|
Summary: Policy to enforce image verification for SLE BCI
|
||||||
@ -94,14 +99,40 @@ Conflicts: libcontainers-openSUSE-policy
|
|||||||
%description -n libcontainers-default-policy
|
%description -n libcontainers-default-policy
|
||||||
This package ships the default /etc/containers/policy.json
|
This package ships the default /etc/containers/policy.json
|
||||||
|
|
||||||
|
%package -n registries-conf-sl-micro
|
||||||
|
Summary: Defaults to SUSE Registry on SL Micro
|
||||||
|
Provides: registries-conf = %{version}-%{release}
|
||||||
|
RemovePathPostfixes: .sl-micro
|
||||||
|
Conflicts: registries-conf-default
|
||||||
|
Requires: product(SL-Micro)
|
||||||
|
|
||||||
|
%description -n registries-conf-sl-micro
|
||||||
|
Ships registries.conf that uses registry.suse.com as the only unqualified registry on SL Micro.
|
||||||
|
|
||||||
|
%package -n registries-conf-default
|
||||||
|
Summary: Add SUSE and openSUSE registries to be used to pull images along with dockerhub
|
||||||
|
Provides: registries-conf = %{version}-%{release}
|
||||||
|
RemovePathPostfixes: .default
|
||||||
|
Conflicts: registries-conf-sl-micro
|
||||||
|
|
||||||
|
%description -n registries-conf-default
|
||||||
|
Ships the default registries.conf including the SUSE and openSUSE registries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
cp %{SOURCE9} .
|
||||||
|
# Apply CNI config on streams other than ALP (bsc#1213556)
|
||||||
|
# https://github.com/containers/podman/issues/19327
|
||||||
|
%if 0%{?suse_version} < 1600 && !0%{?is_opensuse}
|
||||||
|
%patch -P100 -p3
|
||||||
|
sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %_builddir/containers.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%setup -q -Tcq -b0 -b1 -b8
|
%setup -q -Tcq -b0 -b1 -b8
|
||||||
# copy the LICENSE file in the build root
|
# copy the LICENSE file in the build root
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd ..
|
cd ..
|
||||||
pwd
|
|
||||||
# compile containers/image manpages
|
# compile containers/image manpages
|
||||||
cd image-%{imagever}
|
cd image-%{imagever}
|
||||||
for md in docs/*.md
|
for md in docs/*.md
|
||||||
@ -132,11 +163,8 @@ cat >>%{SOURCE5} <<EOL
|
|||||||
%{_sysconfdir}/zypp/credentials.d/SCCcredentials:%{_sysconfdir}/zypp/credentials.d/SCCcredentials
|
%{_sysconfdir}/zypp/credentials.d/SCCcredentials:%{_sysconfdir}/zypp/credentials.d/SCCcredentials
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
# Disable CNI related configs on ALP (bsc#1213556)
|
# Default to SUSE registry on SL Micro
|
||||||
# https://github.com/containers/podman/issues/19327
|
sed 's/unqualified-search-registries.*/unqualified-search-registries = \["registry.suse.com"\]/' %{SOURCE6} > registries.conf.sl-micro
|
||||||
%if 0%{?suse_version} >= 1600 && !0%{?is_opensuse}
|
|
||||||
sed -i 's/cni_plugin_dirs = .*/\# cni_plugin_dirs = []/g' %{SOURCE9}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
cd common-%{commonver}
|
cd common-%{commonver}
|
||||||
%make_build docs
|
%make_build docs
|
||||||
@ -157,11 +185,9 @@ install -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/containers/policy.json
|
|||||||
install -D -m 0644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/containers/storage.conf
|
install -D -m 0644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/containers/storage.conf
|
||||||
install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
|
install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
|
||||||
install -D -m 0644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/containers/mounts.conf
|
install -D -m 0644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/containers/mounts.conf
|
||||||
install -D -m 0644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/containers/registries.conf
|
|
||||||
install -D -m 0644 %{SOURCE11} %{buildroot}/%{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
|
install -D -m 0644 %{SOURCE11} %{buildroot}/%{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
|
||||||
install -D -m 0644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
|
install -D -m 0644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
|
||||||
sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %{SOURCE9}
|
install -D -m 0644 %_builddir/containers.conf %{buildroot}/%{_datadir}/containers/containers.conf
|
||||||
install -D -m 0644 %{SOURCE9} %{buildroot}/%{_datadir}/containers/containers.conf
|
|
||||||
install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json %{buildroot}/%{_datadir}/containers/seccomp.json
|
install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json %{buildroot}/%{_datadir}/containers/seccomp.json
|
||||||
install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json %{buildroot}/%{_sysconfdir}/containers/seccomp.json
|
install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json %{buildroot}/%{_sysconfdir}/containers/seccomp.json
|
||||||
|
|
||||||
@ -178,6 +204,9 @@ install -D -m 0644 common-%{commonver}/docs/containers.conf.5 %{buildroot}/%{_ma
|
|||||||
install -D -m 0644 %{SOURCE12} %{buildroot}/%{_sysconfdir}/containers/policy.json.openSUSE
|
install -D -m 0644 %{SOURCE12} %{buildroot}/%{_sysconfdir}/containers/policy.json.openSUSE
|
||||||
install -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/containers/policy.json.default
|
install -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/containers/policy.json.default
|
||||||
|
|
||||||
|
install -D -m 0644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/containers/registries.conf.default
|
||||||
|
install -D -m 0644 registries.conf.sl-micro %{buildroot}/%{_sysconfdir}/containers/registries.conf.sl-micro
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# Comment out ostree_repo if it's blank [boo#1189893]
|
# Comment out ostree_repo if it's blank [boo#1189893]
|
||||||
sed -i 's/ostree_repo = ""/\#ostree_repo = ""/g' %{_sysconfdir}/containers/storage.conf
|
sed -i 's/ostree_repo = ""/\#ostree_repo = ""/g' %{_sysconfdir}/containers/storage.conf
|
||||||
@ -195,7 +224,6 @@ sed -i 's/ostree_repo = ""/\#ostree_repo = ""/g' %{_sysconfdir}/containers/stora
|
|||||||
%dir %{_datadir}/containers/systemd
|
%dir %{_datadir}/containers/systemd
|
||||||
|
|
||||||
%config(noreplace) %{_sysconfdir}/containers/storage.conf
|
%config(noreplace) %{_sysconfdir}/containers/storage.conf
|
||||||
%config(noreplace) %{_sysconfdir}/containers/registries.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/containers/seccomp.json
|
%config(noreplace) %{_sysconfdir}/containers/seccomp.json
|
||||||
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
|
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
|
||||||
%config(noreplace) %{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
|
%config(noreplace) %{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
|
||||||
@ -216,4 +244,10 @@ sed -i 's/ostree_repo = ""/\#ostree_repo = ""/g' %{_sysconfdir}/containers/stora
|
|||||||
%files -n libcontainers-default-policy
|
%files -n libcontainers-default-policy
|
||||||
%config(noreplace) %{_sysconfdir}/containers/policy.json.default
|
%config(noreplace) %{_sysconfdir}/containers/policy.json.default
|
||||||
|
|
||||||
|
%files -n registries-conf-sl-micro
|
||||||
|
%config(noreplace) %{_sysconfdir}/containers/registries.conf.sl-micro
|
||||||
|
|
||||||
|
%files -n registries-conf-default
|
||||||
|
%config(noreplace) %{_sysconfdir}/containers/registries.conf.default
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
storage-1.51.0.tar.xz
(Stored with Git LFS)
BIN
storage-1.51.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
storage-1.53.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
storage-1.53.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user