File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
integration/integration-test Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /binary-builder .
1
+ # docker build -t altinityinfra /binary-builder .
2
2
ARG FROM_TAG
3
- FROM clickhouse /fasttest:$FROM_TAG
3
+ FROM altinityinfra /fasttest:$FROM_TAG
4
4
ENV CC=clang-${LLVM_VERSION}
5
5
ENV CXX=clang++-${LLVM_VERSION}
6
6
7
7
# If the cctools is updated, then first build it in the CI, then update here in a different commit
8
- COPY --from=clickhouse /cctools:425d6927d1efbd790bdb /cctools /cctools
8
+ COPY --from=altinityinfra /cctools:be2e8df7c90d7a48e6ef /cctools /cctools
9
9
10
10
# We need OpenSSL FIPS in permissive mode for build on MasterCI
11
- COPY --from=clickhouse /cctools:425d6927d1efbd790bdb \
11
+ COPY --from=altinityinfra /cctools:be2e8df7c90d7a48e6ef \
12
12
/opt/openssl-fips/openssl.cnf \
13
13
/opt/openssl-fips/fipsmodule.cnf \
14
14
/opt/openssl-fips/fips.so \
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /cctools .
1
+ # docker build -t altinityinfra /cctools .
2
2
3
3
# This is a hack to significantly reduce the build time of the clickhouse/binary-builder
4
4
# It's based on the assumption that we don't care of the cctools version so much
5
5
# It even does not depend on the clickhouse/fasttest in the `docker/images.json`
6
6
ARG FROM_TAG=latest
7
- FROM clickhouse /fasttest:$FROM_TAG AS builder
7
+ FROM altinityinfra /fasttest:$FROM_TAG AS builder
8
8
9
9
ENV CC=clang-${LLVM_VERSION}
10
10
ENV CXX=clang++-${LLVM_VERSION}
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /test-old-centos .
1
+ # docker build -t altinityinfra /test-old-centos .
2
2
FROM centos:5
3
3
4
4
CMD /bin/sh -c "/clickhouse server --config /config/config.xml > /var/log/clickhouse-server/stderr.log 2>&1 & \
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /test-old-ubuntu .
1
+ # docker build -t altinityinfra /test-old-ubuntu .
2
2
FROM ubuntu:12.04
3
3
4
4
CMD /bin/sh -c "/clickhouse server --config /config/config.xml > /var/log/clickhouse-server/stderr.log 2>&1 & \
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /docs-builder .
1
+ # docker build -t altinityinfra /docs-builder .
2
2
FROM node:20-bookworm-slim
3
3
4
4
RUN apt-get update && \
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /fasttest .
1
+ # docker build -t altinityinfra /fasttest .
2
2
FROM ubuntu:22.04
3
3
4
4
# ARG for quick switch to a given ubuntu mirror
@@ -71,7 +71,7 @@ RUN apt-get update \
71
71
&& apt-get clean \
72
72
&& rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/*
73
73
74
- COPY --from=clickhouse /cctools:425d6927d1efbd790bdb /opt/gdb /opt/gdb
74
+ COPY --from=altinityinfra /cctools:be2e8df7c90d7a48e6ef /opt/gdb /opt/gdb
75
75
# Give suid to gdb to grant it attach permissions
76
76
RUN chmod u+s /opt/gdb/bin/gdb
77
77
ENV PATH="/opt/gdb/bin:${PATH}"
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /integration-test .
1
+ # docker build -t altinityinfra /integration-test .
2
2
FROM ubuntu:22.04
3
3
4
4
# ARG for quick switch to a given ubuntu mirror
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /sqlancer-test .
1
+ # docker build -t altinityinfra /sqlancer-test .
2
2
FROM ubuntu:22.04
3
3
4
4
# ARG for quick switch to a given ubuntu mirror
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /stateless-test .
1
+ # docker build -t altinityinfra /stateless-test .
2
2
FROM ubuntu:22.04
3
3
4
4
# ARG for quick switch to a given ubuntu mirror
@@ -175,5 +175,5 @@ ENV PYTHONPATH=".:./ci"
175
175
# A directory for cache
176
176
RUN mkdir /dev/shm/clickhouse
177
177
178
- COPY --from=clickhouse /cctools:4670e95dde3de689f103 /opt/gdb /opt/gdb
178
+ COPY --from=altinityinfra /cctools:be2e8df7c90d7a48e6ef /opt/gdb /opt/gdb
179
179
ENV PATH="/opt/gdb/bin:${PATH}"
Original file line number Diff line number Diff line change 1
- # docker build -t clickhouse /style-test .
1
+ # docker build -t altinityinfra /style-test .
2
2
FROM ubuntu:22.04
3
3
4
4
RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
You can’t perform that action at this time.
0 commit comments