https://github.com/nginx/kic-test-containers
Docker containers used by the KIC team
https://github.com/nginx/kic-test-containers
docker
Last synced: 4 months ago
JSON representation
Docker containers used by the KIC team
- Host: GitHub
- URL: https://github.com/nginx/kic-test-containers
- Owner: nginx
- License: apache-2.0
- Created: 2023-01-18T18:59:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:50:30.000Z (about 1 year ago)
- Last Synced: 2025-01-10T18:50:48.220Z (about 1 year ago)
- Topics: docker
- Language: Go
- Homepage:
- Size: 187 KB
- Stars: 3
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
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.