millions-sunset-36049
12/19/2022, 4:38 AMregistry-create
flag is it possible to specify a volume that will be used to store/cache the images? This is to allow the cache to persist in the event the cluster is deleted. I got a k3d managed local registry to work using registry-use
and registry-config
but unfortunately it doesn't play nice with Tilt.wide-garage-9465
12/19/2022, 7:10 AMmillions-sunset-36049
12/19/2022, 2:33 PMdocker_build
image to that registry. It is stuck at:
STEP 2/3 — Pushing localhost:53419/web:tilt-249c7722da12698c
Pushing with Docker client
Authenticating to image repo: localhost:53419
Sending image data
0d899785e82a: Retrying in 1 seconds
f335579cab20: Retrying in 1 seconds
Build Failed: docker push: pushing image "localhost:53419/web": unsupported
wide-garage-9465
12/19/2022, 2:52 PM--registry-create
, that same thing succeeds? 🤔millions-sunset-36049
12/19/2022, 2:52 PMregistry.yml
that k3d generates, align it to the k3d registry that I created and use it but unfortunately it throws the same error again 😞wide-garage-9465
12/19/2022, 8:59 PMmillions-sunset-36049
12/19/2022, 9:05 PMregistry.yml
was adding the additional mirrors. For example:
mirrors:
"localhost:53419":
endpoint:
- <http://k3d-mylocal-registry.localhost:5000>
"mylocal-registry.localhost":
endpoint:
- <http://k3d-mylocal-registry.localhost:5000>
"mylocal-registry.localhost:5000":
endpoint:
- <http://k3d-mylocal-registry.localhost:5000>