2021-09-18 08:01:59 +00:00
|
|
|
FROM alpine:3.13.6
|
2021-09-18 06:22:25 +00:00
|
|
|
|
|
|
|
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.22.0/talisman_linux_amd64", "/talisman"]
|
|
|
|
RUN chmod +x /talisman
|
|
|
|
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|