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

fix image builder ssl issue and trigger build on pull_request and release #17

Merged
merged 2 commits into from
Jan 26, 2022

Conversation

bergwolf
Copy link
Contributor

  • nydus-snapshotter:latest is built and pushed on each push to main
  • nydus-snapshotter:$release_tag is built and pushed on each release tag
  • nydus-snapshotter:local is built on each pull request but not pushed, for testing purpose

Tested at https://github.com/bergwolf/nydus-snapshotter/actions/workflows/image.yml

Turns out that ubuntu has decided to drop ca-certificates by default.
So we missed it and curl would fail too.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
And tag each image with its release version, or use latest tag for
master push.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
@codecov-commenter
Copy link

Codecov Report

Merging #17 (bbf5ca1) into main (db16238) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   34.56%   34.56%           
=======================================
  Files          18       18           
  Lines        1270     1270           
=======================================
  Hits          439      439           
  Misses        760      760           
  Partials       71       71           

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 db16238...bbf5ca1. Read the comment docs.

Copy link
Member

@changweige changweige left a comment

Choose a reason for hiding this comment

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

LGTM

@changweige changweige merged commit be252a0 into containerd:main Jan 26, 2022
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