mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
Installer does not replace tags in docker-compose.yml (installer_linux_amd64) #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lesservehicle on GitHub (Feb 8, 2025).
My environment
How to reproduce
Make a new directory and download the installer:
Run the installer, taking the defaults:
It looks like the installer script ought to have replaced "replaceme" with a relevant tag like "latest", as it's used across a couple of files.
Workaround
Manually changing the resultant
./docker-compose.ymland./config/traefik/traefik_config.ymlfiles and then runningdocker composefrom thepangolindirectory resolves the issue:@miloschwartz commented on GitHub (Feb 8, 2025):
Yep this was a bug in a latest installer in the release because it wasn't run through CICD. Just fixed!
@lesservehicle commented on GitHub (Feb 8, 2025):
Wow thanks, just pulled and it works!
@d1same commented on GitHub (Feb 8, 2025):
sorry, so I have to run the wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.12/installer_linux_amd64" && chmod +x ./installer again?
@lesservehicle commented on GitHub (Feb 8, 2025):
Remove the installer, the
./docker-compose.ymlfile and the entire./config/directory it creates, then download and run the installer again from the releases.@miloschwartz commented on GitHub (Feb 8, 2025):
You don't have to run the installer again. You can set the latest versions in the config files. Replace the "replaceme" text. Sorry for the inconvenience!
In docker compose:
Pangolin: 1.0.0-beta.12
Gerbil: 1.0.0-beta.3
In config/traefik/traefik_config.yml:
Badger: v1.0.0-beta.3