You've already forked markdownlint-docker
Compare commits
55 Commits
70cbadba19
...
v0.43.0
Author | SHA1 | Date | |
---|---|---|---|
9a0d322068
|
|||
85232f35ec
|
|||
9a98acc3f8
|
|||
fbe4485390
|
|||
cee3448ba9
|
|||
7e94d45e3e
|
|||
6d6b262aff
|
|||
5ea24f8ac1
|
|||
a45c7b0226
|
|||
69ff8882bf
|
|||
c93b9e2a98
|
|||
1d7938764c
|
|||
cc9d82caf5
|
|||
6ee4867729
|
|||
ef07b0d1e2
|
|||
fe15de5018
|
|||
63acec5e20
|
|||
1a1c00096f
|
|||
9c64c15a0b
|
|||
985b45b270
|
|||
ed67739374
|
|||
3389167379
|
|||
ab88395fa3 | |||
973f792000
|
|||
2c86022e29
|
|||
19858289a2
|
|||
29a2f48ab3
|
|||
7bf19bfc3f
|
|||
344af3a57c
|
|||
2c7ee3bf89
|
|||
6409a633b9
|
|||
8f4c5dd5a2
|
|||
294db6711f
|
|||
65e4781c7f | |||
0525491204
|
|||
745576228d
|
|||
5a39422556
|
|||
b61ce0b251
|
|||
d52001ea39
|
|||
ccecffb7a6
|
|||
3a19e75b1a
|
|||
a1b8691442
|
|||
8376c88cb8
|
|||
aa2ebc733a
|
|||
bcdfecae15
|
|||
8270972414
|
|||
aa28fab730 | |||
8dfe85b81e | |||
9182c584ac | |||
5b87c43174 | |||
b184cf6a18 | |||
2f8c2fca87 | |||
9a0d1335c2
|
|||
3e3d746ec4 | |||
07fc2cf729 |
40
.drone.yml
40
.drone.yml
@ -11,12 +11,12 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.42.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -66,10 +66,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.1
|
||||
image: docker.io/plugins/docker:20.18.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -132,10 +132,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.1
|
||||
image: docker.io/plugins/docker:20.18.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -198,10 +198,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.1
|
||||
image: docker.io/plugins/docker:20.18.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -262,10 +262,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.1
|
||||
image: docker.io/plugins/docker:20.18.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -328,7 +328,7 @@ node_selector:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build-manifest
|
||||
image: docker.io/plugins/manifest:1.4.0
|
||||
@ -385,7 +385,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: latest-sync
|
||||
commands:
|
||||
@ -399,7 +399,7 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
DEST_CRED_PASSWORD:
|
||||
from_secret: container_image_registry_password
|
||||
image: quay.io/skopeo/stable:v1.14.0
|
||||
image: quay.io/skopeo/stable:v1.17.0
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
@ -446,10 +446,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.1
|
||||
image: docker.io/plugins/docker:20.18.5
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: amd64
|
||||
@ -506,10 +506,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.1
|
||||
image: docker.io/plugins/docker:20.18.5
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: arm64-v8
|
||||
@ -571,7 +571,7 @@ node_selector:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build-manifest
|
||||
image: docker.io/plugins/manifest:1.4.0
|
||||
@ -625,7 +625,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: tagged-sync
|
||||
commands:
|
||||
@ -639,7 +639,7 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
DEST_CRED_PASSWORD:
|
||||
from_secret: container_image_registry_password
|
||||
image: quay.io/skopeo/stable:v1.14.0
|
||||
image: quay.io/skopeo/stable:v1.17.0
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:21.4.0-alpine3.18 AS build
|
||||
FROM docker.io/library/node:23.3.0-alpine3.20 AS build
|
||||
|
||||
ARG MARKDOWNLINT_VERSION=master
|
||||
|
||||
|
8
Makefile
8
Makefile
@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specifiy version
|
||||
MARKDOWNLINT_VERSION?=v0.37.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.43.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# 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
|
||||
# Defines the name of the new container to be built using several variables.
|
||||
MARKDOWNLINT_IMAGE_REGISTRY_NAME:=docker.io
|
||||
MARKDOWNLINT_IMAGE_REGISTRY_USER:=volkerraschek
|
||||
MARKDOWNLINT_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||
MARKDOWNLINT_IMAGE_REGISTRY_USER:=volker.raschek
|
||||
|
||||
MARKDOWNLINT_IMAGE_NAMESPACE?=${MARKDOWNLINT_IMAGE_REGISTRY_USER}
|
||||
MARKDOWNLINT_IMAGE_NAME:=markdownlint
|
||||
@ -49,4 +49,4 @@ container-image/push:
|
||||
# ==============================================================================
|
||||
# Declare the contents of the PHONY variable as phony. We keep that information
|
||||
# in a variable so we can use it in if_changed.
|
||||
.PHONY: ${PHONY}
|
||||
.PHONY: ${PHONY}
|
||||
|
@ -1,8 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [ "volker.raschek" ],
|
||||
"automergeStrategy": "merge-commit",
|
||||
"automergeType": "pr",
|
||||
"labels": [ "renovate" ],
|
||||
"packageRules": [
|
||||
{
|
||||
@ -15,7 +13,6 @@
|
||||
"description": "Automatically update patch version of used container images in docker files",
|
||||
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchBaseBranches": [ "master" ],
|
||||
"matchManagers": [ "dockerfile" ],
|
||||
"matchUpdateTypes": [ "minor", "patch" ]
|
||||
},
|
||||
|
Reference in New Issue
Block a user