1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 09:45:55 +01:00
2025-11-25 23:04:52 +05:30
2017-11-29 13:26:28 -05:00
2024-10-21 15:10:02 +02:00
2021-11-30 16:55:36 +01:00
2017-10-31 11:28:38 -04:00
2018-06-15 13:40:45 -04:00
2017-10-31 11:28:38 -04:00
2025-08-25 14:52:36 +02:00

OpenShift Image Registry

Go Report Card GoDoc Build Status Coverage Status Licensed under Apache License version 2.0

OpenShift Image Registry is a tightly integrated with OpenShift Origin application that lets you distribute Docker images.

Installation and configuration instructions can be found in the OpenShift documentation.

Features:

  • Pull and cache images from remote registries.
  • Role-based access control (RBAC).
  • Audit log.
  • Prometheus metrics.

Tests

This repository is compatible with the OpenShift Tests Extension (OTE) framework.

Building the test binary

make build

Running test suites and tests

# Run a specific test suite or test
./dockerregistry-tests-ext run-suite openshift/image-registry/all
./dockerregistry-tests-ext run-test "test-name"

# Run with JUnit output
./dockerregistry-tests-ext run-suite openshift/image-registry/all --junit-path /tmp/junit.xml

Listing available tests and suites

# List all test suites
./dockerregistry-tests-ext list suites

# List tests in a suite
./dockerregistry-tests-ext list tests --suite=openshift/image-registry/all

For more information about the OTE framework, see the openshift-tests-extension documentation.

Description
OpenShift cluster image registry
Readme Pixar 152 MiB
Languages
Go 84.4%
Shell 15%
Makefile 0.4%