Skip to content

CI: verify docker build against a pre-defined image - #137

Open
678098 wants to merge 1 commit into
bloomberg:mainfrom
678098:260910_docker_build_check
Open

CI: verify docker build against a pre-defined image#137
678098 wants to merge 1 commit into
bloomberg:mainfrom
678098:260910_docker_build_check

Conversation

@678098

@678098 678098 commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Pin ubuntu26.04 image with openjdk:25 to verify builds in CI. This allows to block dependabot updates that might possibly introduce not supported versions of Maven or other packages.

@678098
678098 requested a review from a team as a code owner September 10, 2026 16:45
@678098
678098 force-pushed the 260910_docker_build_check branch 9 times, most recently from cadc173 to 4995d4f Compare September 10, 2026 17:26
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update \
&& apt-get install -y --reinstall debconf \

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.

Just trying to install maven fails on debconf, this is the only workaround that allows to build

@678098
678098 force-pushed the 260910_docker_build_check branch 2 times, most recently from 3cf6229 to 97c926a Compare September 10, 2026 17:46
Pin ubuntu26.04 image with openjdk:25 to verify builds in CI.
This allows to block dependabot updates that might possibly
introduce not supported versions of Maven or other packages.

Signed-off-by: Evgeny Malygin <emalygin@bloomberg.net>
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