# kic-test-containers **Repository Path**: mirrors_nginx/kic-test-containers ## Basic Information - **Project Name**: kic-test-containers - **Description**: Docker containers used by the KIC team - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KIC Test Containers This repository contains the Dockerfiles and code for the test containers used in the [Kubernetes Ingress Controller](https://github.com/nginx/kubernetes-ingress). ## Building the containers for local testing For each container, run the following command from the root of the repository: ```console docker build -t -f /Dockerfile . ``` Alternatively, you can use the `Makefile` to build the containers. For example, to build the `grpc-server` container, run the following command from the root of the repository: ```console make grpc-server ``` ## Publishing the containers The containers are published to the [NGINX GitHub Container Registry](https://github.com/orgs/nginx/packages?repo_name=kic-test-containers) when a new tag is created in this repository. You can see the packages on the right side of this page.