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 versions #1628

Merged
merged 2 commits into from
May 9, 2022
Merged

Update dockerfile versions #1628

merged 2 commits into from
May 9, 2022

Conversation

mfelsche
Copy link
Member

@mfelsche mfelsche commented May 9, 2022

Pull request

Description

This also removes the installation step of installing libcurl and libssl :)

Related

Checklist

  • The RFC, if required, has been submitted and approved
  • Any user-facing impact of the changes is reflected in docs.tremor.rs
  • The code is tested
  • Use of unsafe code is reasoned about in a comment
  • Update CHANGELOG.md appropriately, recording any changes, bug fixes, or other observable changes in behavior
  • The performance impact of the change is measured (see below)

Performance

Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de>
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #1628 (113b809) into main (29c39e2) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1628   +/-   ##
=======================================
  Coverage   85.61%   85.61%           
=======================================
  Files         232      232           
  Lines       47109    47109           
=======================================
+ Hits        40332    40334    +2     
+ Misses       6777     6775    -2     
Flag Coverage Δ
unittests 85.61% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/system/flow_supervisor.rs 85.59% <0.00%> (-0.85%) ⬇️
src/connectors/source.rs 80.48% <0.00%> (-0.12%) ⬇️
tremor-value/src/value.rs 98.90% <0.00%> (ø)
src/version.rs 87.50% <0.00%> (+12.50%) ⬆️

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 29c39e2...113b809. Read the comment docs.

@coveralls
Copy link
Collaborator

coveralls commented May 9, 2022

Pull Request Test Coverage Report for Build 2293954015

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.08%) to 85.533%

Files with Coverage Reduction New Missed Lines %
src/connectors/source.rs 1 80.48%
src/system/flow_supervisor.rs 1 85.59%
tremor-value/src/value.rs 1 98.9%
Totals Coverage Status
Change from base Build 2293881266: -0.08%
Covered Lines: 40026
Relevant Lines: 46796

💛 - Coveralls

Copy link
Member

@Licenser Licenser left a comment

Choose a reason for hiding this comment

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

🚀

@Licenser Licenser enabled auto-merge (rebase) May 9, 2022 11:50
@Licenser Licenser merged commit f5e9504 into main May 9, 2022
@Licenser Licenser deleted the update-dockerfiles branch May 9, 2022 12:14
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

3 participants