diff --git a/bitnami/jupyterhub/3/debian-11/Dockerfile b/bitnami/jupyterhub/3/debian-11/Dockerfile index b654747031f5..0075eefd9b55 100644 --- a/bitnami/jupyterhub/3/debian-11/Dockerfile +++ b/bitnami/jupyterhub/3/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="3.0.0-debian-11-r10" \ + org.opencontainers.image.ref.name="3.0.0-debian-11-r11" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub" \ org.opencontainers.image.title="jupyterhub" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/jupyterhub/README.md b/bitnami/jupyterhub/README.md index 2df795dd18b4..dea722e41efa 100644 --- a/bitnami/jupyterhub/README.md +++ b/bitnami/jupyterhub/README.md @@ -71,10 +71,6 @@ Check the [official Jupyter Hub documentation](https://jupyterhub.readthedocs.io $ docker run --rm --name jupyterhub bitnami/jupyterhub:latest --help-all ``` -## Branch Deprecation Notice - -JupyterHub's branch 1 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 10-28-2022 - ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.