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

Build other kanister tools with goboring #1670

Merged
merged 20 commits into from
Oct 19, 2022
Merged

Build other kanister tools with goboring #1670

merged 20 commits into from
Oct 19, 2022

Conversation

bathina2
Copy link
Contributor

@bathina2 bathina2 commented Oct 11, 2022

Change Overview

Build kando with GO boring enabled.
This involves updating the build image to use golang:1.19.2-buster which updates the go version and also uses glibc instead of musl (alpine).

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@github-actions
Copy link
Contributor

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Oct 11, 2022
@bathina2 bathina2 changed the base branch from boring_kopia to boring_kopia_2 October 11, 2022 23:32

LABEL maintainer="Tom Manville<tom@kasten.io>"

RUN apk add --update --no-cache ca-certificates bash git docker curl jq \
&& update-ca-certificates \
&& rm -rf /var/cache/apk/*
Copy link
Contributor

@julio-lopez julio-lopez Oct 13, 2022

Choose a reason for hiding this comment

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

Is this change intended => omitting rm -rf /var/cache/apk/*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah I thought I cleaned that up, will fix it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@julio-lopez wait I did clean it up. Yes it was intended. Will there be an apk cache if we are using apt-get?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, I see. Not an apk cache, but a deb cache. So this needs to be updated for that, not removed altogether.

Copy link
Contributor

@julio-lopez julio-lopez left a comment

Choose a reason for hiding this comment

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

See inline comment, otherwise LGTM 👍🏼

@bathina2 bathina2 changed the base branch from boring_kopia_2 to master October 13, 2022 17:55
@bathina2 bathina2 changed the base branch from master to update_kanister_build October 13, 2022 19:33
Base automatically changed from update_kanister_build to master October 13, 2022 20:23
@bathina2 bathina2 marked this pull request as ready for review October 17, 2022 22:16
@bathina2 bathina2 added the kueue label Oct 19, 2022
Copy link
Contributor

@julio-lopez julio-lopez left a comment

Choose a reason for hiding this comment

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

+1: LG 👍

Kanister automation moved this from In Progress to Reviewer approved Oct 19, 2022
Copy link
Contributor

@julio-lopez julio-lopez left a comment

Choose a reason for hiding this comment

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

This seems safe to merge. Let's merge it, and have it go through the pipeline to surface potential issues.

@infraq infraq merged commit cb29142 into master Oct 19, 2022
@infraq infraq deleted the boring_kando branch October 19, 2022 15:26
Kanister automation moved this from Reviewer approved to Done Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants