Skip to content

Conversation

@ademidoff
Copy link
Member

PMM-7

This pull request updates the Go toolchain version and simplifies the Docker build configuration for RPM builds. The main changes include upgrading to Go 1.24.7, removing unnecessary crypto policy configuration steps, and cleaning up environment variable usage in Dockerfiles.

Go toolchain version update:

  • Upgraded Go version from 1.24.3 to 1.24.7 in go.mod and all relevant Dockerfiles to ensure the use of the latest bug fixes and security patches. [1] [2] [3] [4]

Dockerfile simplifications:

  • Removed installation and configuration of crypto-policies-scripts and related SHA1 policy steps from Dockerfile.el8, Dockerfile.el9, and Dockerfile.hetzner-el9, streamlining the build process. [1] [2] [3]
  • Cleaned up environment variables by removing unused FLAVOR and OS variables in all Dockerfiles, leaving only DIST for clarity. [1] [2] [3]

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.67%. Comparing base (8de1d05) to head (d6257a3).

Additional details and impacted files
@@           Coverage Diff           @@
##               v3    #4703   +/-   ##
=======================================
  Coverage   45.67%   45.67%           
=======================================
  Files         363      363           
  Lines       37654    37654           
=======================================
  Hits        17197    17197           
  Misses      18797    18797           
  Partials     1660     1660           
Flag Coverage Δ
admin 17.92% <ø> (ø)
agent 53.50% <ø> (ø)
managed 46.17% <ø> (ø)
vmproxy 72.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.


RUN dnf update -y && \
dnf install -y crypto-policies-scripts && \
update-crypto-policies --set DEFAULT:SHA1 && \
Copy link
Member Author

Choose a reason for hiding this comment

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

This was necessary at the time when we had NodeJS 18.x onboard, so it's redundant now.

@ademidoff ademidoff marked this pull request as ready for review October 25, 2025 22:50
@ademidoff ademidoff requested a review from a team as a code owner October 25, 2025 22:50
@ademidoff ademidoff requested review from JiriCtvrtka and idoqo and removed request for a team October 25, 2025 22: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