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

Improve kubeapps-apis dockerfile and docs #6589

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

antgamdia
Copy link
Contributor

Description of the change

Just a minor PR mainly sorting the ARGs and adding some comments to make it easier to find the latest release. Also, making the download of golangci-lint conditional.
Finally, adding GRPC_HEALTH_PROBE_VERSION to the docs, so that we can find it easily.

Benefits

More clear dockerfile

Possible drawbacks

N/A

Applicable issues

N/A

Additional information

N/A

@netlify
Copy link

netlify bot commented Aug 8, 2023

Deploy Preview for kubeapps-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0218136
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/64d24ed317231c0008d7e267
😎 Deploy Preview https://deploy-preview-6589--kubeapps-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

RUN curl -sSL "https://github.com/bufbuild/buf/releases/download/v$BUF_VERSION/buf-Linux-x86_64" -o "/tmp/buf" && chmod +x "/tmp/buf"
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION

# TODO: Remove and instead use built-in gRPC container probes once we're supporting >= 1.24 only. https://kubernetes.io/blog/2022/05/13/grpc-probes-now-in-beta/
Copy link
Contributor

Choose a reason for hiding this comment

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

Just noticed GKE_STABLE_VERSION is now 1.25, so we can remove this and update the chart too (not here).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, we could potentially do it, but it can have some unintended side effects if we sync our chart with Bitnami's. AFAIK, there is still some k8s 1.23 testing in place :(

@antgamdia antgamdia merged commit d461248 into vmware-tanzu:main Aug 9, 2023
@antgamdia antgamdia deleted the improve-dockerfile branch August 9, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants