Worklog for task "Set up a local docker registry on the server"

11 июн. 2026 г., 03:24:22

By the way, a nice side benefit is that updates build and roll out very quickly afterward, because there is a build cache, and some of the layers are already in the registry, so only a part of the project is uploaded.

docker push localhost:5000/fi1osof-agent-app:latest
The push refers to repository [localhost:5000/fi1osof-agent-app]
e9a428849d13: Pushed 
dc967676af36: Pushed 
3ad5267c7022: Pushed 
c74007ef1379: Layer already exists 
4aac218d60da: Layer already exists 
e57f06c69e56: Layer already exists 
aa40e465aa3b: Layer already exists 
f89beb6cb85b: Layer already exists 
4015bc6fbe7e: Layer already exists 
b06d6a345ba0: Layer already exists 
e75204ff1bca: Layer already exists 
f9093a7aaa16: Layer already exists 
1c49688bd8eb: Layer already exists 
f5b8fb1def00: Layer already exists 
8f003894a7ef: Layer already exists 
latest: digest: sha256:6c8820f4c3301f4160748cdb38e911e2f68f7fa701864048c605c8c4384f1949 size: 3483

10.06.2026