Skip to content

Improve Dockerfile#351

Merged
adubovikov merged 1 commit into
sipcapture:masterfrom
jwarnier:improve_dockerfile
Jul 3, 2026
Merged

Improve Dockerfile#351
adubovikov merged 1 commit into
sipcapture:masterfrom
jwarnier:improve_dockerfile

Conversation

@jwarnier

@jwarnier jwarnier commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Dockerfile:

  • Allow configuring base Debian image and Golang versions as build arguments
  • Cleanup downloaded Debian packages

Build works with:

  • Debian 12 (Bookworm) and 13 (Trixie)
  • Golang 1.24 and 1.26

Example to trigger this:
docker build --build-arg DEBIAN_RELEASE=trixie --build-arg GOLANG_VERSION=1.26 -f docker/Dockerfile -t heplify:1.26-trixie .

@CLAassistant

CLAassistant commented Jun 5, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@kYroL01 kYroL01 left a comment

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.

seems good to me

@kYroL01
kYroL01 requested a review from adubovikov July 3, 2026 16:51
@adubovikov
adubovikov merged commit 571aa9e into sipcapture:master Jul 3, 2026
3 checks passed
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.

4 participants