Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.