extendeddaemonset icon indicating copy to clipboard operation
extendeddaemonset copied to clipboard

[CONTINT-3761] Use GBI for the internal eds-check image

Open L3n41c opened this issue 10 months ago • 1 comments

What does this PR do?

Migrate the internal extendeddaemonset-check image to GBI.

Motivation

Security folks want all containers running on our internal infra to be based on a GBI golden base image.

Additional Notes

See DataDog/images#5091. The idea is to use GBI for the internal image only and to keep UBI as today for the public one. As the binary is a standalone statically-linked file, it shouldn’t make any difference.

Describe your test plan

Update the version of extendeddaemonset-check in k8s-datadog-agent-ops and check that deployments are still working fine.

L3n41c avatar Apr 02 '24 13:04 L3n41c

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.10%. Comparing base (fcf8307) to head (2ed4beb).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   63.10%   63.10%           
=======================================
  Files          41       41           
  Lines        3098     3098           
=======================================
  Hits         1955     1955           
  Misses       1023     1023           
  Partials      120      120           
Flag Coverage Δ
unittests 63.10% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fcf8307...2ed4beb. Read the comment docs.

codecov-commenter avatar Apr 02 '24 13:04 codecov-commenter