build: refresh imapfilter image to 2.8.2 - #7
Merged
Merged
Conversation
sandipb
force-pushed
the
ci/dgoss-validation
branch
from
May 18, 2026 21:42
e04b700 to
72e93c4
Compare
Why: - Refresh the image so it builds cleanly and ships the current packaged imapfilter release. - Add container validation that can be required on pull requests. Image refresh: - Switch the base image from alpine:latest to alpine:3. - Remove stale explicit libcrypto/libssl installs and unused wget/curl packages. - Keep bash and moreutils as explicit runtime dependencies for the entrypoint. - Continue installing imapfilter from Alpine edge/testing. - Update IMAPFILTER_VERSION to 2.8.2. Testing and CI: - Add goss.yaml container assertions. - Add make test using dgoss and IMAPFILTER_VERSION-driven expectations. - Run CI image validation for both linux/amd64 and linux/arm64. - Fix local dgoss execution on Apple Silicon by using a Linux arm64 goss binary for container-side validation. - Make the image publish job depend on the test job for tag releases. Validation: - Ran make test. - Confirmed dgoss passed all 7 container checks locally.
sandipb
force-pushed
the
ci/dgoss-validation
branch
from
May 18, 2026 22:00
72e93c4 to
b425140
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
imapfilterrelease and simplify the Alpine package setdgoss-based container validation with a localmake testtargetlinux/amd64andlinux/arm64Details
alpine:latesttoalpine:3wget/curlbashandmoreutilsas explicit runtime dependencies for the entrypointimapfilterfrom Alpineedge/testingIMAPFILTER_VERSIONto2.8.2goss.yamlassertions for container contents and entrypoint behaviordgossruns work on Apple Silicon by using a Linuxarm64gossbinary inside the test containerValidation
make test