How do Docker images and GitHib release versions relate for Baby Buddy? #962
Unanswered
skjdghsdjgsdj
asked this question in
Q&A
Replies: 2 comments
-
I assume that’s bleeding edge I think LSIO has a community where you could ask. I’m also not sure how to do what you’re looking for. Happy to adjust the build and release flow to accommodate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I didn't know this was something maintained by someone else, so I can check over there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My
docker-compose.yml
looks vaguely like this:Occasionally I run a
docker compose pull && docker compose up -d
and I get new versions of Baby Buddy, despite no new releases showing up in GitHub. Yes, I'm performing the sin of using an implicit:latest
version tag, but is this pulling a bleeding edge build from themain
branch, the latest stable release from GitHub (doesn't look like it), or something else?Is it possible to change my Docker compose config to opt for the latest stable release from GitHub?
And fret not about the reference to
/root
; this is contained within a Proxmox LXC so it doesn't really have root access to the host.Beta Was this translation helpful? Give feedback.
All reactions