control-center-images

所属分类:Docker
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-08-29 12:30:13
上 传 者sh-1993
说明:  企业控制中心映像的Docker映像,
(Docker images for enterprise control center images,)

文件列表:
Jenkinsfile (506, 2023-12-27)
LICENSE (11357, 2023-12-27)
control-center/ (0, 2023-12-27)
control-center/Dockerfile.ubi8 (2869, 2023-12-27)
control-center/include/ (0, 2023-12-27)
control-center/include/etc/ (0, 2023-12-27)
control-center/include/etc/confluent/ (0, 2023-12-27)
control-center/include/etc/confluent/docker/ (0, 2023-12-27)
control-center/include/etc/confluent/docker/admin.properties.template (403, 2023-12-27)
control-center/include/etc/confluent/docker/apply-mesos-overrides (1138, 2023-12-27)
control-center/include/etc/confluent/docker/configure (1363, 2023-12-27)
control-center/include/etc/confluent/docker/control-center.properties.template (8389, 2023-12-27)
control-center/include/etc/confluent/docker/ensure (885, 2023-12-27)
control-center/include/etc/confluent/docker/launch (718, 2023-12-27)
control-center/include/etc/confluent/docker/log4j.properties.template (511, 2023-12-27)
control-center/include/etc/confluent/docker/run (1035, 2023-12-27)
control-center/pom.xml (2040, 2023-12-27)
control-center/requirements.txt (67, 2023-12-27)
control-center/setup.py (466, 2023-12-27)
control-center/test/ (0, 2023-12-27)
control-center/test/fixtures/ (0, 2023-12-27)
control-center/test/fixtures/standalone-config.yml (4592, 2023-12-27)
control-center/test/fixtures/standalone-network.yml (1266, 2023-12-27)
control-center/test/test_control_center.py (11892, 2023-12-27)
control-center/test/test_control_center_props_validation.py (27336, 2023-12-27)
control-center/tox.ini (1020, 2023-12-27)
pom.xml (1666, 2023-12-27)
sonar-project.properties (247, 2023-12-27)

# Docker images for Control Center This repo provides build files for [Control Center](https://www.confluent.io/confluent-control-center/) Docker images. ## Properties Properties are inherited from a top-level POM. Properties may be overridden on the command line (`-Ddocker.registry=testing.example.com:8080/`), or in a subproject's POM. - *docker.skip-build*: (Optional) Set to `false` to include Docker images as part of build. Default is 'false'. - *docker.skip-test*: (Optional) Set to `false` to include Docker image integration tests as part of the build. Requires Python 2.7, `tox`. Default is 'true'. - *docker.registry*: (Optional) Specify a registry other than `placeholder/`. Used as `DOCKER_REGISTRY` during `docker build` and testing. Trailing `/` is required. Defaults to `placeholder/`. - *docker.tag*: (Optional) Tag for built images. Used as `DOCKER_TAG` during `docker build` and testing. Defaults to the value of `project.version`. - *docker.upstream-registry*: (Optional) Registry to pull base images from. Trailing `/` is required. Used as `DOCKER_UPSTREAM_REGISTRY` during `docker build`. Defaults to the value of `docker.registry`. - *docker.upstream-tag*: (Optional) Use the given tag when pulling base images. Used as `DOCKER_UPSTREAM_TAG` during `docker build`. Defaults to the value of `docker.tag`. - *docker.test-registry*: (Optional) Registry to pull test dependency images from. Trailing `/` is required. Used as `DOCKER_TEST_REGISTRY` during testing. Defaults to the value of `docker.upstream-registry`. - *docker.test-tag*: (Optional) Use the given tag when pulling test dependency images. Used as `DOCKER_TEST_TAG` during testing. Defaults to the value of `docker.upstream-tag`. - *docker.os_type*: (Optional) Specify which operating system to use as the base image by using the Dockerfile with this extension. Valid values are `ubi8`. Default value is `deb8`. - *CONFLUENT_PACKAGES_REPO*: (Required) Specify the location of the Confluent Platform packages repository. Depending on the type of OS for the image you are building you will need to either provide a Debian or RPM repository. For example this is the repository for the 5.4.0 release of the Debian packages: `https://s3-us-west-2.amazonaws.com/confluent-packages-5.4.0/deb/5.4` This is the repository for the 5.4.0 release of the RPM's: `https://s3-us-west-2.amazonaws.com/confluent-packages-5.4.0/rpm/5.4` - *CONFLUENT_VERSION*: (Required) Specify the full Confluent Platform release version. Example: 5.4.0 ## Building This project uses `maven-assembly-plugin` and `dockerfile-maven-plugin` to build Docker images via Maven. To build SNAPSHOT images, configure `.m2/settings.xml` for SNAPSHOT dependencies. These must be available at build time. ``` mvn clean package -Pdocker -DskipTests # Build local images ``` ## License Usage of this image is subject to the license terms of the software contained within. Please refer to Confluent's Docker images documentation [reference](https://docs.confluent.io/platform/current/installation/docker/image-reference.html) for further information. The software to extend and build the custom Docker images is available under the Apache 2.0 License.

近期下载者

相关文件


收藏者