[FORGEJO] delete files conflicting with Forgejo
This commit is contained in:
parent
0d727eb262
commit
b02cc3071e
1 changed files with 0 additions and 17 deletions
17
Dockerfile
17
Dockerfile
|
@ -1,17 +0,0 @@
|
||||||
FROM golang:1.20-alpine3.17 as builder
|
|
||||||
RUN apk add --no-cache make=4.3-r1 git=2.38.5-r0
|
|
||||||
|
|
||||||
COPY . /opt/src/act_runner
|
|
||||||
WORKDIR /opt/src/act_runner
|
|
||||||
|
|
||||||
RUN make clean && make build
|
|
||||||
|
|
||||||
FROM alpine:3.17
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
git=2.38.5-r0 bash=5.2.15-r0 \
|
|
||||||
&& rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
COPY --from=builder /opt/src/act_runner/act_runner /usr/local/bin/act_runner
|
|
||||||
COPY run.sh /opt/act/run.sh
|
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/act/run.sh"]
|
|
Loading…
Reference in a new issue