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
|
||||
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
|
||||
containers-certs.d - Directory for storing custom container-registry TLS configurations
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% CONTAINERS-POLICY.JSON(5) policy.json Man Page
|
||||
% CONTAINERS-POLICY.JSON 5 policy.json Man Page
|
||||
% Miloslav Trmač
|
||||
% 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
|
||||
% Aug 2017
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% CONTAINERS-REGISTRIES.CONF.D(5)
|
||||
% CONTAINERS-REGISTRIES.CONF.D 5
|
||||
% Valentin Rothberg
|
||||
% Mar 2020
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% CONTAINERS-REGISTRIES.D(5) Registries.d Man Page
|
||||
% containers-registries.d 5 Registries.d Man Page
|
||||
% Miloslav Trmač
|
||||
% August 2016
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
% CONTAINERS-TRANSPORTS(5) Containers Transports Man Page
|
||||
% CONTAINERS-TRANSPORTS 5 Containers Transports Man Page
|
||||
% Valentin Rothberg
|
||||
% April 2019
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user