We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While attempting to complete the lab for multiregion https://github.com/confluentinc/examples/tree/7.3.0-post/multiregion the following errors are seen when the command "./scripts/build_docker_images.sh" is executed:
training@training:~/examples/multiregion$ ./scripts/build_docker_images.sh
Build custom cp-zookeeper and cp-server images with 'tc' installed Sending build context to Docker daemon 1.426MB Step 1/11 : ARG REPOSITORY Step 2/11 : ARG IMAGE Step 3/11 : ARG CP_VERSION Step 4/11 : FROM $REPOSITORY/$IMAGE:$CP_VERSION manifest for confluentinc/cp-zookeeper:7.3.x-latest not found: manifest unknown: manifest unknown Docker image localbuild/cp-zookeeper-tc:7.3.x-latest not found. Please troubleshoot and rerun
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While attempting to complete the lab for multiregion https://github.com/confluentinc/examples/tree/7.3.0-post/multiregion the following errors are seen when the command "./scripts/build_docker_images.sh" is executed:
training@training:~/examples/multiregion$ ./scripts/build_docker_images.sh
Build custom cp-zookeeper and cp-server images with 'tc' installed
Sending build context to Docker daemon 1.426MB
Step 1/11 : ARG REPOSITORY
Step 2/11 : ARG IMAGE
Step 3/11 : ARG CP_VERSION
Step 4/11 : FROM $REPOSITORY/$IMAGE:$CP_VERSION
manifest for confluentinc/cp-zookeeper:7.3.x-latest not found: manifest unknown: manifest unknown
Docker image localbuild/cp-zookeeper-tc:7.3.x-latest not found. Please troubleshoot and rerun
The text was updated successfully, but these errors were encountered: