Example from a project where the kafka-outbox-relay is an image from a private repository.
ws refresh
[/Users/jameshalsall/Projects/foo/bar/.my127ws]:
■ > docker-compose -p bar stop
■ > docker-compose -p bar pull
time="2021-12-07T11:24:06Z" level=warning msg="network shared: network.external.name is deprecated in favor of network.name"
postgres Skipped
app Pulling
kafka-outbox-relay Pulling
kafka-outbox-relay Error
app Error
WARNING: Some service image(s) must be built from source by running:
docker compose build %s app
Error response from daemon: unauthorized: access to the requested resource is not authorized
Example from a project where the
kafka-outbox-relay
is an image from a private repository.