cert-manager/hack/ubuntu-nsenter
James Munnelly a6edfaf78b Add e2e test framework and basic Issuer test
Update Makefile and travis to run e2e tests

Add ubuntu-nsenter image

Fix typo in target name

Add image pull policy flag for e2e tests

Set config path env vars for e2e tests
2017-09-08 16:25:21 +01:00
..
Dockerfile Add e2e test framework and basic Issuer test 2017-09-08 16:25:21 +01:00
README.md Add e2e test framework and basic Issuer test 2017-09-08 16:25:21 +01:00

ubuntu-nsenter

This is a simple Docker image that contains a dynamically linked version of nsenter for Ubuntu 14.04. It is used in the e2e CI environment in order to install socat on a Travis CI host.

You can use it like so:

$ docker build -t ubuntu-nsenter .
$ docker run -v /usr/local/bin:/hostbin ubuntu-nsenter cp /nsenter /hostbin/nsenter