Update to grab latest man pages and configuration files

This commit is contained in:
Daniel J Walsh 2021-10-07 08:51:51 -04:00
parent 325ba8f081
commit 8b8f89c567
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
11 changed files with 27 additions and 10 deletions

View File

@ -1,4 +1,4 @@
% containers-auth.json(5)
% containers-auth.json 5
# NAME
containers-auth.json - syntax for the registry authentication file

View File

@ -1,4 +1,4 @@
% containers-certs.d(5)
% containers-certs.d 5 Directory for storing custom container-registry TLS configurations
# NAME
containers-certs.d - Directory for storing custom container-registry TLS configurations

View File

@ -16,7 +16,7 @@
Epoch: 4
Name: containers-common
Version: 1
Release: 32%{?dist}
Release: 33%{?dist}
Summary: Common configuration and documentation for containers
License: ASL 2.0
BuildArch: noarch
@ -161,6 +161,9 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret
%{_datadir}/rhel/secrets/*
%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
- Add .containerignore.5 link

View File

@ -1,4 +1,4 @@
% CONTAINERS-POLICY.JSON(5) policy.json Man Page
% CONTAINERS-POLICY.JSON 5 policy.json Man Page
% Miloslav Trmač
% September 2016

View File

@ -1,4 +1,4 @@
% CONTAINERS-REGISTRIES.CONF(5) System-wide registry configuration file
% CONTAINERS-REGISTRIES.CONF 5 System-wide registry configuration file
% Brent Baude
% Aug 2017

View File

@ -1,4 +1,4 @@
% CONTAINERS-REGISTRIES.CONF.D(5)
% CONTAINERS-REGISTRIES.CONF.D 5
% Valentin Rothberg
% Mar 2020

View File

@ -1,4 +1,4 @@
% CONTAINERS-REGISTRIES.D(5) Registries.d Man Page
% containers-registries.d 5 Registries.d Man Page
% Miloslav Trmač
% August 2016

View File

@ -1,9 +1,11 @@
% container-signature(5) Container signature format
% container-signature 5 Container signature format
% Miloslav Trmač
% March 2017
# Container signature format
# NAME
container-signature - Container signature format
# DESCRIPTION
This document describes the format of container signatures,
as implemented by the `github.com/containers/image/signature` package.

View File

@ -38,6 +38,12 @@ The `storage` table supports the following options:
container storage graph dir (default: "/var/lib/containers/storage")
Default directory to store all writable content created by container storage programs.
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"
Storage path for rootless users. By default the graphroot for rootless users

View File

@ -1,4 +1,4 @@
% CONTAINERS-TRANSPORTS(5) Containers Transports Man Page
% CONTAINERS-TRANSPORTS 5 Containers Transports Man Page
% Valentin Rothberg
% April 2019

View File

@ -11,8 +11,14 @@ driver = "overlay"
runroot = "/run/containers/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"
# Storage path for rootless users
#
# rootless_storage_path = "$HOME/.local/share/containers/storage"