Skip to content

Releases: SAP-samples/s4hana-microsoft-team-app-integration

Bridge Framework Automaton Pipeline Docker Container for Regular BTP Subaccount

17 Apr 22:51
Compare
Choose a tag to compare

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