Skip to content

Image for version 28.0.6 not available on Dockerhub #2229

Description

@shankari

I run a standard docker-based install using the [version]-apache base images.

I am trying to catch up on upgrades to the nextcloud server now, and have made it up to 28.0.5

  • docker-compose.yml
  app:
    build: ./app
    ports:
      - 9398:80
    volumes:
      - /[redacted]:/var/www/html
      - /[redacted]:/data
    restart: always
    env_file:
      - db.env
    depends_on:
      - db
  • app/Dockerfile
FROM nextcloud:28.0.5-apache

RUN set -ex; \
    \
    apt-get update; \
...

There is no 28.06 image available on dockerhub.

  • Searching for 28.0 finds the 28.0.5 image as the latest
Screen Shot 2024-05-26 at 6 37 50 PM

And 28.0.6 is not visible in the list of tags either

Screen Shot 2024-05-26 at 6 38 52 PM

However, the nextcloud admin interface asks me to upgrade to 28.0.6 before I upgrade to 29

Screen Shot 2024-05-26 at 6 40 49 PM

Can you please publish an image for 28.0.6?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions