Block a user
Supress tini warning
Container no longer starts in latest develop build
Container no longer starts in latest develop build
Determined this is due to oddities of running docker in LXC on a ZFS-based FS. Containerd tries to load the ZFS driver which takes 10 seconds, leaving a fine margin before dockerd gives up. Put…
Container no longer starts in latest develop build
Docker is failing to start due to waiting for containerd to start timing out. #15 adding dependency management means that act_runner
now waits until docker has actually been running for 20s (bit…
Create healthcheck to know container is running
Add healthcheck and create dependent services in supervisord
Add additional output to docker console
Tag containers pushed to develop with their commit-sha
Use healthcheck to test container before pushing to develop
Create healthcheck to know container is running
Container no longer starts in latest develop build
Containers should also be tagged with dev-{commit-sha} since rolling this back is otherwise painful - no way to build fixed images when the runners won't start!
Container no longer starts in latest develop build
A healthcheck should be added, and a test to ensure the container starts correctly should be conducted before merging into develop