Compare commits
2 Commits
1e2cd8a123
...
6845305d74
Author | SHA1 | Date | |
---|---|---|---|
6845305d74 | |||
bf90bd6727 |
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
|||||||
# YAMLLINT_VERSION
|
# YAMLLINT_VERSION
|
||||||
# Only required to install a specifiy version
|
# Only required to install a specifiy version
|
||||||
YAMLLINT_VERSION?=v1.28.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
|
YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
|
||||||
|
|
||||||
# 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)
|
|||||||
|
|
||||||
# YAMLLINT_IMAGE_REGISTRY_NAME
|
# YAMLLINT_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.
|
||||||
YAMLLINT_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
YAMLLINT_IMAGE_REGISTRY_NAME?=git.cryptic.systems
|
||||||
YAMLLINT_IMAGE_REGISTRY_USER:=volker.raschek
|
YAMLLINT_IMAGE_REGISTRY_USER?=volker.raschek
|
||||||
|
|
||||||
YAMLLINT_IMAGE_NAMESPACE?=${YAMLLINT_IMAGE_REGISTRY_USER}
|
YAMLLINT_IMAGE_NAMESPACE?=${YAMLLINT_IMAGE_REGISTRY_USER}
|
||||||
YAMLLINT_IMAGE_NAME:=yamllint
|
YAMLLINT_IMAGE_NAME:=yamllint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user