Update to grab latest man pages and configuration files
This commit is contained in:
parent
325ba8f081
commit
8b8f89c567
@ -1,4 +1,4 @@
|
|||||||
% containers-auth.json(5)
|
% containers-auth.json 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
containers-auth.json - syntax for the registry authentication file
|
containers-auth.json - syntax for the registry authentication file
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% containers-certs.d(5)
|
% containers-certs.d 5 Directory for storing custom container-registry TLS configurations
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
containers-certs.d - Directory for storing custom container-registry TLS configurations
|
containers-certs.d - Directory for storing custom container-registry TLS configurations
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Epoch: 4
|
Epoch: 4
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 32%{?dist}
|
Release: 33%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -161,6 +161,9 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 1 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-33
|
||||||
|
- Update to grab latest man pages and configuration files
|
||||||
|
|
||||||
* Tue Oct 5 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-32
|
* Tue Oct 5 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-32
|
||||||
- Add .containerignore.5 link
|
- Add .containerignore.5 link
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% CONTAINERS-POLICY.JSON(5) policy.json Man Page
|
% CONTAINERS-POLICY.JSON 5 policy.json Man Page
|
||||||
% Miloslav Trmač
|
% Miloslav Trmač
|
||||||
% September 2016
|
% September 2016
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% CONTAINERS-REGISTRIES.CONF(5) System-wide registry configuration file
|
% CONTAINERS-REGISTRIES.CONF 5 System-wide registry configuration file
|
||||||
% Brent Baude
|
% Brent Baude
|
||||||
% Aug 2017
|
% Aug 2017
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% CONTAINERS-REGISTRIES.CONF.D(5)
|
% CONTAINERS-REGISTRIES.CONF.D 5
|
||||||
% Valentin Rothberg
|
% Valentin Rothberg
|
||||||
% Mar 2020
|
% Mar 2020
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% CONTAINERS-REGISTRIES.D(5) Registries.d Man Page
|
% containers-registries.d 5 Registries.d Man Page
|
||||||
% Miloslav Trmač
|
% Miloslav Trmač
|
||||||
% August 2016
|
% August 2016
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
% container-signature(5) Container signature format
|
% container-signature 5 Container signature format
|
||||||
% Miloslav Trmač
|
% Miloslav Trmač
|
||||||
% March 2017
|
% March 2017
|
||||||
|
|
||||||
# Container signature format
|
# NAME
|
||||||
|
container-signature - Container signature format
|
||||||
|
|
||||||
|
# DESCRIPTION
|
||||||
This document describes the format of container signatures,
|
This document describes the format of container signatures,
|
||||||
as implemented by the `github.com/containers/image/signature` package.
|
as implemented by the `github.com/containers/image/signature` package.
|
||||||
|
|
||||||
|
@ -38,6 +38,12 @@ The `storage` table supports the following options:
|
|||||||
container storage graph dir (default: "/var/lib/containers/storage")
|
container storage graph dir (default: "/var/lib/containers/storage")
|
||||||
Default directory to store all writable content created by container storage programs.
|
Default directory to store all writable content created by container storage programs.
|
||||||
The rootless graphroot path supports environment variable substitutions (ie. `$HOME/containers/storage`)
|
The rootless graphroot path supports environment variable substitutions (ie. `$HOME/containers/storage`)
|
||||||
|
When changing the graphroot location on an SELINUX system, ensure
|
||||||
|
the labeling matches the default locations labels with the
|
||||||
|
following commands:
|
||||||
|
|
||||||
|
# semanage fcontext -a -e /var/lib/containers/storage /NEWSTORAGEPATH
|
||||||
|
# restorecon -R -v /NEWSTORAGEPATH
|
||||||
|
|
||||||
**rootless_storage_path**="$HOME/.local/share/containers/storage"
|
**rootless_storage_path**="$HOME/.local/share/containers/storage"
|
||||||
Storage path for rootless users. By default the graphroot for rootless users
|
Storage path for rootless users. By default the graphroot for rootless users
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% CONTAINERS-TRANSPORTS(5) Containers Transports Man Page
|
% CONTAINERS-TRANSPORTS 5 Containers Transports Man Page
|
||||||
% Valentin Rothberg
|
% Valentin Rothberg
|
||||||
% April 2019
|
% April 2019
|
||||||
|
|
||||||
|
@ -11,8 +11,14 @@ driver = "overlay"
|
|||||||
runroot = "/run/containers/storage"
|
runroot = "/run/containers/storage"
|
||||||
|
|
||||||
# Primary Read/Write location of container storage
|
# Primary Read/Write location of container storage
|
||||||
|
# When changing the graphroot location on an SELINUX system, you must
|
||||||
|
# ensure the labeling matches the default locations labels with the
|
||||||
|
# following commands:
|
||||||
|
# semanage fcontext -a -e /var/lib/containers/storage /NEWSTORAGEPATH
|
||||||
|
# restorecon -R -v /NEWSTORAGEPATH
|
||||||
graphroot = "/var/lib/containers/storage"
|
graphroot = "/var/lib/containers/storage"
|
||||||
|
|
||||||
|
|
||||||
# Storage path for rootless users
|
# Storage path for rootless users
|
||||||
#
|
#
|
||||||
# rootless_storage_path = "$HOME/.local/share/containers/storage"
|
# rootless_storage_path = "$HOME/.local/share/containers/storage"
|
||||||
|
Loading…
Reference in New Issue
Block a user