feat(gitea): add initial implementation of Gitea act_runner addon with configuration and runtime scripts
This commit is contained in:
10
gitea-act-runner/Dockerfile
Normal file
10
gitea-act-runner/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG BUILD_FROM
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
# Install jq to parse /data/options.json provided by the HA supervisor
|
||||
RUN apk add --no-cache jq
|
||||
|
||||
COPY run.sh /run.sh
|
||||
RUN chmod +x /run.sh
|
||||
|
||||
ENTRYPOINT ["/run.sh"]
|
||||
Reference in New Issue
Block a user