You've already forked markdownlint-docker
Compare commits
5 Commits
70dcb7fd0e
...
v0.38.0
Author | SHA1 | Date | |
---|---|---|---|
9a0d1335c2
|
|||
3e3d746ec4 | |||
07fc2cf729 | |||
70cbadba19 | |||
503405a95a |
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/node:20.10.0-alpine3.18 AS build
|
FROM docker.io/library/node:21.4.0-alpine3.18 AS build
|
||||||
|
|
||||||
ARG MARKDOWNLINT_VERSION=master
|
ARG MARKDOWNLINT_VERSION=master
|
||||||
|
|
||||||
|
8
Makefile
8
Makefile
@ -1,6 +1,6 @@
|
|||||||
# MARKDOWNLINT_VERSION
|
# MARKDOWNLINT_VERSION
|
||||||
# Only required to install a specifiy version
|
# Only required to install a specifiy version
|
||||||
MARKDOWNLINT_VERSION?=v0.37.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
MARKDOWNLINT_VERSION?=v0.38.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||||
@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
|
|||||||
|
|
||||||
# MARKDOWNLINT_IMAGE_REGISTRY_NAME
|
# MARKDOWNLINT_IMAGE_REGISTRY_NAME
|
||||||
# Defines the name of the new container to be built using several variables.
|
# Defines the name of the new container to be built using several variables.
|
||||||
MARKDOWNLINT_IMAGE_REGISTRY_NAME:=docker.io
|
MARKDOWNLINT_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||||
MARKDOWNLINT_IMAGE_REGISTRY_USER:=volkerraschek
|
MARKDOWNLINT_IMAGE_REGISTRY_USER:=volker.raschek
|
||||||
|
|
||||||
MARKDOWNLINT_IMAGE_NAMESPACE?=${MARKDOWNLINT_IMAGE_REGISTRY_USER}
|
MARKDOWNLINT_IMAGE_NAMESPACE?=${MARKDOWNLINT_IMAGE_REGISTRY_USER}
|
||||||
MARKDOWNLINT_IMAGE_NAME:=markdownlint
|
MARKDOWNLINT_IMAGE_NAME:=markdownlint
|
||||||
@ -49,4 +49,4 @@ container-image/push:
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Declare the contents of the PHONY variable as phony. We keep that information
|
# Declare the contents of the PHONY variable as phony. We keep that information
|
||||||
# in a variable so we can use it in if_changed.
|
# in a variable so we can use it in if_changed.
|
||||||
.PHONY: ${PHONY}
|
.PHONY: ${PHONY}
|
||||||
|
Reference in New Issue
Block a user