-
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
b2a8239
to 0dd71ad
Bumps [capella-dockerimages](https://github.com/DSD-DBS/capella-dockerimages) from `b2a8239` to `0dd71ad`. - [Release notes](https://github.com/DSD-DBS/capella-dockerimages/releases) - [Commits](DSD-DBS/capella-dockerimages@b2a8239...0dd71ad) --- updated-dependencies: - dependency-name: capella-dockerimages dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
eb64a9d
commit a93f4f9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule capella-dockerimages
updated
30 files
+1 −1 | .github/workflows/deploy-docker-images.yml | |
+15 −1 | Makefile | |
+2 −1 | base/Dockerfile | |
+1 −1 | base/hooks/+pre-commit-and-lfs.sh | |
+2 −2 | capella/autostart | |
+4 −2 | capella/setup_workspace.py | |
+7 −0 | ci-templates/gitlab/image-builder.yml | |
+9 −0 | docs/Makefile | |
+5 −0 | docs/docs/base.md | |
+1 −1 | docs/docs/capella/base.md | |
+1 −1 | docs/docs/ci-templates/gitlab/release-train.md | |
+2 −2 | docs/docs/jupyter/index.md | |
+54 −20 | docs/docs/remote.md | |
+4 −2 | docs/mkdocs.yml | |
+4 −0 | docs/requirements.txt | |
+2 −2 | eclipse/autostart | |
+1 −1 | jupyter-notebook/Dockerfile | |
+5 −5 | jupyter-notebook/docker-entrypoint.sh | |
+2 −2 | papyrus/autostart | |
+3 −1 | readonly/load_models.py | |
+1 −1 | readonly/startup.sh | |
+23 −2 | remote/Dockerfile | |
+2 −2 | remote/autostart | |
+32 −0 | remote/nginx.conf | |
+12 −0 | remote/startup.sh | |
+0 −11 | remote/supervisord.conf | |
+13 −0 | remote/supervisord.xpra.conf | |
+13 −0 | remote/supervisord.xrdp.conf | |
+2 −0 | t4c/backup.py | |
+2 −1 | t4c/setup_workspace.py |