docker build --tag backend:v1 -f ./deployments/Dockerfile .
docker run --name backend -d -p 30000:8080 backend:v1 run -s 1
curl -X GET "http://localhost:5001/v2/\_catalog"
curl -X GET "http://localhost:5001/v2//tags/list"
sha256:6bde8e70a73153b22430ef2f547f3eb651491dcde52ba7d10fc9258ee5c00aed
curl -X GET "http://localhost:5001/v2//tags/list
curl -sS -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -o /dev/null -w "%header{Docker-Content-Digest}" http://localhost:5001/v2//manifests/latest
curl -X DELETE "http://localhost:5001/v2//manifests/"
k label nodes kind-control-plane name=node1