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

Docker image nonroot user #119

Merged
merged 2 commits into from
Oct 12, 2023
Merged

Docker image nonroot user #119

merged 2 commits into from
Oct 12, 2023

Conversation

calbritt
Copy link
Contributor

No description provided.

Signed-off-by: Cari Albritton <cari.albritton@kaleido.io>
Signed-off-by: Cari Albritton <cari.albritton@kaleido.io>
WORKDIR /fabconnect
COPY --from=fabconnect-builder /fabconnect/fabconnect ./
COPY --from=fabconnect-builder --chown=1001:0 /fabconnect/fabconnect ./

Choose a reason for hiding this comment

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

we might not need this one here bc of the permissions of /usr/bin are opened up to other linux users normally

@codecov-commenter
Copy link

Codecov Report

Merging #119 (f296c30) into main (a53353d) will not change coverage.
The diff coverage is n/a.

❗ Current head f296c30 differs from pull request most recent head 604c7b7. Consider uploading reports for the commit 604c7b7 to get more accurate results

@@           Coverage Diff           @@
##             main     #119   +/-   ##
=======================================
  Coverage   68.71%   68.71%           
=======================================
  Files          47       47           
  Lines        4482     4482           
=======================================
  Hits         3080     3080           
  Misses       1209     1209           
  Partials      193      193           

@nguyer nguyer merged commit 606c645 into hyperledger:main Oct 12, 2023
2 checks passed
@nguyer nguyer deleted the docker-image branch October 12, 2023 14:03
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.

4 participants