docker/demo:0.1.0
DIGEST: sha256:382daa50694d0b4feb7a1bd199a0dea75425e78e3480254afa23e1f3e414d70e
LAST PUSHED
6 minutes ago by hubuser
TYPE
Helm
Helm Commands
To pull this chart from the repository,
helm pull oci://registry-1.docker.io/docker/demo --version 0.1.0
Other Commands,
helm show all oci://registry-1.docker.io/docker/demo --version 0.1.0
helm template <my-release> oci://registry-1.docker.io/docker/demo --version 0.1.0
helm install <my-release> oci://registry-1.docker.io/docker/demo --version 0.1.0
helm upgrade <my-release> oci://registry-1.docker.io/docker/demo --version <new-version>
Explanation
This image shows the details of a docker image called docker/demo with version 0.1.0. It includes the digest, the last pushed time, and the type, which is Helm. It also provides Helm commands to pull, show, template, install, and upgrade the chart from the repository.