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

idxd-config: use distroless:base as base #1715

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tkatila
Copy link
Contributor

@tkatila tkatila commented Apr 23, 2024

No description provided.

RUN apt-get update && apt-get install -y --no-install-recommends accel-config jq && rm -rf /var/lib/apt/lists/\*
RUN mkdir -p /idxd-init/scratch
ARG LIBS="libjson libaccel libjq libtinfo libonig libacl libselinux libpcre2-8"
ARG EXECS="bash env accel-config jq sed grep"
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe worth thinking if it made sense to bring in toybox here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Replacing the debian tools with toybox or just having toybox as it's convenient?

Copy link
Contributor

Choose a reason for hiding this comment

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

replacing bash, env, sed and grep from Debian with toybox

Use toybox tools and adapt idxd-init.sh

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
Use toybox's tools and convert test_fpga to run on toybox sh

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
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

2 participants