Run update.sh
This commit is contained in:
parent
69ef821f7f
commit
501cb0500f
|
|
@ -14,10 +14,14 @@ WARNING:
|
|||
|
||||
-->
|
||||
|
||||
# IMPORTANT NOTE
|
||||
|
||||
⚠ This image is not officially supported by Nextcloud GmbH, use at your own risk. Use the [All-in-One docker image](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one) for easier deployment.
|
||||
|
||||
# Quick reference
|
||||
|
||||
- **Maintained by**:
|
||||
[Nextcloud](https://github.com/nextcloud/docker)
|
||||
[the Nextcloud community](https://github.com/nextcloud/docker)
|
||||
|
||||
- **Where to get help**:
|
||||
[the Docker Community Slack](https://dockr.ly/comm-slack), [Server Fault](https://serverfault.com/help/on-topic), [Unix & Linux](https://unix.stackexchange.com/help/on-topic), or [Stack Overflow](https://stackoverflow.com/help/on-topic)
|
||||
|
|
@ -59,8 +63,6 @@ A safe home for all your data. Access & share your files, calendars, contacts, m
|
|||
|
||||
> [Nextcloud.com](https://nextcloud.com/)
|
||||
|
||||

|
||||
|
||||
This Docker micro-service image is developed and maintained by the Nextcloud community. Nextcloud GmbH does not offer support for this Docker image. When you are looking to get professional support, you can become an [enterprise](https://nextcloud.com/enterprise/) customer or use [AIO](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one).
|
||||
|
||||
# How to use this image
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ WARNING:
|
|||
[https://github.com/31z4/zookeeper-docker/issues](https://github.com/31z4/zookeeper-docker/issues?q=)
|
||||
|
||||
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
||||
[`amd64`](https://hub.docker.com/r/amd64/zookeeper/), [`arm64v8`](https://hub.docker.com/r/arm64v8/zookeeper/), [`s390x`](https://hub.docker.com/r/s390x/zookeeper/)
|
||||
[`amd64`](https://hub.docker.com/r/amd64/zookeeper/), [`arm64v8`](https://hub.docker.com/r/arm64v8/zookeeper/), [`ppc64le`](https://hub.docker.com/r/ppc64le/zookeeper/), [`s390x`](https://hub.docker.com/r/s390x/zookeeper/)
|
||||
|
||||
- **Published image artifact details**:
|
||||
[repo-info repo's `repos/zookeeper/` directory](https://github.com/docker-library/repo-info/blob/master/repos/zookeeper) ([history](https://github.com/docker-library/repo-info/commits/master/repos/zookeeper))
|
||||
|
|
|
|||
Loading…
Reference in New Issue