import UBI containers-common-1-71.module+el8.9.0+21243+a586538b
This commit is contained in:
parent
3af99e79d1
commit
673f19f2ac
@ -49,7 +49,7 @@ A Containerfile is similar to a Makefile.
|
|||||||
to a new image if necessary, before finally outputting the ID of the new
|
to a new image if necessary, before finally outputting the ID of the new
|
||||||
image.
|
image.
|
||||||
|
|
||||||
Container engines re-use intermediate images whenever possible. This significantly
|
Container engines reuse intermediate images whenever possible. This significantly
|
||||||
accelerates the *build* process.
|
accelerates the *build* process.
|
||||||
|
|
||||||
# FORMAT
|
# FORMAT
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
# Fedora
|
# Fedora
|
||||||
"fedora-minimal" = "registry.fedoraproject.org/fedora-minimal"
|
"fedora-minimal" = "registry.fedoraproject.org/fedora-minimal"
|
||||||
"fedora" = "registry.fedoraproject.org/fedora"
|
"fedora" = "registry.fedoraproject.org/fedora"
|
||||||
|
# Gentoo
|
||||||
|
"gentoo" = "docker.io/gentoo/stage3"
|
||||||
# openSUSE
|
# openSUSE
|
||||||
"opensuse/tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
"opensuse/tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
||||||
"opensuse/tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
|
"opensuse/tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
|
||||||
@ -54,10 +56,10 @@
|
|||||||
"rhel7" = "registry.access.redhat.com/rhel7"
|
"rhel7" = "registry.access.redhat.com/rhel7"
|
||||||
"rhel7.9" = "registry.access.redhat.com/rhel7.9"
|
"rhel7.9" = "registry.access.redhat.com/rhel7.9"
|
||||||
"rhel-atomic" = "registry.access.redhat.com/rhel-atomic"
|
"rhel-atomic" = "registry.access.redhat.com/rhel-atomic"
|
||||||
"rhel-minimal" = "registry.access.redhat.com/rhel-minimum"
|
"rhel-minimal" = "registry.access.redhat.com/rhel-minimal"
|
||||||
"rhel-init" = "registry.access.redhat.com/rhel-init"
|
"rhel-init" = "registry.access.redhat.com/rhel-init"
|
||||||
"rhel7-atomic" = "registry.access.redhat.com/rhel7-atomic"
|
"rhel7-atomic" = "registry.access.redhat.com/rhel7-atomic"
|
||||||
"rhel7-minimal" = "registry.access.redhat.com/rhel7-minimum"
|
"rhel7-minimal" = "registry.access.redhat.com/rhel7-minimal"
|
||||||
"rhel7-init" = "registry.access.redhat.com/rhel7-init"
|
"rhel7-init" = "registry.access.redhat.com/rhel7-init"
|
||||||
"rhel7/rhel" = "registry.access.redhat.com/rhel7/rhel"
|
"rhel7/rhel" = "registry.access.redhat.com/rhel7/rhel"
|
||||||
"rhel7/rhel-atomic" = "registry.access.redhat.com/rhel7/rhel7/rhel-atomic"
|
"rhel7/rhel-atomic" = "registry.access.redhat.com/rhel7/rhel7/rhel-atomic"
|
||||||
@ -121,3 +123,12 @@
|
|||||||
"rust" = "docker.io/library/rust"
|
"rust" = "docker.io/library/rust"
|
||||||
# node
|
# node
|
||||||
"node" = "docker.io/library/node"
|
"node" = "docker.io/library/node"
|
||||||
|
# Grafana Labs
|
||||||
|
"grafana/agent" = "docker.io/grafana/agent"
|
||||||
|
"grafana/grafana" = "docker.io/grafana/grafana"
|
||||||
|
"grafana/k6" = "docker.io/grafana/k6"
|
||||||
|
"grafana/loki" = "docker.io/grafana/loki"
|
||||||
|
"grafana/mimir" = "docker.io/grafana/mimir"
|
||||||
|
"grafana/oncall" = "docker.io/grafana/oncall"
|
||||||
|
"grafana/pyroscope" = "docker.io/grafana/pyroscope"
|
||||||
|
"grafana/tempo" = "docker.io/grafana/tempo"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 70%{?dist}
|
Release: 71%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
# arch limitation because of go-md2man (missing on i686)
|
# arch limitation because of go-md2man (missing on i686)
|
||||||
@ -175,6 +175,10 @@ EOF
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:1-71
|
||||||
|
- update vendored components and configuration files
|
||||||
|
- Resolves: RHEL-20910
|
||||||
|
|
||||||
* Mon Oct 09 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-70
|
* Mon Oct 09 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-70
|
||||||
- bump version to preserve upgrade path
|
- bump version to preserve upgrade path
|
||||||
- Resolves: Jira:RHEL-12277
|
- Resolves: Jira:RHEL-12277
|
||||||
|
Loading…
Reference in New Issue
Block a user