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

Docker container in dev tag remains on v1.2.3 #198

Open
christophedc0 opened this issue Nov 23, 2024 · 1 comment
Open

Docker container in dev tag remains on v1.2.3 #198

christophedc0 opened this issue Nov 23, 2024 · 1 comment

Comments

@christophedc0
Copy link

Hi,

The docker image was successfully updated to the newest version, 4 days ago.
However it keeps mentioning in the container v1.2.3 instead of v1.2.4 which is now available.
Docker remove image was done prior to this.

I would assume that dev is always ahead of latest branch, so I think the version number was not updated in dev branch?

Dev branch:

 docker pull drazzilb08/daps:dev
dev: Pulling from drazzilb08/daps
Digest: sha256:cc2a647a1b5cdc7d98cbf87f5d52fbc045582ad9ed0d06bc3962bbdbdbc15523
Status: Image is up to date for drazzilb08/daps:dev
docker.io/drazzilb08/daps:dev
docker logs daps

---------------------------------------------------------
     _____          _____   _____ 
    |  __ \   /\   |  __ \ / ____|
    | |  | | /  \  | |__) | (___  
    | |  | |/ /\ \ |  ___/ \___ \ 
    | |__| / ____ \| |     ____) |
    |_____/_/    \_\_|    |_____/ 
     (Drazzilb's Arr PMM Scripts)
                               
        PUID:           911
        PGID:           65536
        UMASK:          000
        BRANCH:         dev
        VERSION:        1.2.3
        CONFIG_DIR:     /config
        RCLONE_CONFIG:  /config/rclone/rclone.conf
        APPDATA Path    /appdata
        LOG_DIR:        /config/logs
---------------------------------------------------------

File config.sample.yml is up to date
Starting daps as root running daps with UID: 911 and GID: 65536

**************************** MAIN Version: 1.2.3 *****************************

Starting the script...
New version available
Current Version: 1.2.3
GitHub Version: 1.2.4
Next version check: Sunday 01:17 PM

latest branch:

docker logs daps

---------------------------------------------------------
     _____          _____   _____ 
    |  __ \   /\   |  __ \ / ____|
    | |  | | /  \  | |__) | (___  
    | |  | |/ /\ \ |  ___/ \___ \ 
    | |__| / ____ \| |     ____) |
    |_____/_/    \_\_|    |_____/ 
     (Drazzilb's Arr PMM Scripts)
                               
        PUID:           911
        PGID:           65536
        UMASK:          000
        BRANCH:         refs/tags/v1.2.4
        VERSION:        1.2.4
        CONFIG_DIR:     /config
        RCLONE_CONFIG:  /config/rclone/rclone.conf
        APPDATA Path    /appdata
        LOG_DIR:        /config/logs
---------------------------------------------------------

File config.sample.yml is up to date
Starting daps as root running daps with UID: 911 and GID: 65536

**************************** MAIN Version: 1.2.4 *****************************

Starting the script...
Next version check: Sunday 01:17 PM
@christophedc0
Copy link
Author

Update with info from Elbulus on discord.
https://discord.com/channels/492590071455940612/1196115703204421745/1309883877703155713

Dev branch appears to have failed building (red mark instead of green)
https://github.com/Drazzilb08/daps/actions/runs/11905599736/job/33176356357

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

1 participant