import UBI containers-common-1-96.el9_5

This commit is contained in:
eabdullin 2024-12-17 10:26:08 +00:00
parent 50fb3cfb6c
commit d8de6630ae
4 changed files with 30 additions and 2 deletions

View File

@ -38,6 +38,21 @@
"leap-dnf" = "registry.opensuse.org/opensuse/leap-dnf"
"leap-microdnf" = "registry.opensuse.org/opensuse/leap-microdnf"
"tw-busybox" = "registry.opensuse.org/opensuse/busybox"
# OTel (Open Telemetry) - opentelemetry.io
"otel/autoinstrumentation-go" = "docker.io/otel/autoinstrumentation-go"
"otel/autoinstrumentation-nodejs" = "docker.io/otel/autoinstrumentation-nodejs"
"otel/autoinstrumentation-python" = "docker.io/otel/autoinstrumentation-python"
"otel/autoinstrumentation-java" = "docker.io/otel/autoinstrumentation-java"
"otel/autoinstrumentation-dotnet" = "docker.io/otel/autoinstrumentation-dotnet"
"otel/opentelemetry-collector" = "docker.io/otel/opentelemetry-collector"
"otel/opentelemetry-collector-contrib" = "docker.io/otel/opentelemetry-collector-contrib"
"otel/opentelemetry-collector-contrib-dev" = "docker.io/otel/opentelemetry-collector-contrib-dev"
"otel/opentelemetry-collector-k8s" = "docker.io/otel/opentelemetry-collector-k8s"
"otel/opentelemetry-operator" = "docker.io/otel/opentelemetry-operator"
"otel/opentelemetry-operator-bundle" = "docker.io/otel/opentelemetry-operator-bundle"
"otel/operator-opamp-bridge" = "docker.io/otel/operator-opamp-bridge"
"otel/semconvgen" = "docker.io/otel/semconvgen"
"otel/weaver" = "docker.io/otel/weaver"
# SUSE
"suse/sle15" = "registry.suse.com/suse/sle15"
"suse/sles12sp5" = "registry.suse.com/suse/sles12sp5"

View File

@ -79,7 +79,7 @@ additionalimagestores = [
# format compatible with partial pulls in order to take advantage
# of local deduplication and hard linking. It is an expensive
# operation so it is not enabled by default.
pull_options = {enable_partial_images = "true", use_hard_links = "false", ostree_repos=""}
pull_options = {enable_partial_images = "false", use_hard_links = "false", ostree_repos=""}
# Root-auto-userns-user is a user name which can be used to look up one or more UID/GID
# ranges in the /etc/subuid and /etc/subgid file. These ranges will be partitioned

View File

@ -30,6 +30,7 @@ for FILE in *; do
done
ensure storage.conf driver \"overlay\"
ensure storage.conf mountopt \"nodev,metacopy=on\"
ensure storage.conf pull_options {enable_partial_images\ =\ \"false\"\,\ use_hard_links\ =\ \"false\"\,\ ostree_repos=\"\"}
if pwd | grep rhel-8 > /dev/null
then
awk -i inplace '/#default_capabilities/,/#\]/{gsub("#","",$0)}1' containers.conf

View File

@ -12,7 +12,7 @@
Epoch: 2
Name: containers-common
Version: 1
Release: 93%{?dist}
Release: 96%{?dist}
Summary: Common configuration and documentation for containers
License: ASL 2.0
ExclusiveArch: %{go_arches}
@ -173,6 +173,18 @@ EOF
%{_datadir}/rhel/secrets/*
%changelog
* Thu Nov 14 2024 Jindrich Novy <jnovy@redhat.com> - 2:1-96
- Be sure to enable_partial_images = false in storage.conf
- Resolves: RHEL-65057
* Wed Oct 30 2024 Jindrich Novy <jnovy@redhat.com> - 2:1-95
- update vendored components and configuration files
- Resolves: RHEL-62566
* Mon Oct 28 2024 Lokesh Mandvekar <lsm5@redhat.com> - 2:1-94
- enable_partial_images should be set to false
- Resolves: RHEL-62937
* Thu Oct 17 2024 Jindrich Novy <jnovy@redhat.com> - 2:1-93
- rebuild
- Resolves: RHEL-62937