Updating a Docker Installation of the Bridge
The Update Process
If you have a running Scheer PAS Integration (Bridge) Docker installation and want to update, please do the following steps.
Step 1: Extract the Software
Load the new Bridge Docker image with
CODEdocker image load -i bridge-<version>.tar
Go to the folder where you have stored your docker-compose.yml file.
Change the Bridge image version to match the version of the image you want to install.
Line | Setting | Description | Example |
---|---|---|---|
4 |
| Provide the version of the Docker image. |
|
You can use this step to change other configuration values.
Step 2: Restart the Container
Drop the running container:
CODEdocker-compose down
Create a new container using the new configuration and start it:
CODEdocker-compose up
Step 3: Check your Installation and Remove Old Images
After you have updated your Bridge installation, you should check it as described on Checking the Installation. If everything is fine, you can remove the old Bridge image with
docker image rm bridge:<old version>
xUML Runtime Update and Docker
The Bridge Docker image is delivered with an xUML Runtime.
Generally, you should not manually update the xUML Runtime of a Bridge running in a Docker container. If you need to update the Runtime of such a Bridge installation, update the Bridge as described above with an image containing the new Runtime version.
If, in certain cases, you want to do this nevertheless, keep the following in mind:
The updated Runtime will be gone, as soon as you perform
docker-compose down
on the Bridge container.The updated Runtime will persist, as long as you only use
docker-compose start/stop
.
Related Pages: