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

Update Dockerfile to use vapor base images #234

Merged
merged 4 commits into from
Dec 5, 2018
Merged

Conversation

edaniszewski
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Dec 5, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   87.83%   87.83%           
=======================================
  Files          46       46           
  Lines        1381     1381           
=======================================
  Hits         1213     1213           
  Misses        168      168

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 0bb87b5...0d08c14. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 5, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   87.83%   87.83%           
=======================================
  Files          46       46           
  Lines        1381     1381           
=======================================
  Hits         1213     1213           
  Misses        168      168

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 0bb87b5...0d08c14. Read the comment docs.

Copy link
Contributor

@marcoceppi marcoceppi left a comment

Choose a reason for hiding this comment

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

LGTM!

RUN apt-get update && apt-get install --no-install-recommends -y wget \
&& wget https://github.com/krallin/tini/releases/download/v0.18.0/tini_0.18.0-amd64.deb \
&& dpkg -i tini_*.deb \
&& rm tini_*.deb \
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like tini was added to 18.10 and beyond. So we should be able to get it available through apt eventually

@edaniszewski edaniszewski merged commit 255c3da into master Dec 5, 2018
@edaniszewski edaniszewski deleted the vapor-base branch December 5, 2018 17:00
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