You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
latest branch:
The text was updated successfully, but these errors were encountered: