• Joined on 2023-02-22
pj commented on pull request gitea/act_runner#190 2023-06-06 18:42:34 +00:00
fix: dont hardcode versions and tini

Thanks for your suggestion, I'm not very good at this, but here's some context I found, they may help. 😊

Removes hardcoded package versions which will break as soon as any of these…

pj commented on pull request gitea/act_runner#190 2023-06-06 18:40:37 +00:00
fix: dont hardcode versions and tini

Thanks for your suggestion, I'm not very good at this, but here's some context I found, they may help. 😊

Removes hardcoded package versions which will break as soon as any of these…

pj commented on issue gitea/act_runner#31 2023-06-06 18:38:05 +00:00
k8s support?

@pj In regards to your comment, is this what needs to happen to remove the dependency on Docker?

I have no idea what you are talking about

pj created pull request gitea/act_runner#190 2023-05-16 17:21:30 +00:00
fix: dont hardcode versions and tini
pj pushed to fix/dockerfile at pj/act_runner 2023-05-16 17:19:58 +00:00
f1e7a886c5 fix: dont hardcode versions and tini
pj created branch fix/dockerfile in pj/act_runner 2023-05-16 17:19:58 +00:00
pj pushed to main at pj/act_runner 2023-05-16 17:18:41 +00:00
35596a182b Add configuration item of container.network (#184)
c9d3f67264 Add .editorconfig and .gitattributes (#186)
94031fc198 Fix README.md typo on daemon (#183)
d5e4baed54 Fix missing runner version when building images from a Dockerfile (#181)
d4caa7e065 Dockerfile: Improve signal handling by adding a runtime init (#180)
Compare 91 commits »
pj commented on pull request gitea/act_runner#59 2023-03-21 05:44:25 +00:00
Added scratch Dockerfile to allow for a simple container image to execute the runner in.

3.6 is EOL since 2019

pj commented on pull request gitea/act_runner#55 2023-03-20 22:51:49 +00:00
WIP: Add Dockerfile

ENV VAR VAL is old syntax, ENV VAR=VAL is recommended

pj commented on pull request gitea/act_runner#55 2023-03-20 22:50:18 +00:00
WIP: Add Dockerfile

you're using Alpine image and specifying bash as the script shell without installing bash in the image thonk

pj created pull request gitea/act_runner#58 2023-03-20 22:26:24 +00:00
add ci
pj pushed to fix/ci at pj/act_runner 2023-03-20 22:25:48 +00:00
5919b7182d add ci
pj pushed to fix/ci at pj/act_runner 2023-03-20 22:23:22 +00:00
19509beb7e add ci
9eb8b08a69 checksum and compress
4d868b7f3c Update act to v0.243 (#54)
63a57edaa3 check go version when build (#53)
5180cd56e1 Support cache on ci (#47)
Compare 10 commits »
pj created branch fix/ci in pj/act_runner 2023-03-20 22:23:21 +00:00
pj commented on issue gitea/act_runner#31 2023-03-04 18:39:55 +00:00
k8s support?

This requires writing a separate backend that handles K8S properly. I'm sure we won't mind adding it to act itself

pj commented on issue gitea/act_runner#36 2023-03-04 18:37:24 +00:00
support docker?

What did you try to run

pj created repository pj/act_runner 2023-02-22 08:08:26 +00:00