Force rebuild images once again in master

This commit is contained in:
Mikhail f. Shiryaev 2022-01-13 19:03:34 +01:00
parent f2d1ac9041
commit c465593706
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
19 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/docs-build .
FROM ubuntu:20.04

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/docs-check .
ARG FROM_TAG=latest
FROM clickhouse/docs-builder:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/docs-release .
ARG FROM_TAG=latest
FROM clickhouse/docs-builder:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/binary-builder .
FROM ubuntu:20.04

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/deb-builder .
FROM ubuntu:20.04

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/test-base .
ARG FROM_TAG=latest
FROM clickhouse/test-util:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build --network=host -t clickhouse/codebrowser .
# docker run --volume=path_to_repo:/repo_folder --volume=path_to_result:/test_output clickhouse/codebrowser
ARG FROM_TAG=latest

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/fasttest .
ARG FROM_TAG=latest
FROM clickhouse/test-util:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/fuzzer .
ARG FROM_TAG=latest
FROM clickhouse/test-base:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/integration-test .
ARG FROM_TAG=latest
FROM clickhouse/test-base:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/keeper-jepsen-test .
ARG FROM_TAG=latest
FROM clickhouse/test-base:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/pvs-test .
ARG FROM_TAG=latest

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/split-build-smoke-test .
ARG FROM_TAG=latest
FROM clickhouse/binary-builder:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/stateful-test .
ARG FROM_TAG=latest
FROM clickhouse/stateless-test:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/stateless-test .
ARG FROM_TAG=latest
FROM clickhouse/test-base:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/stateless-pytest .
ARG FROM_TAG=latest
FROM clickhouse/test-base:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/stress-test .
ARG FROM_TAG=latest
FROM clickhouse/stateful-test:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/unit-test .
ARG FROM_TAG=latest
FROM clickhouse/stateless-test:$FROM_TAG

View File

@ -1,4 +1,4 @@
# rebuild in #33609
# rebuild in #33610
# docker build -t clickhouse/test-util .
FROM ubuntu:20.04