Skip to content
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

Image for version 28.0.6 not available on Dockerhub #2229

Closed
shankari opened this issue May 27, 2024 · 15 comments
Closed

Image for version 28.0.6 not available on Dockerhub #2229

shankari opened this issue May 27, 2024 · 15 comments

Comments

@shankari
Copy link

shankari commented May 27, 2024

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?

@elhossary
Copy link

also 29.0.1 not available

@paulchen
Copy link

What I just noticed: Neither 29.0.1 nor 28.0.6 are listed at https://github.com/nextcloud/server/releases. However, when downloading an archive from https://nextcloud.com/install/, you get 29.0.1.

@byquanton
Copy link

They now just got added:
https://github.com/nextcloud/server/releases/tag/v29.0.1
https://github.com/nextcloud/server/releases/tag/v28.0.6

@elhossary
Copy link

Thanks, their docker images not pushed yet

@eibex
Copy link

eibex commented May 29, 2024

They now just got added: https://github.com/nextcloud/server/releases/tag/v29.0.1 https://github.com/nextcloud/server/releases/tag/v28.0.6

That's not indicative. The commit for the new tags on nextcloud/docker was last week: 3b13c02

@DragonQ
Copy link

DragonQ commented May 30, 2024

Yeah there seems to be a lag of 1-2 weeks from an update notification in Nextcloud to a new image actually being available, which is quite annoying. Is there perhaps a way to disable update notifications until there's actually a new image for people using containers?

@zgqq
Copy link

zgqq commented May 30, 2024

Not yet.

@mahoneyr
Copy link

If there's an issue you want to fix quickly (and if your deployment has permissions), it was easier than I thought to build and deploy the image from the GIT repository: https://github.com/nextcloud/docker/tree/master

@disaster123
Copy link

Is there any reason why there is such a delay? Normally the build of new containers should be automated by release tags on github...

@paulchen
Copy link

Since docker-library/official-images#16883 was merged a few hours ago, images for 27.1.10, 28.0.6, and 29.0.1 are now available on Docker Hub.

@24mu13
Copy link

24mu13 commented Jun 11, 2024

Yeah there seems to be a lag of 1-2 weeks from an update notification in Nextcloud to a new image actually being available, which is quite annoying. Is there perhaps a way to disable update notifications until there's actually a new image for people using containers?

nextcloud/server#45785

@pschichtel
Copy link

While a official docker.io/library/nextcloud image is great (and should be kept), has it been considered to publish images else where with more control? E.g. ghcr.io or quay.io ?

@major-mayer
Copy link

It would be very nice if Nextcloud's Docker containers could be upgraded to 29.0.2 as well.
Furthermore, I think it's time to move the stable-fpm tag to 29.

@paulchen
Copy link

It would be very nice if Nextcloud's Docker containers could be upgraded to 29.0.2 as well.

There is already a pull request: docker-library/official-images#16935

However, it is blocked by an ongoing discussion in #2232.

@major-mayer
Copy link

Ahh, thanks for the hint. Happy waiting then until the discussion is resolved 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests