Skip to content

Refresh Docker image for post-Bullseye (maintaining compatibility with and defaulting to it)#26

Merged
razvancrainea merged 2 commits intoOpenSIPS:mainfrom
jwarnier:refresh_docker_image_for_post_bullseye
Apr 1, 2026
Merged

Refresh Docker image for post-Bullseye (maintaining compatibility with and defaulting to it)#26
razvancrainea merged 2 commits intoOpenSIPS:mainfrom
jwarnier:refresh_docker_image_for_post_bullseye

Conversation

@jwarnier
Copy link
Copy Markdown
Contributor

@jwarnier jwarnier commented Apr 1, 2026

Allows selecting the Debian release to use as base image.
Get rid of apt-key (bullseye was the last release to support it).
More cleanup.

Tested successfully a few variations such as:
docker buildx build --platform linux/amd64 -f Dockerfile . --build-arg DEBIAN_RELEASE=trixie --build-arg OPENSIPS_VERSION=3.6 --build-arg OPENSIPS_BUILD=nightly -t opensips:trixie-3.6-nightly
or
docker buildx build --platform linux/amd64 -f Dockerfile . --build-arg DEBIAN_RELEASE=bookworm --build-arg OPENSIPS_VERSION=3.4 -t opensips:bookworm-3.4
Note: I was building these on a Mac with Apple Silicon, so had to force the architecture.

@jwarnier jwarnier changed the title Refresh Docker image for post-Bullseye (maintaining compatibility wit… Refresh Docker image for post-Bullseye (maintaining compatibility with and defaulting to it) Apr 1, 2026
@razvancrainea
Copy link
Copy Markdown
Member

Thank you for your contribution!

@razvancrainea razvancrainea merged commit 56fb3a4 into OpenSIPS:main Apr 1, 2026
@jwarnier jwarnier deleted the refresh_docker_image_for_post_bullseye branch April 1, 2026 14:12
@jwarnier jwarnier mentioned this pull request Apr 1, 2026
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