ClickHouse/docker/test/unit/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
175 B
Docker
Raw Normal View History

# rebuild in #33610
2021-09-06 11:33:39 +00:00
# docker build -t clickhouse/unit-test .
ARG FROM_TAG=latest
2024-06-11 14:09:31 +00:00
FROM clickhouse/test-base:$FROM_TAG
2019-04-08 11:26:18 +00:00
2021-02-20 20:04:24 +00:00
COPY run.sh /
2024-08-01 17:27:12 +00:00
RUN chmod +x run.sh
2024-08-01 16:59:17 +00:00
ENTRYPOINT ["/run.sh"]