Last active
February 27, 2022 08:21
-
-
Save tanmay-bhat/a293445bc6753d5b82ee4aa73a78343b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > docker images | |
| REPOSITORY TAG IMAGE ID CREATED SIZE | |
| registry.digitalocean.com/tanmaybhat/kube-ops-view latest a645de6a07a3 21 months ago 253MB | |
| registry.digitalocean.com/tanmaybhat/kube-ops-view v1.2.3 a645de6a07a3 21 months ago 253MB | |
| > docker tag registry.digitalocean.com/tanmaybhat/kube-ops-view:latest registry.digitalocean.com/tanmaybhat/kube-ops-view:v1.2.4 | |
| > docker images | |
| REPOSITORY TAG IMAGE ID CREATED SIZE | |
| registry.digitalocean.com/tanmaybhat/kube-ops-view latest a645de6a07a3 21 months ago 253MB | |
| registry.digitalocean.com/tanmaybhat/kube-ops-view v1.2.3 a645de6a07a3 21 months ago 253MB | |
| registry.digitalocean.com/tanmaybhat/kube-ops-view v1.2.4 a645de6a07a3 21 months ago 253MB | |
| > docker push registry.digitalocean.com/tanmaybhat/kube-ops-view:v1.2.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment