Skip to content

Commit fe3ef6b

Browse files
committed
Fixed docker images names
1 parent 8931869 commit fe3ef6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/test/fasttest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# docker build -t clickhouse/fasttest .
1+
# docker build -t altinityinfra/fasttest .
22
ARG FROM_TAG=latest
33
FROM altinityinfra/test-util:$FROM_TAG
44

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=clickhouse/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
89+
COPY --from=altinityinfra/cctools:0d6b90a7a490 /opt/gdb /opt/gdb
9090
ENV PATH="/opt/gdb/bin:${PATH}"
9191

9292
# Same options as in test/base/Dockerfile

0 commit comments

Comments
 (0)