|
|
|
|
@ -12,6 +12,7 @@ services:
|
|
|
|
|
- MAKEOPT
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=centos67
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
centos67_dbg_build:
|
|
|
|
|
@ -27,6 +28,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-centos67
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
centos7_build:
|
|
|
|
|
@ -41,6 +43,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=centos7
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
centos7_arm64_build:
|
|
|
|
|
@ -70,6 +73,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-centos7
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
centos8_build:
|
|
|
|
|
@ -84,6 +88,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=centos8
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
centos8_arm64_build:
|
|
|
|
|
@ -113,6 +118,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-centos8
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora24_build:
|
|
|
|
|
@ -127,6 +133,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=fedora24
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora24_dbg_build:
|
|
|
|
|
@ -141,6 +148,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-fedora24
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora27_build:
|
|
|
|
|
@ -155,6 +163,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=fedora27
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora27_dbg_build:
|
|
|
|
|
@ -169,6 +178,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-fedora27
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora28_build:
|
|
|
|
|
@ -183,6 +193,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=fedora28
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora28_dbg_build:
|
|
|
|
|
@ -197,6 +208,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-fedora28
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=x86_64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
fedora32_arm64_build:
|
|
|
|
|
@ -225,6 +237,7 @@ services:
|
|
|
|
|
- MAKEOPT
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=debian8
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian8_dbg_build:
|
|
|
|
|
@ -239,6 +252,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-debian8
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian9_build:
|
|
|
|
|
@ -253,6 +267,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=debian9
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian9_arm64_build:
|
|
|
|
|
@ -282,6 +297,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-debian9
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian9.4_build:
|
|
|
|
|
@ -296,6 +312,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=debian9.4
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian9.4_dbg_build:
|
|
|
|
|
@ -310,6 +327,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-debian9.4
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian10_build:
|
|
|
|
|
@ -324,6 +342,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=debian10
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
debian10_arm64_build:
|
|
|
|
|
@ -353,6 +372,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-debian10
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu14_build:
|
|
|
|
|
@ -366,6 +386,7 @@ services:
|
|
|
|
|
- MAKEOPT
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=ubuntu14
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu14_dbg_build:
|
|
|
|
|
@ -380,6 +401,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-ubuntu14
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu16_build:
|
|
|
|
|
@ -394,6 +416,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=ubuntu16
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu16_dbg_build:
|
|
|
|
|
@ -408,6 +431,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-ubuntu16
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu18_build:
|
|
|
|
|
@ -422,6 +446,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=ubuntu18
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu18_arm64_build:
|
|
|
|
|
@ -451,6 +476,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-ubuntu18
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu20_build:
|
|
|
|
|
@ -465,6 +491,7 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=ubuntu20
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=clickhouse
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
ubuntu20_arm64_build:
|
|
|
|
|
@ -494,5 +521,6 @@ services:
|
|
|
|
|
- CURVER
|
|
|
|
|
- PKG_RELEASE=dbg-ubuntu20
|
|
|
|
|
- PROXYSQL_BUILD_TYPE=debug
|
|
|
|
|
- PROXYSQL_BUILD_ARCH=amd64
|
|
|
|
|
command:
|
|
|
|
|
- /opt/entrypoint/entrypoint.bash
|
|
|
|
|
|