[DOCKER] Getting version 1.14.3 when pulling "latest" #445

Closed
opened 2025-10-09 18:48:43 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @jicho on GitHub.

Hi,

Today I've received a notification that version 1.15.0 of Planka is released.

When I update met container I'm setting versie 1.14.3 on the settings page...
When I go to ghcr.io/plankanban/planka:latest I see that 1.14.3 is tagged as latest:

image

But according to https://github.com/plankanban/planka tag 1.15.0 is the latest:

image

Any idea why docker isn't pulling the 1.15.0 version? I've tried multiple ways, but when Portainer is done updating (including pulling the latest version) I'm staying on 1.14.3 :(

Thanks for the reaction and keep up the nice work with Planka.

P.S.: I'm using this in my docker-compose:

version: '3.9'

services:
  planka:
    image: ghcr.io/plankanban/planka:latest
    container_name: Planka
    command: >
      bash -c
        "for i in `seq 1 30`; do
          ./start.sh &&
          s=$$? && break || s=$$?;
          echo \"Tried $$i times. Waiting 5 seconds...\";
          sleep 5;
        done; (exit $$s)"
    restart: unless-stopped
    volumes:
      - /volume1/docker/planka/avatars:/app/public/user-avatars
      - /volume1/docker/planka/images:/app/public/project-background-images
      - /volume1/docker/planka/attachments:/app/private/attachments
    ports:
      - 3617:1337
Originally created by @jicho on GitHub. Hi, Today I've received a notification that version 1.15.0 of Planka is released. When I update met container I'm setting versie 1.14.3 on the settings page... When I go to ghcr.io/plankanban/planka:latest I see that 1.14.3 is tagged as latest: ![image](https://github.com/plankanban/planka/assets/610740/a9ef5f5e-2657-4e33-893f-12a3e3108946) But according to https://github.com/plankanban/planka tag 1.15.0 is the latest: ![image](https://github.com/plankanban/planka/assets/610740/07485893-75a9-4abb-a750-1e9e66751125) Any idea why docker isn't pulling the 1.15.0 version? I've tried multiple ways, but when Portainer is done updating (including pulling the latest version) I'm staying on 1.14.3 :( Thanks for the reaction and keep up the nice work with Planka. P.S.: I'm using this in my docker-compose: ``` version: '3.9' services: planka: image: ghcr.io/plankanban/planka:latest container_name: Planka command: > bash -c "for i in `seq 1 30`; do ./start.sh && s=$$? && break || s=$$?; echo \"Tried $$i times. Waiting 5 seconds...\"; sleep 5; done; (exit $$s)" restart: unless-stopped volumes: - /volume1/docker/planka/avatars:/app/public/user-avatars - /volume1/docker/planka/images:/app/public/project-background-images - /volume1/docker/planka/attachments:/app/private/attachments ports: - 3617:1337 ```
Author
Owner

@meltyshev commented on GitHub:

Hi! For some reason the Docker image wasn't built. I'm trying to resolve this issue now.

@meltyshev commented on GitHub: Hi! For some reason the Docker image wasn't built. I'm trying to resolve this issue now.
Author
Owner

@jicho commented on GitHub:

Great, thanks!
And... good luck!

Please don't offer up your weekend for this ;)

@jicho commented on GitHub: Great, thanks! And... good luck! Please don't offer up your weekend for this ;)
Author
Owner

@jicho commented on GitHub:

I'm getting 1.15.0 👍
Thanks!

@jicho commented on GitHub: I'm getting 1.15.0 👍 Thanks!
Author
Owner

@meltyshev commented on GitHub:

Done :) Please try to update.

@meltyshev commented on GitHub: Done :) Please try to update.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#445