Run update.sh
This commit is contained in:
parent
b09c592af0
commit
a550e2ef0d
|
|
@ -28,6 +28,8 @@ WARNING:
|
|||
- [`2.0.20220121.0-with-sources`, `2-with-sources`, `with-sources`](https://github.com/amazonlinux/container-images/blob/db972c0e3a2106bfcb5c1d226b36935aa1952b9f/Dockerfile)
|
||||
- [`2018.03.0.20220119.1`, `2018.03`, `1`](https://github.com/amazonlinux/container-images/blob/e92d0421ee96b1f6feaf907509370e74bf44c0ea/Dockerfile)
|
||||
- [`2018.03.0.20220119.1-with-sources`, `2018.03-with-sources`, `1-with-sources`](https://github.com/amazonlinux/container-images/blob/55c91a9c5662a01d4117d3171104f66566b4c39e/Dockerfile)
|
||||
- [`2022.0.20220202.0`, `2022`](https://github.com/amazonlinux/container-images/blob/55c055505a7ea0a83e47e66d293ba3631329ea05/Dockerfile)
|
||||
- [`2022.0.20220202.0-with-sources`, `2022-with-sources`](https://github.com/amazonlinux/container-images/blob/644870f2e04d8eb9c7e4e0ca3d7e99a111c98105/Dockerfile)
|
||||
|
||||
# Quick reference (cont.)
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.6.1-apache`, `3.6-apache`, `3-apache`, `apache`, `3.6.1`, `3.6`, `3`, `latest`](https://github.com/monicahq/docker/blob/437356f9ed4fe4e22f12fc38451ae494f971175c/apache/Dockerfile)
|
||||
- [`3.6.1-fpm-alpine`, `3.6-fpm-alpine`, `3-fpm-alpine`, `fpm-alpine`](https://github.com/monicahq/docker/blob/437356f9ed4fe4e22f12fc38451ae494f971175c/fpm-alpine/Dockerfile)
|
||||
- [`3.6.1-fpm`, `3.6-fpm`, `3-fpm`, `fpm`](https://github.com/monicahq/docker/blob/437356f9ed4fe4e22f12fc38451ae494f971175c/fpm/Dockerfile)
|
||||
- [`3.7.0-apache`, `3.7-apache`, `3-apache`, `apache`, `3.7.0`, `3.7`, `3`, `latest`](https://github.com/monicahq/docker/blob/6d256f443e7cc900b48c65a3e90472a6ef42c34c/apache/Dockerfile)
|
||||
- [`3.7.0-fpm`, `3.7-fpm`, `3-fpm`, `fpm`](https://github.com/monicahq/docker/blob/6d256f443e7cc900b48c65a3e90472a6ef42c34c/fpm/Dockerfile)
|
||||
- [`3.7.0-fpm-alpine`, `3.7-fpm-alpine`, `3-fpm-alpine`, `fpm-alpine`](https://github.com/monicahq/docker/blob/6d256f443e7cc900b48c65a3e90472a6ef42c34c/fpm-alpine/Dockerfile)
|
||||
|
||||
# Quick reference (cont.)
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ WARNING:
|
|||
[Docker, Inc.](https://github.com/docker/distribution-library-image)
|
||||
|
||||
- **Where to get help**:
|
||||
[the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
|
||||
[CNCF community slack](https://slack.cncf.io/), or [Stack Overflow](https://stackoverflow.com/questions/tagged/docker+registry)
|
||||
|
||||
- **Need a free, secure hosted registry?** Try [Docker Hub](https://www.docker.com/pricing).
|
||||
|
||||
|
|
@ -47,9 +47,11 @@ WARNING:
|
|||
- **Source of this description**:
|
||||
[docs repo's `registry/` directory](https://github.com/docker-library/docs/tree/master/registry) ([history](https://github.com/docker-library/docs/commits/master/registry))
|
||||
|
||||
# Docker Registry
|
||||
# Distribution Registry
|
||||
|
||||
This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker 1.6+. See [github.com/docker/distribution](https://github.com/docker/distribution) for more details about what it is.
|
||||

|
||||
|
||||
This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker 1.6+. See [github.com/distribution/distribution](https://github.com/distribution/distribution) for more details about what it is.
|
||||
|
||||
## Run a local registry: Quick Version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue