-
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
Allow simultaneous initialization of common html volume #1728
Conversation
d02905c
to
d9af85e
Compare
There's a syntax error, all tests are failing. |
d9af85e
to
f0d74cd
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
f0d74cd
to
ec0c741
Compare
This comment was marked as resolved.
This comment was marked as resolved.
dcccbc4
to
bd70f0e
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
bd70f0e
to
98c4e1e
Compare
@J0WI done :) |
I'd like to review, but I changed my mind about putting the html in the container a long time ago. On kubernetes we don't use it anymore and are really happy :) I tried here without much success 🙃 |
I agree with you! This is also what I'm going forward with. There are a few issues related to stateless containers (like updating htaccess), but this is more or less a sanity check if people wanna do it. |
/rebase |
Signed-off-by: John Molakvoæ <[email protected]>
98c4e1e
to
35b8ebf
Compare
Changes: - https///github.com/nextcloud/docker/commit/00c5180: Merge pull request https///github.com/nextcloud/docker/pull/1737 from J0WI/readme-typos - https///github.com/nextcloud/docker/commit/a497f03: Runs update.sh - https///github.com/nextcloud/docker/commit/f511ef2: Minor typos - https///github.com/nextcloud/docker/commit/b842cb3: Merge pull request https///github.com/nextcloud/docker/pull/1728 from nextcloud/feat/simultaneaous-html-init - https///github.com/nextcloud/docker/commit/35b8ebf: Allow simultaneous initialization of common html volume - https///github.com/nextcloud/docker/commit/e76b7ca: Merge pull request https///github.com/nextcloud/docker/pull/1732 from nextcloud/revert-1684-feature/healthcheck - https///github.com/nextcloud/docker/commit/ca1e773: Revert "Add healthcheck" - https///github.com/nextcloud/docker/commit/f9d8052: Merge pull request https///github.com/nextcloud/docker/pull/1684 from TheLastProject/feature/healthcheck - https///github.com/nextcloud/docker/commit/4bb8d00: Create command-rebase.yml - https///github.com/nextcloud/docker/commit/1bd3a50: Merge pull request https///github.com/nextcloud/docker/pull/1730 from nextcloud/add/summary-mandatory-step - https///github.com/nextcloud/docker/commit/8355426: Add healthcheck - https///github.com/nextcloud/docker/commit/58273cd: Merge pull request https///github.com/nextcloud/docker/pull/1698 from t3easy/hide-nginx-infos - https///github.com/nextcloud/docker/commit/2753dad: Add mandatory summary step for branches protection - https///github.com/nextcloud/docker/commit/da935d2: Runs update.sh - https///github.com/nextcloud/docker/commit/e36ca5f: Fix regex for pecl prereleases (https///github.com/nextcloud/docker/pull/1725) - https///github.com/nextcloud/docker/commit/71f4a94: update.sh: Remove unused paths (https///github.com/nextcloud/docker/pull/1723)
Changes: - https///github.com/nextcloud/docker/commit/3f42156: 23.0.4 stable (https///github.com/nextcloud/docker/pull/1738) - https///github.com/nextcloud/docker/commit/00c5180: Merge pull request https///github.com/nextcloud/docker/pull/1737 from J0WI/readme-typos - https///github.com/nextcloud/docker/commit/a497f03: Runs update.sh - https///github.com/nextcloud/docker/commit/f511ef2: Minor typos - https///github.com/nextcloud/docker/commit/b842cb3: Merge pull request https///github.com/nextcloud/docker/pull/1728 from nextcloud/feat/simultaneaous-html-init - https///github.com/nextcloud/docker/commit/35b8ebf: Allow simultaneous initialization of common html volume - https///github.com/nextcloud/docker/commit/e76b7ca: Merge pull request https///github.com/nextcloud/docker/pull/1732 from nextcloud/revert-1684-feature/healthcheck - https///github.com/nextcloud/docker/commit/ca1e773: Revert "Add healthcheck" - https///github.com/nextcloud/docker/commit/f9d8052: Merge pull request https///github.com/nextcloud/docker/pull/1684 from TheLastProject/feature/healthcheck - https///github.com/nextcloud/docker/commit/4bb8d00: Create command-rebase.yml - https///github.com/nextcloud/docker/commit/1bd3a50: Merge pull request https///github.com/nextcloud/docker/pull/1730 from nextcloud/add/summary-mandatory-step - https///github.com/nextcloud/docker/commit/8355426: Add healthcheck - https///github.com/nextcloud/docker/commit/58273cd: Merge pull request https///github.com/nextcloud/docker/pull/1698 from t3easy/hide-nginx-infos - https///github.com/nextcloud/docker/commit/2753dad: Add mandatory summary step for branches protection - https///github.com/nextcloud/docker/commit/da935d2: Runs update.sh - https///github.com/nextcloud/docker/commit/e36ca5f: Fix regex for pecl prereleases (https///github.com/nextcloud/docker/pull/1725) - https///github.com/nextcloud/docker/commit/71f4a94: update.sh: Remove unused paths (https///github.com/nextcloud/docker/pull/1723)
This toggles on the new locking support added to 23.0.4 in: nextcloud/docker#1728 It can be disabled with NEXTCLOUD_INIT_LOCK being set to `false`, but we default it on in our image since we support multiple pods by default.
This toggles on the new locking support added to 23.0.4 in: nextcloud/docker#1728 It can be disabled with NEXTCLOUD_INIT_LOCK being set to `false`, but we default it on in our image since we support multiple pods by default.
This toggles on the new locking support added to 23.0.4 in: nextcloud/docker#1728 It can be disabled with NEXTCLOUD_INIT_LOCK being set to `false`, but we default it on in our image since we support multiple pods by default.
Context
Issue
Solution
/var/www/html