containers-common-1-38.el8
- update vendored components and configuration files - Related: #2176055 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
1fb71c8476
commit
086cd96984
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,8 +1 @@
|
|||||||
SOURCES/aardvark-dns-v1.0.3-a92337b.tar.gz
|
/*.tar.gz
|
||||||
SOURCES/aardvark-dns-v1.0.3-vendor.tar.gz
|
|
||||||
SOURCES/netavark-v1.0.3-ec7efb8.tar.gz
|
|
||||||
SOURCES/netavark-v1.0.3-vendor.tar.gz
|
|
||||||
/aardvark-dns-v1.0.3-a92337b.tar.gz
|
|
||||||
/aardvark-dns-v1.0.3-vendor.tar.gz
|
|
||||||
/netavark-v1.0.3-ec7efb8.tar.gz
|
|
||||||
/netavark-v1.0.3-vendor.tar.gz
|
|
||||||
|
@ -118,7 +118,7 @@ Current supported mount TYPES are bind, cache, secret and tmpfs.
|
|||||||
|
|
||||||
· dst, destination, target: mount destination spec.
|
· dst, destination, target: mount destination spec.
|
||||||
|
|
||||||
· ro, read-only: true or false (default).
|
· ro, read-only: true (default) or false.
|
||||||
|
|
||||||
Options specific to bind:
|
Options specific to bind:
|
||||||
|
|
||||||
@ -128,6 +128,8 @@ Current supported mount TYPES are bind, cache, secret and tmpfs.
|
|||||||
|
|
||||||
· from: stage or image name for the root of the source. Defaults to the build context.
|
· from: stage or image name for the root of the source. Defaults to the build context.
|
||||||
|
|
||||||
|
· rw, read-write: allows writes on the mount.
|
||||||
|
|
||||||
Options specific to tmpfs:
|
Options specific to tmpfs:
|
||||||
|
|
||||||
· tmpfs-size: Size of the tmpfs mount in bytes. Unlimited by default in Linux.
|
· tmpfs-size: Size of the tmpfs mount in bytes. Unlimited by default in Linux.
|
||||||
@ -150,6 +152,8 @@ Current supported mount TYPES are bind, cache, secret and tmpfs.
|
|||||||
|
|
||||||
· from: stage name for the root of the source. Defaults to host cache directory.
|
· from: stage name for the root of the source. Defaults to host cache directory.
|
||||||
|
|
||||||
|
· rw, read-write: allows writes on the mount.
|
||||||
|
|
||||||
|
|
||||||
**RUN Secrets**
|
**RUN Secrets**
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 36%{?dist}
|
Release: 38%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
BuildRequires: /usr/bin/go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
@ -97,7 +97,7 @@ separately.
|
|||||||
|
|
||||||
%package -n aardvark-dns
|
%package -n aardvark-dns
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 36%{?dist}
|
Release: 38%{?dist}
|
||||||
URL: https://github.com/containers/aardvark-dns
|
URL: https://github.com/containers/aardvark-dns
|
||||||
Summary: Authoritative DNS server for A/AAAA container records
|
Summary: Authoritative DNS server for A/AAAA container records
|
||||||
License: ASL 2.0 and BSD and MIT
|
License: ASL 2.0 and BSD and MIT
|
||||||
@ -117,7 +117,7 @@ Read more about configuration in `src/backend/mod.rs`.
|
|||||||
|
|
||||||
%package -n netavark
|
%package -n netavark
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 36%{?dist}
|
Release: 38%{?dist}
|
||||||
URL: https://github.com/containers/netavark
|
URL: https://github.com/containers/netavark
|
||||||
Summary: OCI network stack
|
Summary: OCI network stack
|
||||||
License: ASL 2.0 and BSD and MIT
|
License: ASL 2.0 and BSD and MIT
|
||||||
@ -306,6 +306,10 @@ EOF
|
|||||||
%{_mandir}/man1/netavark.1*
|
%{_mandir}/man1/netavark.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-38
|
||||||
|
- update vendored components and configuration files
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
* Tue Oct 18 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-36
|
* Tue Oct 18 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-36
|
||||||
- update vendored components and configuration files
|
- update vendored components and configuration files
|
||||||
- Related: #2129766
|
- Related: #2129766
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# recipients: jnovy, lsm5, santiago
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules: []
|
@ -3,7 +3,7 @@
|
|||||||
"almalinux" = "docker.io/library/almalinux"
|
"almalinux" = "docker.io/library/almalinux"
|
||||||
"almalinux-minimal" = "docker.io/library/almalinux-minimal"
|
"almalinux-minimal" = "docker.io/library/almalinux-minimal"
|
||||||
# Arch Linux
|
# Arch Linux
|
||||||
"archlinux" = "docker.io/archlinux/archlinux"
|
"archlinux" = "docker.io/library/archlinux"
|
||||||
# centos
|
# centos
|
||||||
"centos" = "quay.io/centos/centos"
|
"centos" = "quay.io/centos/centos"
|
||||||
# containers
|
# containers
|
||||||
@ -42,6 +42,10 @@
|
|||||||
"sles12sp5" = "registry.suse.com/suse/sles12sp5"
|
"sles12sp5" = "registry.suse.com/suse/sles12sp5"
|
||||||
"sles12sp4" = "registry.suse.com/suse/sles12sp4"
|
"sles12sp4" = "registry.suse.com/suse/sles12sp4"
|
||||||
"sles12sp3" = "registry.suse.com/suse/sles12sp3"
|
"sles12sp3" = "registry.suse.com/suse/sles12sp3"
|
||||||
|
"bci/bci-base" = "registry.suse.com/bci/bci-base"
|
||||||
|
"bci/bci-micro" = "registry.suse.com/bci/bci-micro"
|
||||||
|
"bci/bci-minimal" = "registry.suse.com/bci/bci-minimal"
|
||||||
|
"bci/bci-busybox" = "registry.suse.com/bci/bci-busybox"
|
||||||
# Red Hat Enterprise Linux
|
# Red Hat Enterprise Linux
|
||||||
"rhel" = "registry.access.redhat.com/rhel"
|
"rhel" = "registry.access.redhat.com/rhel"
|
||||||
"rhel6" = "registry.access.redhat.com/rhel6"
|
"rhel6" = "registry.access.redhat.com/rhel6"
|
||||||
@ -111,5 +115,7 @@
|
|||||||
"php" = "docker.io/library/php"
|
"php" = "docker.io/library/php"
|
||||||
# python
|
# python
|
||||||
"python" = "docker.io/library/python"
|
"python" = "docker.io/library/python"
|
||||||
|
# rust
|
||||||
|
"rust" = "docker.io/library/rust"
|
||||||
# node
|
# node
|
||||||
"node" = "docker.io/library/node"
|
"node" = "docker.io/library/node"
|
||||||
|
Loading…
Reference in New Issue
Block a user