keboola/dockerbundle

There is no license information available for the latest version (0.0.1) of this package.

Component for running Docker images in KBC

0.0.1 2015-02-05 06:28 UTC

README

Build Status

Library for components for running Docker images:

See documentation.

Running tests locally

Use test-cf-stack.json to create resources, set environment variables (see .env.template) and run docker-compose up. Dockerfile and docker-compose.yml are used only for development purposes. Keboola Connection Component for running Docker images - see documentation.

If you want to run Workspace tests, please turn off the NetworkPolicy for the STORAGE_API_TOKEN with the following command:

curl -X POST --location "https://connection.keboola.com/manage/commands" \
    -H "X-KBC-ManageApiToken: {MANAGE_TOKEN}" \
    -H "Content-Type: application/json" \
    -d '{
          "command": "manage:tmp:migrate-network-policy",
          "parameters": [
            "{BACKEND_ID}",
            "--orgIds={ORG_ID}",
            "--remove",
            "--force" // remove this param for dry-run
          ]
        }'

License

MIT licensed, see LICENSE file.