We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8931869 commit fe3ef6bCopy full SHA for fe3ef6b
docker/test/fasttest/Dockerfile
@@ -1,4 +1,4 @@
1
-# docker build -t clickhouse/fasttest .
+# docker build -t altinityinfra/fasttest .
2
ARG FROM_TAG=latest
3
FROM altinityinfra/test-util:$FROM_TAG
4
docker/test/integration/runner/Dockerfile
@@ -86,7 +86,7 @@ COPY modprobe.sh /usr/local/bin/modprobe
86
COPY dockerd-entrypoint.sh /usr/local/bin/
87
COPY misc/ /misc/
88
89
-COPY --from=clickhouse/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
+COPY --from=altinityinfra/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
90
ENV PATH="/opt/gdb/bin:${PATH}"
91
92
# Same options as in test/base/Dockerfile
0 commit comments