Update documentaton for containers.conf, seccomp.json and new shortnames.conf
This commit is contained in:
parent
51e0386322
commit
fccb23be6e
@ -142,7 +142,7 @@ environment variables to the container.
|
|||||||
|
|
||||||
Pass all host environment variables into the container.
|
Pass all host environment variables into the container.
|
||||||
|
|
||||||
**http_proxy**=false
|
**http_proxy**=true
|
||||||
|
|
||||||
Default proxy environment variables will be passed into the container.
|
Default proxy environment variables will be passed into the container.
|
||||||
The environment variables passed in include:
|
The environment variables passed in include:
|
||||||
|
@ -380,7 +380,6 @@
|
|||||||
"utimensat_time64",
|
"utimensat_time64",
|
||||||
"utimes",
|
"utimes",
|
||||||
"vfork",
|
"vfork",
|
||||||
"vmsplice",
|
|
||||||
"wait4",
|
"wait4",
|
||||||
"waitid",
|
"waitid",
|
||||||
"waitpid",
|
"waitpid",
|
||||||
|
@ -16,9 +16,13 @@
|
|||||||
"fedora" = "registry.fedoraproject.org/fedora"
|
"fedora" = "registry.fedoraproject.org/fedora"
|
||||||
# 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-microdnf" = "registry.opensuse.org/opensuse/tumbleweed-microdnf"
|
||||||
"opensuse/leap" = "registry.opensuse.org/opensuse/leap"
|
"opensuse/leap" = "registry.opensuse.org/opensuse/leap"
|
||||||
"opensuse/busybox" = "registry.opensuse.org/opensuse/busybox"
|
"opensuse/busybox" = "registry.opensuse.org/opensuse/busybox"
|
||||||
"tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
"tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
||||||
|
"tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
|
||||||
|
"tumbleweed-microdnf" = "registry.opensuse.org/opensuse/tumbleweed-microdnf"
|
||||||
"leap" = "registry.opensuse.org/opensuse/leap"
|
"leap" = "registry.opensuse.org/opensuse/leap"
|
||||||
"tw-busybox" = "registry.opensuse.org/opensuse/busybox"
|
"tw-busybox" = "registry.opensuse.org/opensuse/busybox"
|
||||||
# SUSE
|
# SUSE
|
||||||
@ -40,6 +44,11 @@
|
|||||||
"ubi8" = "registry.access.redhat.com/ubi8"
|
"ubi8" = "registry.access.redhat.com/ubi8"
|
||||||
"ubi8-minimal" = "registry.access.redhat.com/ubi8-minimal"
|
"ubi8-minimal" = "registry.access.redhat.com/ubi8-minimal"
|
||||||
"ubi8-init" = "registry.access.redhat.com/ubi8-init"
|
"ubi8-init" = "registry.access.redhat.com/ubi8-init"
|
||||||
|
"ubi8-micro" = "registry.access.redhat.com/ubi8-micro"
|
||||||
|
"ubi8/ubi" = "registry.access.redhat.com/ubi8/ubi"
|
||||||
|
"ubi8/ubi-minimal" = "registry.access.redhat.com/ubi8-minimal"
|
||||||
|
"ubi8/ubi-init" = "registry.access.redhat.com/ubi8-init"
|
||||||
|
"ubi8/ubi-micro" = "registry.access.redhat.com/ubi8-micro"
|
||||||
# Debian
|
# Debian
|
||||||
"debian" = "docker.io/library/debian"
|
"debian" = "docker.io/library/debian"
|
||||||
# Oracle Linux
|
# Oracle Linux
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: %{conditional_epoch}
|
Epoch: %{conditional_epoch}
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 2.dev.git%{shortcommit0}%{?dist}
|
Release: 3.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect container images and repositories on registries
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -460,6 +460,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 11 2021 Dan Walsh <dwalsh@fedoraproject.org> - 1:1.2.2-3.dev.git2e90a8a
|
||||||
|
- Update documentaton for containers.conf, seccomp.json and new shortnames.conf
|
||||||
|
|
||||||
* Mon Jan 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:1.2.2-2.dev.git2e90a8a
|
* Mon Jan 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:1.2.2-2.dev.git2e90a8a
|
||||||
- bump to 1.2.2
|
- bump to 1.2.2
|
||||||
- autobuilt 2e90a8a
|
- autobuilt 2e90a8a
|
||||||
|
Loading…
Reference in New Issue
Block a user