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

fixing cron in #602 #625

Merged
merged 1 commit into from
Apr 5, 2024
Merged

fixing cron in #602 #625

merged 1 commit into from
Apr 5, 2024

Conversation

AnalogJ
Copy link
Owner

@AnalogJ AnalogJ commented Apr 5, 2024

Updated s6overlay to v3
Note: xz-utils was added as a requirement for s6-overlay (using safe 5.4.1 instead of compromised 5.6.x versions)
fixes #602

Updated s6overlay to v3
Note:  xz-utils was added as a requirement for s6-overlay (using safe 5.4.1 instead of compromised 5.6.x versions)
@@ -41,20 +42,22 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
curl \
smartmontools \
tzdata \
procps \
xz-utils \
Copy link
Owner Author

Choose a reason for hiding this comment

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

note about xz-utils: I'm aware of the vulnerability - the compromised version was removed from the Debian upstream, and is not present in this image.

@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.48%. Comparing base (0febe3f) to head (f74d9c1).
Report is 125 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #625      +/-   ##
==========================================
- Coverage   32.54%   31.48%   -1.06%     
==========================================
  Files          54       29      -25     
  Lines        3045     2763     -282     
  Branches       66        0      -66     
==========================================
- Hits          991      870     -121     
+ Misses       2018     1854     -164     
- Partials       36       39       +3     
Flag Coverage Δ
unittests 31.48% <ø> (-1.06%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnalogJ AnalogJ merged commit 55565e5 into master Apr 5, 2024
15 of 16 checks passed
@AnalogJ AnalogJ deleted the cron_fixes branch April 5, 2024 21:04
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.

[BUG] Cron Schedule not working in v0.8.0
2 participants