2021-09-18 09:30:25 +02:00
|
|
|
FROM ubuntu:latest
|
2021-09-18 08:22:25 +02: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"]
|