Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nginxinc/kic-test-containers
Docker containers used by the KIC team
https://github.com/nginxinc/kic-test-containers
docker
Last synced: about 2 months ago
JSON representation
Docker containers used by the KIC team
- Host: GitHub
- URL: https://github.com/nginxinc/kic-test-containers
- Owner: nginxinc
- License: apache-2.0
- Created: 2023-01-18T18:59:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:27:49.000Z (2 months ago)
- Last Synced: 2024-11-01T11:23:49.881Z (2 months ago)
- Topics: docker
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 3
- Watchers: 13
- Forks: 0
- Open Issues: 12
-
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/nginxinc/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/nginxinc/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.