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

Configure renovate updates for more docker images #3700

Merged
merged 14 commits into from
Jun 29, 2024
Prev Previous commit
Next Next commit
Configure renovate for dockerfile linters
  • Loading branch information
echoix committed Jun 27, 2024
commit cc2cc6d64fbfd0cf81a1601cd0ab00dd6ca593c4
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ linters:
- "hadolint --config .hadolint.yml Dockerfile"
install:
dockerfile:
- FROM hadolint/hadolint:v2.12.0-alpine as hadolint
- |-
# renovate: datasource=docker depName=hadolint/hadolint
ARG DOCKERFILE_HADOLINT_VERSION=v2.12.0-alpine
- FROM hadolint/hadolint:${DOCKERFILE_HADOLINT_VERSION} as hadolint
- COPY --link --from=hadolint /bin/hadolint /usr/bin/hadolint
ide:
atom:
Expand Down