adamant-kite-43734
12/19/2022, 4:38 AMwide-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 PMmillions-sunset-36049
12/19/2022, 2:53 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>
millions-sunset-36049
12/20/2022, 9:04 PM