• Joined on 2021-10-20
MrMeeb merged pull request MrMeeb/gitea-act-runner#16 2024-04-20 17:24:42 +00:00
Supress tini warning
MrMeeb closed issue MrMeeb/gitea-act-runner#10 2024-04-20 17:18:10 +00:00
Container no longer starts in latest develop build
MrMeeb commented on issue MrMeeb/gitea-act-runner#10 2024-04-20 17:18:10 +00:00
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…

MrMeeb pushed to additional-debug at MrMeeb/gitea-act-runner 2024-04-20 17:17:04 +00:00
96a5d1f208 Revert adding for fuse-overlayfs
MrMeeb pushed to additional-debug at MrMeeb/gitea-act-runner 2024-04-20 16:14:27 +00:00
fecbc4ffc7 Add fuse-overlayfs to container
33216e5db3 Supress tini warning
64fb20c1d2 Merge pull request 'Add healthcheck and create dependent services in supervisord' (#15) from additional-debug into develop
Compare 3 commits »
MrMeeb commented on issue MrMeeb/gitea-act-runner#10 2024-04-19 17:46:50 +00:00
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…

MrMeeb pushed to develop at MrMeeb/gitea-act-runner 2024-04-19 17:31:05 +00:00
64fb20c1d2 Merge pull request 'Add healthcheck and create dependent services in supervisord' (#15) from additional-debug into develop
1425fb25e1 Merge branch 'develop' into additional-debug
3b24ec1cbe Add healthcheck. Fixes #11
7494997fc1 Add supervisord-dependent-startup, restructure file layout
Compare 4 commits »
MrMeeb closed issue MrMeeb/gitea-act-runner#11 2024-04-19 17:31:04 +00:00
Create healthcheck to know container is running
MrMeeb merged pull request MrMeeb/gitea-act-runner#15 2024-04-19 17:31:04 +00:00
Add healthcheck and create dependent services in supervisord
MrMeeb pushed to additional-debug at MrMeeb/gitea-act-runner 2024-04-19 17:15:11 +00:00
1425fb25e1 Merge branch 'develop' into additional-debug
8d085f1f93 Merge pull request 'Add additional output to docker console' (#14) from additional-debug into develop
Compare 2 commits »
MrMeeb pushed to additional-debug at MrMeeb/gitea-act-runner 2024-04-19 17:09:38 +00:00
3b24ec1cbe Add healthcheck. Fixes #11
7494997fc1 Add supervisord-dependent-startup, restructure file layout
Compare 2 commits »
MrMeeb pushed to develop at MrMeeb/gitea-act-runner 2024-04-19 14:11:31 +00:00
8d085f1f93 Merge pull request 'Add additional output to docker console' (#14) from additional-debug into develop
7338ee133e Add stderr redirect for cron
082c86667a Add logging from docker
Compare 3 commits »
MrMeeb merged pull request MrMeeb/gitea-act-runner#14 2024-04-19 14:11:30 +00:00
Add additional output to docker console
MrMeeb pushed to additional-debug at MrMeeb/gitea-act-runner 2024-04-19 13:13:46 +00:00
7338ee133e Add stderr redirect for cron
082c86667a Add logging from docker
Compare 2 commits »
MrMeeb created branch additional-debug in MrMeeb/gitea-act-runner 2024-04-19 13:13:46 +00:00
MrMeeb opened issue MrMeeb/gitea-act-runner#13 2024-04-18 13:28:40 +00:00
Tag containers pushed to develop with their commit-sha
MrMeeb opened issue MrMeeb/gitea-act-runner#12 2024-04-18 13:27:57 +00:00
Use healthcheck to test container before pushing to develop
MrMeeb opened issue MrMeeb/gitea-act-runner#11 2024-04-18 13:27:20 +00:00
Create healthcheck to know container is running
MrMeeb commented on issue MrMeeb/gitea-act-runner#10 2024-04-18 13:26:37 +00:00
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!

MrMeeb commented on issue MrMeeb/gitea-act-runner#10 2024-04-18 13:21:58 +00:00
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