Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

relengfam/artifacts

Artifacts

This repo is under construction. Please continue to use k8s.io/k8s.io until this migration is officially announced.

The artifacts repo (k8s.io/artifacts) stores configuration files for the Kubernetes Community's artifact promoters:

Configurations are organized primarily in two directories:

  • registries/ (configurations for image/registry promotion)
  • stores/ (configurations for file/object store promotion)

A snippet of the repo layout:

├── registries
│   └── k8s.gcr.io                          # Production container registry
│       ├── config                          # Registry (GCR) promoter configurations
│       │   ├── k8s-staging-releng
│       │   │   └── promoter-manifest.yaml
│       │   └── OWNERS
│       └── images                          # Image manifests
│           └── k8s-staging-releng
│               └── OWNERS
└── stores
    └── artifacts.k8s.io                    # Production object store
        ├── config                          # Object store (GCS) promoter configurations
        │   ├── k8s-staging-releng
        │   │   └── promoter-manifest.yaml
        │   └── OWNERS
        └── files                           # File manifests
            └── k8s-staging-releng
                └── OWNERS

Resources

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Extended contact information can be found here.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.