Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create volume for /tmp #82

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft

Create volume for /tmp #82

wants to merge 8 commits into from

Conversation

pfeuffer
Copy link
Member

@pfeuffer pfeuffer commented Jul 20, 2023

Without this volume it might be possible,
that temporary files are written in the
docker image, for example while uploading
big files with the editor plugin.
This again might lead to errors due
to full devices, possibly causing other dogus
to crash, too.

pfeuffer and others added 8 commits June 28, 2023 11:42
Default plugins should be installed only using
the blueprint mechanism from the ecosystem. With
the old list of default plugins, this was not
really usable, because the old list of default
plugins always installed nearly all plugins
available, so that the user had no way to create
a smaller default set.

So with this, we completely remove the default
plugin list. All necessary plugins like the
legacy plugins for CAS will still be installed by
the dependency checks.
* Use Java 17

* Bump script plugin version to 2.5.0

---------

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
* Prepare for store caches

* Prepare for store caches

* Fix cache property name

* Remove oss plugin center url for snapshots

* Log change
Without this volume it might be possible,
that big temporary files are written in the
docker image which might lead to errors due
to full drives.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants