Skip to content

Add NICE and IONICE into distroless image#883

Merged
tamalsaha merged 3 commits intomasterfrom
fix-nice-ionice
Sep 2, 2019
Merged

Add NICE and IONICE into distroless image#883
tamalsaha merged 3 commits intomasterfrom
fix-nice-ionice

Conversation

@hossainemruz
Copy link
Contributor

@hossainemruz hossainemruz commented Aug 29, 2019

Fixes: #882

WONT WORK FOR ARM IMAGES

@hossainemruz hossainemruz requested a review from tamalsaha August 29, 2019 13:21
@hossainemruz hossainemruz changed the title Add NICE and IONICE into distroless image WIP: Add NICE and IONICE into distroless image Aug 29, 2019
@hossainemruz hossainemruz changed the title WIP: Add NICE and IONICE into distroless image Add NICE and IONICE into distroless image Sep 2, 2019
@tamalsaha tamalsaha merged commit 88c8427 into master Sep 2, 2019
@tamalsaha tamalsaha deleted the fix-nice-ionice branch September 2, 2019 12:14
@codecov-io
Copy link

codecov-io commented Sep 2, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@f63d5c1). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #883   +/-   ##
=========================================
  Coverage          ?   32.21%           
=========================================
  Files             ?       13           
  Lines             ?     1279           
  Branches          ?        0           
=========================================
  Hits              ?      412           
  Misses            ?      798           
  Partials          ?       69

Continue to review full report at Codecov.

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

COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}

# Copy "nice" and "ionice".
COPY --from=0 /usr/bin/nice /bin/nice
Copy link
Member

Choose a reason for hiding this comment

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

Did we need this? Isn't nice and ionice already installed in debian:stretch ?

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.

nice and ionice is missing in distroless image

3 participants