Skip to content

Commit

Permalink
merge: Replace references to deprecated capella/cli image (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Feb 26, 2024
2 parents e43a7d2 + c1b0204 commit c97cf1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions capellambse/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,11 @@ def update_diagram_cache(
... "/Applications/Capella_{VERSION}.app/Contents/MacOS/capella"
... )
**Running a Capella CLI container**
**Running a Capella container**
>>> model.update_diagram_cache(
... "capella/cli:{VERSION}-latest"
... "ghcr.io/dsd-dbs/capella-dockerimages/capella/base"
... ":{VERSION}-selected-dropins-main"
... )
"""
if self.diagram_cache is None:
Expand Down
2 changes: 1 addition & 1 deletion ci-templates/gitlab/filter-derive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

derive:
image:
name: $DOCKER_REGISTRY/capella/cli:${CAPELLA_DOCKER_IMAGES_TAG}
name: $DOCKER_REGISTRY/capella/base:${CAPELLA_DOCKER_IMAGES_TAG}
entrypoint: [""]

script:
Expand Down

0 comments on commit c97cf1b

Please sign in to comment.