webhook (sha256:532ba665e9890cbfe14910cce193e0c835a04e05c7e5ceb159e659ba13a674a0)
Installation
docker pull git.huskee.gay/huskee/webhook@sha256:532ba665e9890cbfe14910cce193e0c835a04e05c7e5ceb159e659ba13a674a0sha256:532ba665e9890cbfe14910cce193e0c835a04e05c7e5ceb159e659ba13a674a0Image layers
| ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update && apk add git go bash # buildkit |
| RUN /bin/sh -c git clone https://github.com/adnanh/webhook # buildkit |
| RUN /bin/sh -c cd webhook && go build # buildkit |
| RUN /bin/sh -c mv -v webhook/webhook /usr/local/bin && rm -r webhook # buildkit |
| RUN /bin/sh -c mkdir /hooks # buildkit |
| RUN /bin/sh -c mkdir /scripts # buildkit |
| COPY --chmod=0755 ./entrypoint.sh /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
Details
Versions (2)
View all