An open API service indexing awesome lists of open source software.

https://github.com/docker-client/docker-registry


https://github.com/docker-client/docker-registry

docker hacktoberfest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://img.shields.io/github/actions/workflow/status/docker-client/docker-registry/cd.yml?branch=main&style=for-the-badge)](https://github.com/docker-client/docker-registry/actions)
[![Maven Central](https://img.shields.io/maven-central/v/de.gesellix/docker-registry.svg?style=for-the-badge&maxAge=86400)](https://search.maven.org/search?q=g:de.gesellix%20AND%20a:docker-registry)

# docker-registry

*TODO*: automatically create multiarch images for:

- Linux
- Windows

A container's base image OS must match the host's OS: https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-1909%2Cwindows-10-1909

Otherwise we'll get error messages like this when trying to run an image with the wrong base image OS:

> The container operating system does not match the host operating system

See https://github.com/olljanat/multi-win-version-aspnet for an example of creating Windows multiarch images (source: https://github.com/moby/moby/issues/35247#issuecomment-436634221).

## Publishing/Release Workflow

See RELEASE.md