-
Notifications
You must be signed in to change notification settings - Fork 912
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
Build, sign, and publish packages and docker images automatically #1059
Conversation
4661694
to
93b5afe
Compare
/cc @fntlnz |
93b5afe
to
924fef5
Compare
d7b502d
to
dc3bb40
Compare
68a5a03
to
4a446d5
Compare
/milestone 0.21.0 |
0b0a2b3
to
8bab936
Compare
e333a2f
to
598493b
Compare
Co-Authored-By: Leonardo Di Donato <[email protected]> Signed-off-by: Lorenzo Fontana <[email protected]>
Co-Authored-By: Leonardo Di Donato <[email protected]> Signed-off-by: Lorenzo Fontana <[email protected]>
Co-Authored-By: Leonardo Di Donato <[email protected]> Signed-off-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]> Co-authored-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
Co-Authored-By: Leonardo Di Donato <[email protected]> Signed-off-by: Lorenzo Fontana <[email protected]>
Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
Using the VERSION_BUCKET build arguments at docker build time users can now choose from which Falco version to build them. Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
df28098
to
4e5075c
Compare
Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
LGTM label has been added. Git tree hash: e703fbb6401916c05b09d3b51b39f6a866006ec8
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #1019
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, kris-nova The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: Lorenzo Fontana [email protected]
Signed-off-by: Leonardo Di Donato [email protected]
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
Adds steps to let @poiana publish the built packages to the public repositories. Note only packages from the master and git tags will be published.
This way it aims to remove the dependency from the sysdig S3 for hosting DEB, RPM, etc.
Also, this PR introduces a release workflow when there is a git tag on the current commit.
Furthermore, this PR lets the CI build and publish the Falco docker images (which have been simplified a bit and refactored to use the new public repositories).
Which issue(s) this PR fixes:
Fixes #1056
Fixes #1057
Fixes #1062
Fixes #1058
Fixes #1063
Fixes #726
Refs #1019
Refs #705
Special notes for your reviewer:
*-dev
repositories manually*-dev
images in favor of build arguments at build timeDoes this PR introduce a user-facing change?: