File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,10 @@ add-tags: verify-mods
319
319
@[ " ${MODSET} " ] || ( echo " >> env var MODSET is not set" ; exit 1 )
320
320
$(MULTIMOD ) tag -m ${MODSET} -c ${COMMIT}
321
321
322
+ MARKDOWNIMAGE := $(shell awk '$$4=="markdown" {print $$2}' $(DEPENDENCIES_DOCKERFILE ) )
322
323
.PHONY : lint-markdown
323
324
lint-markdown :
324
- docker run --rm -u $(DOCKER_USER ) -v " $( CURDIR) :$( WORKDIR) " avtodev/markdown-lint:v1 -c $(WORKDIR ) /.markdownlint.yaml $(WORKDIR ) /** /* .md
325
+ docker run --rm -u $(DOCKER_USER ) -v " $( CURDIR) :$( WORKDIR) " $( MARKDOWNIMAGE ) -c $(WORKDIR ) /.markdownlint.yaml $(WORKDIR ) /** /* .md
325
326
326
327
.PHONY : verify-readmes
327
328
verify-readmes :
Original file line number Diff line number Diff line change 1
1
# This is a renovate-friendly source of Docker images.
2
2
FROM python:3.13.2-slim-bullseye@sha256:c527a33e5265d0f830994d1b3237d38840a7b7986a8b9374a4b941ac34048190 AS python
3
3
FROM otel/weaver:v0.13.2@sha256:ae7346b992e477f629ea327e0979e8a416a97f7956ab1f7e95ac1f44edf1a893 AS weaver
4
+ FROM avtodev/markdown-lint:v1@sha256:6aeedc2f49138ce7a1cd0adffc1b1c0321b841dc2102408967d9301c031949ee AS markdown
You can’t perform that action at this time.
0 commit comments