Releases: ptah-sh/ptah-server
Releases · ptah-sh/ptah-server
v0.41.0
v0.40.0
0.40.0 (2024-11-09)
⚠️ Manual Changes are Required
This version adds the self-hosted Docker Registry to store the built images.
You need to update your nodes:
- Create a 'registry.ptah.local' service (see
getDockerRegistryProcessConfig
in InitCluster. - Protect port 5050 on all your nodes with iptables:
iptables -I DOCKER-USER -p tcp -s 127.0.0.1 --dport 5050 -j ACCEPT
iptables -I DOCKER-USER -p tcp --dport 5050 -j REJECT --reject-with tcp-reset
netfilter-persistent save
- Add registry.ptah.local to /etc/hosts
echo '127.0.0.1 registry.ptah.local' >> /etc/hosts
Features
- #257 allow to specify git repository for a builds (eafbc50)
- #258 allow to build images with nixpacks (22867a4)
- #261 remove unused images from the registry (3c3b390)
- #262 ensure stable ids for self-hosted seed data (b4a2160)
- #263 add registry firewall rule (4bad313)
- #263 add registry firewall rule (7530d8c)
- #263 store and display public ssh key (16070c2)