WIP: Add Dockerfile #55

Closed
lunny wants to merge 1 commits from lunny/act_runner:lunny/docker into main
Owner
No description provided.
lunny added 1 commit 2023-03-16 07:33:54 +00:00
Add Dockerfile
All checks were successful
check and test
5b84fe1351
Owner

TBH, I think we should do this after #21

TBH, I think we should do this after https://gitea.com/gitea/act_runner/issues/21
Author
Owner

TBH, I think we should do this after #21

Why? I don't think we need a config file.

> TBH, I think we should do this after https://gitea.com/gitea/act_runner/issues/21 Why? I don't think we need a config file.
pj reviewed 2023-03-20 22:50:18 +00:00
@ -0,0 +1,7 @@
#!/bin/bash
First-time contributor

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

you're using Alpine image and specifying bash as the script shell without installing bash in the image *thonk*
pj reviewed 2023-03-20 22:51:49 +00:00
@ -0,0 +22,4 @@
ENV INSTANCE ${INSTANCE:-}
ARG TOKEN
ENV TOKEN ${TOKEN:-}
First-time contributor

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

  • for deployments like Docker Swarm or Podman which allow secrets, you should consider allowing using TOKEN_FILE
`ENV VAR VAL` is old syntax, `ENV VAR=VAL` is recommended + for deployments like Docker Swarm or Podman which allow secrets, you should consider allowing using `TOKEN_FILE`
Owner

Replaced by #84

Replaced by #84
wolfogre closed this pull request 2023-04-11 03:04:16 +00:00
Some checks are pending
check and test
checks / check and test (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No description provided.