Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statically linked binaries in container images #793

Merged
merged 1 commit into from Mar 18, 2022

Conversation

marquiz
Copy link
Contributor

@marquiz marquiz commented Mar 18, 2022

Use statically linked binaries in the agent and webhook container
images. We now have scratch-based images than only contain one file
(which is the agent or webhook binary) - clean and simple. With this we
also ditch the cumbersome clearlinux based build which does not even
support go v1.17 (or later).

Use statically linked binaries in the agent and webhook container
images. We now have scratch-based images than only contain one file
(which is the agent or webhook binary) - clean and simple. With this we
also ditch the cumbersome clearlinux based build which does not even
support go v1.17 (or later).
@codecov-commenter
Copy link

Codecov Report

Merging #793 (2f7f1c5) into master (538e52d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #793   +/-   ##
=======================================
  Coverage   37.53%   37.53%           
=======================================
  Files          55       55           
  Lines        8125     8125           
=======================================
  Hits         3050     3050           
  Misses       4780     4780           
  Partials      295      295           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Contributor

@klihub klihub left a comment

Choose a reason for hiding this comment

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

LGTM

@klihub klihub merged commit 5f0d88c into intel:master Mar 18, 2022
@marquiz marquiz deleted the devel/docker-images branch November 23, 2022 12:49
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.

None yet

4 participants