-
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
3f55ddf
to df2d5b1
Bumps [capella-dockerimages](https://github.com/DSD-DBS/capella-dockerimages) from `3f55ddf` to `df2d5b1`. - [Release notes](https://github.com/DSD-DBS/capella-dockerimages/releases) - [Commits](DSD-DBS/capella-dockerimages@3f55ddf...df2d5b1) --- updated-dependencies: - dependency-name: capella-dockerimages dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b542607
commit 7c58515
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule capella-dockerimages
updated
18 files
+3 −0 | .gitignore | |
+22 −2 | Makefile | |
+7 −1 | capella/Dockerfile | |
+2 −2 | capella/install_dropins.py | |
+9 −0 | capella/setup/README.md | |
+0 −0 | capella/setup/provisioning.py | |
+0 −0 | capella/setup/replace_env_variables.sh | |
+0 −0 | capella/setup/setup_workspace.py | |
+1 −0 | capella/startup.sh | |
+2 −0 | ci-templates/gitlab/image-builder.yml | |
+3 −0 | docs/docs/capella/base.md | |
+3 −0 | docs/docs/eclipse/base.md | |
+29 −0 | docs/docs/eclipse/memory-options.md | |
+3 −0 | docs/docs/papyrus/base.md | |
+1 −0 | docs/mkdocs.yml | |
+9 −4 | eclipse/Dockerfile | |
+94 −0 | eclipse/set_memory_flags.py | |
+8 −3 | papyrus/Dockerfile |