Added scratch Dockerfile to allow for a simple container image to execute the runner in. #59

Closed
LoganAvatar wants to merge 2 commits from LoganAvatar/act_runner:loganavatar/scratchdocker into main
First-time contributor

Inspired by #55 , here is a PR that creates a simple, small scratch image with the binary and ca bundle.

Inspired by https://gitea.com/gitea/act_runner/pulls/55 , here is a PR that creates a simple, small scratch image with the binary and ca bundle.
LoganAvatar added 1 commit 2023-03-20 22:46:39 +00:00
LoganAvatar closed this pull request 2023-03-20 22:57:59 +00:00
LoganAvatar reopened this pull request 2023-03-20 23:06:16 +00:00
Author
First-time contributor

You closed it?

I think this might have to do how i was trying to mirror from my local gitea instance. I killed the mirror and re-opened,.

> You closed it? I think this might have to do how i was trying to mirror from my local gitea instance. I killed the mirror and re-opened,.
pj reviewed 2023-03-21 05:44:25 +00:00
@ -0,0 +17,4 @@
RUN if [ -n "${ACT_RUNNER_VERSION}" ]; then git checkout "${ACT_RUNNER_VERSION}"; fi \
&& make clean build
FROM alpine:3.6 as alpine
First-time contributor

3.6 is EOL since 2019

3.6 is EOL since 2019
LoganAvatar marked this conversation as resolved
LoganAvatar added 1 commit 2023-03-21 14:18:39 +00:00
Author
First-time contributor

PR #58 is more complete to the purpose, hopefully some of my README.md/.dockerignore suggestions can get picked up though

PR https://gitea.com/gitea/act_runner/pulls/58 is more complete to the purpose, hopefully some of my `README.md`/`.dockerignore` suggestions can get picked up though
Owner

Replaced by #84.

Thanks for your work. 😄

Replaced by #84. Thanks for your work. 😄
wolfogre closed this pull request 2023-04-11 03:03:42 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.