Skip to content

feat: upgrade base image and allow advertise url to be set#17

Merged
jwnx merged 2 commits into
masterfrom
jwnx/feat-update-dockerfile-and-overwrite-advertise-url
Apr 23, 2026
Merged

feat: upgrade base image and allow advertise url to be set#17
jwnx merged 2 commits into
masterfrom
jwnx/feat-update-dockerfile-and-overwrite-advertise-url

Conversation

@jwnx

@jwnx jwnx commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Buster reached EOL, so we upgrade the base image to bookworm. Also,
allow ETCD_ADVERTISE_CLIENT_URLS to be set. Useful for private
networking.

Signed-off-by: Juliana Oliveira juliana@fly.io

Buster reached EOL, so we upgrade the base image to bookworm. Also,
allow ETCD_ADVERTISE_CLIENT_URLS to be set. Useful for private
networking.

Signed-off-by: Juliana Oliveira <juliana@fly.io>
@gargakshit

Copy link
Copy Markdown
Contributor

bookworm

Why don't we upgrade right up to trixie?

Comment thread Dockerfile Outdated
&& tar xzvf /tmp/etcd-${ETCD_VERSION}-linux-amd64.tar.gz -C /usr/local/bin --strip-components=1

FROM debian:buster-slim
FROM debian:bookworm-slim

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FROM debian:bookworm-slim
FROM debian:trixie-slim

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Signed-off-by: Juliana Oliveira <juliana@fly.io>
@jwnx jwnx merged commit 031f83a into master Apr 23, 2026
@gargakshit gargakshit deleted the jwnx/feat-update-dockerfile-and-overwrite-advertise-url branch May 6, 2026 08:50
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

Successfully merging this pull request may close these issues.

2 participants