https://github.com/docker-client/docker-registry
https://github.com/docker-client/docker-registry
docker hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/docker-client/docker-registry
- Owner: docker-client
- License: mit
- Created: 2022-02-27T11:03:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T10:29:51.000Z (about 2 years ago)
- Last Synced: 2024-03-17T11:44:19.872Z (about 2 years ago)
- Topics: docker, hacktoberfest
- Language: Java
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/docker-client/docker-registry/actions)
[](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