Docker Registry
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 87 | 04 Sep 2024 | |
latest/stable | 45 | 31 Jul 2024 | |
latest/stable | 6 | 31 Jul 2024 | |
latest/candidate | 85 | 31 Jul 2024 | |
latest/candidate | 45 | 25 Feb 2023 | |
latest/candidate | 24 | 01 Aug 2022 | |
latest/candidate | 6 | 11 Mar 2022 | |
latest/beta | 87 | 14 Aug 2024 | |
latest/beta | 38 | 21 Apr 2024 | |
latest/beta | 17 | 17 Apr 2024 | |
latest/edge | 89 | 14 Sep 2024 | |
latest/edge | 38 | 07 Dec 2022 | |
latest/edge | 20 | 14 Jul 2022 | |
latest/edge | 17 | 14 Jul 2022 | |
1.32/edge | 89 | 14 Sep 2024 | |
1.31/stable | 87 | 04 Sep 2024 | |
1.31/beta | 87 | 13 Aug 2024 | |
1.31/edge | 88 | 21 Aug 2024 | |
1.30/stable | 85 | 31 Jul 2024 | |
1.30/stable | 45 | 31 Jul 2024 | |
1.30/stable | 6 | 31 Jul 2024 | |
1.30/candidate | 85 | 31 Jul 2024 | |
1.30/beta | 84 | 26 Jul 2024 | |
1.30/edge | 83 | 26 Jul 2024 | |
1.29/stable | 78 | 05 Jul 2024 | |
1.28/stable | 61 | 22 Aug 2023 | |
1.28/candidate | 55 | 07 Jun 2023 | |
1.28/beta | 61 | 07 Aug 2023 | |
1.28/edge | 62 | 09 Aug 2023 | |
1.27/stable | 55 | 12 Jun 2023 | |
1.27/candidate | 55 | 12 Jun 2023 | |
1.27/beta | 51 | 10 Apr 2023 | |
1.27/edge | 52 | 10 Apr 2023 | |
1.26/stable | 45 | 27 Feb 2023 | |
1.26/candidate | 45 | 25 Feb 2023 | |
1.26/beta | 39 | 09 Apr 2023 | |
1.26/beta | 42 | 09 Dec 2022 | |
1.26/edge | 39 | 07 Dec 2022 | |
1.26/edge | 38 | 07 Dec 2022 | |
1.25/stable | 36 | 30 Sep 2022 | |
1.25/candidate | 36 | 28 Sep 2022 | |
1.25/beta | 37 | 01 Dec 2022 | |
1.25/edge | 32 | 09 Sep 2022 | |
1.24/stable | 24 | 04 Aug 2022 | |
1.24/stable | 11 | 05 May 2022 | |
1.24/candidate | 24 | 01 Aug 2022 | |
1.24/beta | 11 | 21 Apr 2022 | |
1.24/edge | 23 | 30 Jul 2022 | |
1.24/edge | 20 | 14 Jul 2022 | |
1.24/edge | 17 | 14 Jul 2022 | |
1.23/beta | 7 | 22 Mar 2022 | |
1.23/edge | 5 | 24 Feb 2022 |
juju deploy docker-registry
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
clean-containers
Garbage collect non-running containers
-
clean-images
Garbage collect non-running images
-
debug
Collect debug data
-
images
List images known by this registry.
- Params
-
options string
Space separated options to pass to the underlying 'docker images' command. For example, to list all images (including intermediates) along with digests, run this action with 'options="--all --digests"'.
-
repository string
Optional [REPOSITORY[:TAG]] to list images in a given repository. If unspecified, all images known to the registry are listed.
-
push
Tag and push an image to this registry.
- Params
-
image string
Image name, which may include an optional :version string. If the version is omitted, docker will assume ':latest'. This may be an unqualified local image (e.g. ubuntu:18.04) or a fully qualified remote registry (e.g. myregistry.example.com:5000/myimage:latest).
-
pull boolean
Pull the given image before tag/push.
-
tag string
Tag name to use. By default, images are tagged with 'net_location/name:version'.
- Required
image
-
rmi
Remove image(s) from this registry.
- Params
-
image string
Image (or space separated images) to remove. This can be be an image id, tag, or digest.
-
options string
Space separated options to pass to the underlying 'docker rmi' command. For example, to force image removal, run this action with 'options="--force"'.
- Required
image
-
start
Start a named registry container. With no arguments, this action starts the registry container configured by the charm 'registry-name' option.
- Params
-
name string
Optional name of the registry container to start.
-
stop
Stop a named registry container. With no arguments, this action stops the registry container configured by the charm 'registry-name' option.
- Params
-
name string
Optional name of the registry container to stop.
-
remove boolean
Remove the registry container after stopping.
-
upgrade-docker
Force upgrades Docker to latest repository version