Bridge Framework Automaton Pipeline Docker Container for Regular BTP Subaccount
Pre-release
Pre-release
Overview:
First release of automation pipeline. This will cover all parts of the installation for Bridge Framework bar principal propagation, application sideloading, and minor BTP configurations.
Instructions/Notes:
The Docker container is provided in a gzip format. How to get the container up and running:
- Start Docker
- Navigate to where the zipped docker image is
- Run the following command to load the image:
docker load -i ./bridge-automation-pipeline.tar.gz
- Run the following command to start the container:
docker container run -e BTPSA_VERSION_GIT="\$(git describe --long --tags --always)" --rm -it -d --name bridge-automation-pipeline bridge-automation-pipeline