DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.
https://dsd-dbs.github.io/py-capellambse/
Apache License 2.0
50 stars 8 forks source link

Prefer local over remote Docker images #430

Closed MoritzWeber0 closed 1 month ago

MoritzWeber0 commented 1 month ago

When invoking a native Capella installation via Docker, capellambse did always pull the image from a remote environment.

This has two disadvantages:

The new behviour is: capellambse checks if the image exists locally. If it exists, continue with the local image. Otherwise, pull it from the remote.

This also matches the behaviour when using the docker run CLI.