Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Improve kubeapps-apis dockerfile and docs#6589

Merged
antgamdia merged 1 commit into
vmware-tanzu:mainfrom
antgamdia:improve-dockerfile
Aug 9, 2023
Merged

Improve kubeapps-apis dockerfile and docs#6589
antgamdia merged 1 commit into
vmware-tanzu:mainfrom
antgamdia:improve-dockerfile

Conversation

@antgamdia
Copy link
Copy Markdown
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

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
@netlify
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants