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

EES-574 Use ubuntu for docker image and run as nobody #448

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

vgarvardt
Copy link
Contributor

No description provided.

@vgarvardt vgarvardt requested a review from a team August 17, 2020 10:21
Copy link
Contributor

@s4nji s4nji left a comment

Choose a reason for hiding this comment

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

+1 lgtm

@codecov
Copy link

codecov bot commented Aug 17, 2020

Codecov Report

Merging #448 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #448   +/-   ##
=======================================
  Coverage   45.14%   45.14%           
=======================================
  Files          77       77           
  Lines        2700     2700           
=======================================
  Hits         1219     1219           
  Misses       1402     1402           
  Partials       79       79           

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 a3b8a78...90dcf4a. Read the comment docs.

@fftorres
Copy link
Contributor

fftorres commented Aug 17, 2020

+1

Approved with Zappr Approved with Zappr Approved with Zappr Approved with Zappr

@vgarvardt vgarvardt merged commit 5bdca27 into master Aug 17, 2020
@vgarvardt vgarvardt deleted the patch/docker-image-ubuntu branch August 17, 2020 12:27
@@ -1,30 +1,33 @@
FROM golang:1.14-alpine AS builder
Copy link
Contributor

Choose a reason for hiding this comment

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

Please don't mix ubuntu for run and alpine for build it's known to cause errors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It will go away in the next PR. This one was only about changing runtime. Btw, CGO_ENABLED=0 kinda solves a problem with building/running in glibc/musl-libc envs.

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