Skip to content

Bridge Framework Automaton Pipeline Docker Container for Regular BTP Subaccount

Pre-release
Pre-release
Compare
Choose a tag to compare
@I561660 I561660 released this 17 Apr 22:51
· 4 commits to main since this 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:

  1. Start Docker
  2. Navigate to where the zipped docker image is
  3. Run the following command to load the image:
docker load -i ./bridge-automation-pipeline.tar.gz
  1. 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