develop #20

Open
glenux wants to merge 9 commits from develop into master
Owner
No description provided.
fix: improve system performance
Some checks failed
continuous-integration/drone/push Build is failing
f6ae349faa
Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
6618b1a120
Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
dddebbc44e
Update Dockerfile
Some checks are pending
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is pending
3ffd01c7e2
This upgrade ensures the application runs on the latest stable versions
of Nextcloud and ImageMagick, addressing potential security
vulnerabilities and leveraging new features. Running on outdated
versions could lead to security exposures or compatibility issues with
newer plugins or operating system components.

- Updated the base Nextcloud image from 31.0.9-apache to 32.0.3-apache.
- Upgraded ImageMagick from libmagickcore-6.q16-6-extra to
  libmagickcore-7.q16-10-extra.
- Adjusted the ImageMagick policy file path from
  /etc/ImageMagick-6/policy.xml to /etc/ImageMagick-7/policy.xml to
  reflect the version change.

Signed-off-by: Glenn <glenux@glenux.net>
Merge branch 'develop' of code.apps.glenux.net:glenux-opencontainers/service-nextcloud into develop
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
f5dd2aa586
fix(ci): Disable Docker BuildKit for Drone builds
Some checks reported errors
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build was killed
d4ecf36efd
Disabling Docker BuildKit addresses an intermittent build failure where
the Drone CI pipeline would hang indefinitely during the image build
process. This change ensures consistent and reliable image builds.

- Set DOCKER_BUILDKIT to 0 in the 'publish:amd64' step to disable
  BuildKit.
- Set DOCKER_BUILDKIT to 0 in the 'publish:arm64' step to disable
  BuildKit.
- Set DOCKER_BUILDKIT to 0 in the 'publish:latest' step to disable
  BuildKit.

Signed-off-by: Glenn <glenux@glenux.net>
This reverts commit d4ecf36efd.
fix(docker): Resolve merge conflict in Dockerfile
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
219a060ddd
This change resolves a merge conflict that inadvertently introduced
duplicate lines in the Dockerfile, ensuring a clean and consistent build
process. Without this fix, the Docker image build would fail due to
syntax errors or produce an inconsistent image.

- Removed duplicate 'libmagickcore-7.q16-10-extra' package installation
  line, which was a result of a merge conflict.

Signed-off-by: Glenn <glenux@glenux.net>
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin develop:develop
git switch develop
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
glenux-opencontainers/service-nextcloud!20
No description provided.