Bug 50129 - docker login missing before docker-compose pull
docker login missing before docker-compose pull
Status: REOPENED
Product: UCS
Classification: Unclassified
Component: App Center
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
https://github.com/docker/cli/issues/...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-09-09 11:04 CEST by Felix Botner
Modified: 2020-07-13 10:48 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Botner univentionstaff 2019-09-09 11:04:50 CEST
We need to explicitly login to our docker registry before pulling an image with docker-compose, otherwise we get 

 Error: image wekan-wekandb:2.74 not found
 20414 docker                           19-09-09 11:00:19 [   ERROR]: Command docker-compose -p wekan pull failed with: Pulling wekandb (docker.software-univention.de/wekan-wekandb:2.74)...
Pulling repository docker.software-univention.de/wekan-wekandb
Error: image wekan-wekandb:2.74 not found (1)
Comment 1 Felix Botner univentionstaff 2019-09-09 11:14:10 CEST
just added login() with fixed hubs (appcenter and test appcenter), should be OK for now
Comment 2 Felix Botner univentionstaff 2019-09-09 11:43:51 CEST
Stop, this does not help (for UCS <4.4-1), instead we (re) activate the anonymous read access.

I will revert all changes.
Comment 3 Felix Botner univentionstaff 2019-09-09 11:48:48 CEST
done, please check if everything is reverted and then, i don't know ...
Comment 4 Dirk Wiesenthal univentionstaff 2019-09-11 09:54:14 CEST
OK, everything reverted. Leaving it open, as it is still a bug