-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump capella-dockerimages from
2bd3343
to 569df4b
Bumps [capella-dockerimages](https://github.com/DSD-DBS/capella-dockerimages) from `2bd3343` to `569df4b`. - [Release notes](https://github.com/DSD-DBS/capella-dockerimages/releases) - [Commits](DSD-DBS/capella-dockerimages@2bd3343...569df4b) --- updated-dependencies: - dependency-name: capella-dockerimages dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
10b969e
commit b0fc3fe
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule capella-dockerimages
updated
23 files
+15 −0 | .github/workflows/deploy-docker-images.yml | |
+0 −25 | .github/workflows/pre-commit.yml | |
+8 −0 | .hadolint.yaml | |
+4 −0 | .pre-commit-config.yaml | |
+34 −16 | Makefile | |
+20 −4 | base/Dockerfile | |
+1 −1 | builder/Dockerfile | |
+16 −6 | capella/Dockerfile | |
+33 −6 | capella/setup_workspace.py | |
+1 −1 | ci-templates/gitlab/diagram-cache.yml | |
+10 −11 | ease/Dockerfile | |
+6 −2 | ease/debug/Dockerfile | |
+3 −0 | eclipse/Dockerfile | |
+8 −5 | jupyter-notebook/Dockerfile | |
+9 −2 | jupyter-notebook/docker-entrypoint.sh | |
+4 −0 | papyrus/Dockerfile | |
+1 −1 | readonly/Dockerfile | |
+6 −2 | readonly/startup.sh | |
+4 −4 | remote/Dockerfile | |
+9 −6 | remote/startup.sh | |
+12 −4 | t4c/Dockerfile | |
+63 −48 | tests/conftest.py | |
+8 −4 | tests/local-git-server/Dockerfile |