You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
### Description of the change
Just a minor PR mainly sorting the `ARG`s 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>
In some images, some build-time linters are used (e.g., `buf` linter, `gosec` or `golangci-lint` checkers, etc.). When updating the base container image, these linters (like `BUF_VERSION`, `GOLANGCILINT_VERSION`) _should_ be updated to the latest minor/patch version.
25
+
In some images, some build-time linters or tools are used (e.g., `buf` linter, `gosec` or `golangci-lint` checkers,`grpc-health-probe`, etc.).
26
+
When updating the base container image, these tools (like `BUF_VERSION`, `GOLANGCILINT_VERSION`, `GRPC_HEALTH_PROBE_VERSION`) _should_ be updated to the latest minor/patch version.
26
27
27
28
> As part of this release process, these image tags _must_ be updated to the latest minor/patch version. In case of a major version, the change _should_ be tracked in a separate PR.
28
29
> **Note**: as the official container images are those being created by Bitnami, we _should_ ensure that we are using the same major version as they are using.
0 commit comments