项目作者: utilitywarehouse

项目描述 :
docker-registry-manifests
高级语言: Shell
项目地址: git://github.com/utilitywarehouse/docker-registry-manifests.git
创建时间: 2019-03-13T08:03:26Z
项目社区:https://github.com/utilitywarehouse/docker-registry-manifests

开源协议:MIT License

下载


docker-registry-manifests

DEPRECATED - moved to system-manifests https://github.com/utilitywarehouse/system-manifests/pull/18

This repository provides a Kustomize base for Docker Registry v2, backed by an S3 bucket and with authentication and
authorization provided by docker_auth.

Usage

Reference the base in your kustomization.yaml:

  1. apiVersion: kustomize.config.k8s.io/v1beta1
  2. kind: Kustomization
  3. bases:
  4. - github.com/utilitywarehouse/docker-registry-manifests//base?ref=1.1.0

Example

Build the example:

  1. kustomize build example/

Requires

  1. go install sigs.k8s.io/kustomize/kustomize/v3