aboutsummaryrefslogtreecommitdiff
path: root/snips/docker-registry
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
commite2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch)
treea87edf55f81e78f4d0968d6f006562090260e068 /snips/docker-registry
parentec83443853116b07f18fbef8c6de31cf157939a0 (diff)
downloaddotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz
dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz
Cleanup unused files and code.
Diffstat (limited to 'snips/docker-registry')
-rw-r--r--snips/docker-registry/all-repos2
-rw-r--r--snips/docker-registry/tags-for-repo1
2 files changed, 0 insertions, 3 deletions
diff --git a/snips/docker-registry/all-repos b/snips/docker-registry/all-repos
deleted file mode 100644
index 9a3ffa4..0000000
--- a/snips/docker-registry/all-repos
+++ /dev/null
@@ -1,2 +0,0 @@
-# export registry=https://my-registry.example.com
-# curl -X GET $registry/v2/_catalog
diff --git a/snips/docker-registry/tags-for-repo b/snips/docker-registry/tags-for-repo
deleted file mode 100644
index f69420b..0000000
--- a/snips/docker-registry/tags-for-repo
+++ /dev/null
@@ -1 +0,0 @@
-# export repo=example ; curl -X GET $registry/v2/$repo/tags/list