Files
mscp/Dockerfile
Ryo Nakamura ff45d9d71b add two env vars to pass password/keyphrase (#9)
MSCP_SSH_AUTH_PASSWORD passes a password, and MSCP_SSH_AUTH_PASSPHRASE
passes a passphrase for publickey auth. They enable avoiding interactive
password input. Test cases are also added.
2024-02-06 10:35:38 +09:00
..

Dockerfiles for building and testing mscp.

Build container:

docker build -t mscp-DIST:VER -f docker/DIST-VER.Dockerfile .

Run test:

docker run --init --rm mscp-DST:VER /mscp/scripts/test-in-container.sh

Custom targets to build and test mscp in the containers are provided via cmake. See make docker-* targets. make docker-build-all builds all container images, and make docker-test-all runs the test in all container images.