debops.docker_registry
The debops.docker_registry
Ansible role can be used to install and manage
a Docker Registry instance.
A Docker Registry is a service which allows you to publish and distribute
Docker container images. It can be used to create a private, local alternative
to a Docker Hub.
By default the role installs the Registry using an OS package on supported OS releases; on older OS releases without the Registry packaged in the repositories the role can download the official upstream release from GitHub and build a Go docker-registry binary automatically.
The role integrates with the debops.gitlab and debops.redis_server Ansible roles to provide backend support for the GitLab Container Registry service. Docker Registry can be installed as standalone service, in which case it will be secured using HTTP Basic Authentication provided by the debops.nginx role.
Copyright
debops.docker_registry - Manage Docker Registry service using Ansible
Copyright (C) 2019 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2019 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
This Ansible role is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.