You've already forked markdownlint-docker
Compare commits
23 Commits
9182c584ac
...
v0.41.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
19858289a2
|
|||
|
29a2f48ab3
|
|||
|
7bf19bfc3f
|
|||
|
344af3a57c
|
|||
|
2c7ee3bf89
|
|||
|
6409a633b9
|
|||
|
8f4c5dd5a2
|
|||
|
294db6711f
|
|||
| 65e4781c7f | |||
|
0525491204
|
|||
|
745576228d
|
|||
|
5a39422556
|
|||
|
b61ce0b251
|
|||
|
d52001ea39
|
|||
|
ccecffb7a6
|
|||
|
3a19e75b1a
|
|||
|
a1b8691442
|
|||
|
8376c88cb8
|
|||
|
aa2ebc733a
|
|||
|
bcdfecae15
|
|||
|
8270972414
|
|||
| aa28fab730 | |||
| 8dfe85b81e |
18
.drone.yml
18
.drone.yml
@@ -16,7 +16,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.38.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.40.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@@ -69,7 +69,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.2
|
||||
image: docker.io/plugins/docker:20.17.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@@ -135,7 +135,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.2
|
||||
image: docker.io/plugins/docker:20.17.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@@ -201,7 +201,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.2
|
||||
image: docker.io/plugins/docker:20.17.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@@ -265,7 +265,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.2
|
||||
image: docker.io/plugins/docker:20.17.5
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@@ -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.15.0
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
@@ -449,7 +449,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.2
|
||||
image: docker.io/plugins/docker:20.17.5
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: amd64
|
||||
@@ -509,7 +509,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.2
|
||||
image: docker.io/plugins/docker:20.17.5
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: arm64-v8
|
||||
@@ -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.15.0
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:21.5.0-alpine3.18 AS build
|
||||
FROM docker.io/library/node:22.2.0-alpine3.19 AS build
|
||||
|
||||
ARG MARKDOWNLINT_VERSION=master
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specifiy version
|
||||
MARKDOWNLINT_VERSION?=v0.38.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.41.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [ "volker.raschek" ],
|
||||
"automergeStrategy": "merge-commit",
|
||||
"automergeType": "pr",
|
||||
"labels": [ "renovate" ],
|
||||
"packageRules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user