Skip to content

Commit a1c0b0d

Browse files
committed
Using clickhouse/cctools:0d6b90a7a490 in Dockerfiles
1 parent e960b64 commit a1c0b0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/test/integration/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ maxClientCnxns=80' > /opt/zookeeper/conf/zoo.cfg && \
7373
ENV TZ=Etc/UTC
7474
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
7575

76-
COPY --from=altinityinfra/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
76+
COPY --from=clickhouse/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
7777
ENV PATH="/opt/gdb/bin:${PATH}"

docker/test/integration/runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ COPY modprobe.sh /usr/local/bin/modprobe
8686
COPY dockerd-entrypoint.sh /usr/local/bin/
8787
COPY misc/ /misc/
8888

89-
COPY --from=altinityinfra/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
89+
COPY --from=clickhouse/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
9090
ENV PATH="/opt/gdb/bin:${PATH}"
9191

9292
# Same options as in test/base/Dockerfile

docker/test/performance-comparison/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN pip3 --no-cache-dir install -r requirements.txt
4141

4242
COPY run.sh /
4343

44-
COPY --from=altinityinfra/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
44+
COPY --from=clickhouse/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
4545
ENV PATH="/opt/gdb/bin:${PATH}"
4646

4747
CMD ["bash", "/run.sh"]

docker/test/util/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ RUN apt-get update \
5858

5959
COPY process_functional_tests_result.py /
6060

61-
COPY --from=altinityinfra/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
61+
COPY --from=clickhouse/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
6262
ENV PATH="/opt/gdb/bin:${PATH}"

0 commit comments

Comments
 (0)