Closed as not planned
Closed as not planned
Description
Provide environment information
n/a
Describe the bug
I have a self-hosted registry for trigger exclusively, and I noticed while debugging the setup that when the image failed to be pulled the task just kept going seemingly unaware. I can't recall if this happened when the image was missing, but it definitely happened if the authentication failed.
Reproduction repo
n/a
To reproduce
Self host a registry, and use it with trigger. I'd try kicking it offline, and if that error does appear in the task logs then try adding auth to the registry but not the docker-provider container. Self hosting the registry was rather simple with docker:
trigger-registry:
container_name: trigger-registry
image: registry:2
restart: always
volumes:
- ./rdata:/var/lib/registry
- ./auth:/auth
See the guide on built-in auth if you need.
Additional information
No response
Metadata
Metadata
Assignees
Labels
No labels