-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add NEXTCLOUD_INIT_LOCK
to enable shared html volume update
#1760
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meonkeys
reviewed
May 31, 2022
Signed-off-by: John Molakvoæ <[email protected]>
skjnldsv
force-pushed
the
feat/config-flag-init
branch
from
June 1, 2022 06:18
ac8a4ec
to
83d5e72
Compare
8 tasks
I followed your steps and got the same result. LGTM! |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 7, 2022
Changes: - https///github.com/nextcloud/docker/commit/00d8873: Runs update.sh - https///github.com/nextcloud/docker/commit/ec3f7e5: Merge pull request https///github.com/nextcloud/docker/pull/1760 from nextcloud/feat/config-flag-init - https///github.com/nextcloud/docker/commit/83d5e72: Add `NEXTCLOUD_INIT_LOCK` to enable shared html volume update
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 20, 2022
Changes: - https///github.com/nextcloud/docker/commit/c416385: Update Nextcloud to 24.0.2 (https///github.com/nextcloud/docker/pull/1773) - https///github.com/nextcloud/docker/commit/e88d8e4: Merge pull request https///github.com/nextcloud/docker/pull/1739 from nextcloud/feat/workflow-auto-update-command-rebase.yml - https///github.com/nextcloud/docker/commit/ce6a874: Updating command-rebase.yml workflow from template - https///github.com/nextcloud/docker/commit/00d8873: Runs update.sh - https///github.com/nextcloud/docker/commit/ec3f7e5: Merge pull request https///github.com/nextcloud/docker/pull/1760 from nextcloud/feat/config-flag-init - https///github.com/nextcloud/docker/commit/83d5e72: Add `NEXTCLOUD_INIT_LOCK` to enable shared html volume update
neffets
added a commit
to neffets/docker-nextcloud
that referenced
this pull request
Sep 3, 2022
…tcloud-master GitHub Workflow and others added 24 commits 4 months ago Runs update.sh de57fc0  23.0.5 (nextcloud#1755) Verified d11d42b  Add NEXTCLOUD_INIT_LOCK to enable shared html volume update … Verified 83d5e72  Merge pull request nextcloud#1760 from nextcloud/feat/config-flag-init Verified ec3f7e5 Runs update.sh 00d8873  Updating command-rebase.yml workflow from template … ce6a874  Merge pull request nextcloud#1739 from nextcloud/feat/workflow-auto-update-com… … Verified e88d8e4  Update Nextcloud to 24.0.2 (nextcloud#1773) … Verified c416385  Add NEXTCLOUD_INIT_HTACCESS to run `occ maintenance:update:htaccess… … Verified 209d65d Runs update.sh 0eda450  Alpine 3.16 (nextcloud#1779) … Verified 3df4ad5 Runs update.sh 66f397f   Use $PHP_INI_DIR var (nextcloud#1765) … Verified 502fda1 Runs update.sh 941450c  stable 24.0.2 (nextcloud#1783) Verified fa31dab  Use $PHP_INI_DIR var (nextcloud#1790) … Verified cde0385 Runs update.sh 8cfb0e5  Bump stable channel (nextcloud#1792) Verified 6e7695e  22 EOL (nextcloud#1800) … Verified 8dd3d45 Runs update.sh 6d25698  24.0.4 (nextcloud#1804) … Verified b71e398  Remove 22 (nextcloud#1813) … Verified 685803d  fix SMTP_PASSWORD_FILE not triggering auth activation (nextcloud#1614) … Verified d447c57 Runs update.sh 338b483
neffets
added a commit
to neffets/docker-nextcloud
that referenced
this pull request
Sep 3, 2022
Runs update.sh Add NEXTCLOUD_INIT_LOCK to enable shared html volume update Merge pull request nextcloud#1760 from nextcloud/feat/config-flag-init Updating command-rebase.yml workflow from template … Merge pull request nextcloud#1739 from nextcloud/feat/workflow-auto-update-com… … Add NEXTCLOUD_INIT_HTACCESS to run `occ maintenance:update:htaccess… … Alpine 3.16 (nextcloud#1779) … Use $PHP_INI_DIR var (nextcloud#1790) … Nextcloud BUM stable channel (22 EOL) , we at STS support down to 20 (EOL notice for 20 and 21) fix SMTP_PASSWORD_FILE not triggering auth activation (nextcloud#1614) …
This was referenced Jan 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cc @meonkeys
Fix #1742
Closes #1757
Easy reproducibility test
docker-entrypoint.sh
into24/apache/entrypoint.sh
24/apache
docker build .
and save the built image hash (here6e7615a878a6
)mkdir /tmp/ncdocker
NEXTCLOUD_INIT_LOCK
NEXTCLOUD_INIT_LOCK=true