You've already forked markdownlint-docker
							
							Compare commits
	
		
			91 Commits
		
	
	
		
			v0.36.0
			...
			f63f5bcd58
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f63f5bcd58 | |||
| db231d8039 | |||
| ce17b2c90e | |||
| 7166d5334c | |||
| b186d0379f | |||
| 5de23c370f | |||
| 578421ec7a | |||
| 3431c5c56e | |||
| 5b01c18404 | |||
| f6a23f8aad | |||
| f622fa4309 | |||
| ea289ba1a4 | |||
| e51678d14d | |||
| 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 | |||
| 70cbadba19 | |||
| 503405a95a | |||
| 70dcb7fd0e | |||
| f320edda8c | |||
| cb7cdf5f44 | |||
| f8e2bfcafd | |||
| 230476364d | |||
| 834c4ee1ae | |||
| 252979c667 | |||
| 8667affd41 | |||
| 533c9829b3 | |||
| ee3bf1b33b | |||
| ffe97a3de9 | |||
| cfc54e9f3c | |||
| 39619bba92 | |||
| abd9fcec28 | |||
| ea23fa16d8 | |||
| 0f0c9c3681 | |||
| 0e360e96c7 | |||
| c1d1f1d729 | |||
| 9259302166 | |||
| 8d8d18e583 | |||
| 8c151e4a9f | 
							
								
								
									
										254
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										254
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -11,12 +11,12 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: markdown lint | - name: markdown lint | ||||||
|   commands: |   commands: | ||||||
|   - markdownlint *.md |   - markdownlint *.md | ||||||
|   image: git.cryptic.systems/volker.raschek/markdownlint:0.35.0 |   image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 150 |       cpu: 150 | ||||||
| @@ -34,7 +34,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 150 |       cpu: 150 | ||||||
| @@ -66,10 +66,10 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.10.9 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     dockerfile: Dockerfile |     dockerfile: Dockerfile | ||||||
| @@ -99,73 +99,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   when: |  | ||||||
|     status: |  | ||||||
|     - changed |  | ||||||
|     - failure |  | ||||||
|  |  | ||||||
| trigger: |  | ||||||
|   branch: |  | ||||||
|     exclude: |  | ||||||
|     - master |  | ||||||
|   event: |  | ||||||
|   - pull_request |  | ||||||
|   - push |  | ||||||
|   repo: |  | ||||||
|   - volker.raschek/markdownlint-docker |  | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: dry-run-arm-v7 |  | ||||||
|  |  | ||||||
| clone: |  | ||||||
|   disable: true |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
| - name: clone |  | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |  | ||||||
|  |  | ||||||
| - name: build |  | ||||||
|   image: docker.io/plugins/docker:20.10.9 |  | ||||||
|   settings: |  | ||||||
|     auto_tag: false |  | ||||||
|     dockerfile: Dockerfile |  | ||||||
|     dry_run: true |  | ||||||
|     force_tag: true |  | ||||||
|     no_cache: true |  | ||||||
|     purge: true |  | ||||||
|     mirror: |  | ||||||
|       from_secret: docker_io_mirror |  | ||||||
|     registry: git.cryptic.systems |  | ||||||
|     repo: git.cryptic.systems/volker.raschek/markdownlint |  | ||||||
|     tags: latest-arm-v7 |  | ||||||
|     username: |  | ||||||
|       from_secret: git_cryptic_systems_container_registry_user |  | ||||||
|     password: |  | ||||||
|       from_secret: git_cryptic_systems_container_registry_password |  | ||||||
|  |  | ||||||
| - name: email-notification |  | ||||||
|   environment: |  | ||||||
|     SMTP_FROM_ADDRESS: |  | ||||||
|       from_secret: smtp_from_address |  | ||||||
|     SMTP_FROM_NAME: |  | ||||||
|       from_secret: smtp_from_name |  | ||||||
|     SMTP_HOST: |  | ||||||
|       from_secret: smtp_host |  | ||||||
|     SMTP_USERNAME: |  | ||||||
|       from_secret: smtp_username |  | ||||||
|     SMTP_PASSWORD: |  | ||||||
|       from_secret: smtp_password |  | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -198,10 +132,10 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.10.9 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     dockerfile: Dockerfile |     dockerfile: Dockerfile | ||||||
| @@ -231,7 +165,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -264,10 +198,10 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.10.9 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     dockerfile: Dockerfile |     dockerfile: Dockerfile | ||||||
| @@ -296,71 +230,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   when: |  | ||||||
|     status: |  | ||||||
|     - changed |  | ||||||
|     - failure |  | ||||||
|  |  | ||||||
| trigger: |  | ||||||
|   branch: |  | ||||||
|   - master |  | ||||||
|   event: |  | ||||||
|   - cron |  | ||||||
|   - push |  | ||||||
|   repo: |  | ||||||
|   - volker.raschek/markdownlint-docker |  | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: latest-arm-v7 |  | ||||||
|  |  | ||||||
| clone: |  | ||||||
|   disable: true |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
| - name: clone |  | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |  | ||||||
|  |  | ||||||
| - name: build |  | ||||||
|   image: docker.io/plugins/docker:20.10.9 |  | ||||||
|   settings: |  | ||||||
|     auto_tag: false |  | ||||||
|     dockerfile: Dockerfile |  | ||||||
|     force_tag: true |  | ||||||
|     no_cache: true |  | ||||||
|     purge: true |  | ||||||
|     mirror: |  | ||||||
|       from_secret: docker_io_mirror |  | ||||||
|     registry: git.cryptic.systems |  | ||||||
|     repo: git.cryptic.systems/volker.raschek/markdownlint |  | ||||||
|     tags: latest-arm-v7 |  | ||||||
|     username: |  | ||||||
|       from_secret: git_cryptic_systems_container_registry_user |  | ||||||
|     password: |  | ||||||
|       from_secret: git_cryptic_systems_container_registry_password |  | ||||||
|  |  | ||||||
| - name: email-notification |  | ||||||
|   environment: |  | ||||||
|     SMTP_FROM_ADDRESS: |  | ||||||
|       from_secret: smtp_from_address |  | ||||||
|     SMTP_FROM_NAME: |  | ||||||
|       from_secret: smtp_from_name |  | ||||||
|     SMTP_HOST: |  | ||||||
|       from_secret: smtp_host |  | ||||||
|     SMTP_USERNAME: |  | ||||||
|       from_secret: smtp_username |  | ||||||
|     SMTP_PASSWORD: |  | ||||||
|       from_secret: smtp_password |  | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -392,10 +262,10 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.10.9 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     dockerfile: Dockerfile |     dockerfile: Dockerfile | ||||||
| @@ -424,7 +294,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -449,7 +319,6 @@ clone: | |||||||
|  |  | ||||||
| depends_on: | depends_on: | ||||||
| - latest-amd64 | - latest-amd64 | ||||||
| - latest-arm-v7 |  | ||||||
| - latest-arm64-v8 | - latest-arm64-v8 | ||||||
|  |  | ||||||
| # docker.io/plugins/manifest only for amd64 architectures available | # docker.io/plugins/manifest only for amd64 architectures available | ||||||
| @@ -459,7 +328,7 @@ node_selector: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build-manifest | - name: build-manifest | ||||||
|   image: docker.io/plugins/manifest:1.4.0 |   image: docker.io/plugins/manifest:1.4.0 | ||||||
| @@ -484,7 +353,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 150 |       cpu: 150 | ||||||
| @@ -516,7 +385,7 @@ depends_on: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: latest-sync | - name: latest-sync | ||||||
|   commands: |   commands: | ||||||
| @@ -530,7 +399,7 @@ steps: | |||||||
|       from_secret: container_image_registry_user |       from_secret: container_image_registry_user | ||||||
|     DEST_CRED_PASSWORD: |     DEST_CRED_PASSWORD: | ||||||
|       from_secret: container_image_registry_password |       from_secret: container_image_registry_password | ||||||
|   image: quay.io/skopeo/stable:v1.13.2 |   image: quay.io/skopeo/stable:v1.18.0 | ||||||
|  |  | ||||||
| - name: email-notification | - name: email-notification | ||||||
|   environment: |   environment: | ||||||
| @@ -544,7 +413,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 150 |       cpu: 150 | ||||||
| @@ -577,10 +446,10 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.10.9 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: true |     auto_tag: true | ||||||
|     auto_tag_suffix: amd64 |     auto_tag_suffix: amd64 | ||||||
| @@ -611,67 +480,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   when: |  | ||||||
|     status: |  | ||||||
|     - changed |  | ||||||
|     - failure |  | ||||||
|  |  | ||||||
| trigger: |  | ||||||
|   event: |  | ||||||
|   - tag |  | ||||||
|   repo: |  | ||||||
|   - volker.raschek/markdownlint-docker |  | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: tagged-arm-v7 |  | ||||||
|  |  | ||||||
| clone: |  | ||||||
|   disable: true |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
| - name: clone |  | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |  | ||||||
|  |  | ||||||
| - name: build |  | ||||||
|   image: docker.io/plugins/docker:20.10.9 |  | ||||||
|   settings: |  | ||||||
|     auto_tag: true |  | ||||||
|     auto_tag_suffix: arm-v7 |  | ||||||
|     dockerfile: Dockerfile |  | ||||||
|     force_tag: true |  | ||||||
|     no_cache: true |  | ||||||
|     purge: true |  | ||||||
|     mirror: |  | ||||||
|       from_secret: docker_io_mirror |  | ||||||
|     registry: git.cryptic.systems |  | ||||||
|     repo: git.cryptic.systems/volker.raschek/markdownlint |  | ||||||
|     username: |  | ||||||
|       from_secret: git_cryptic_systems_container_registry_user |  | ||||||
|     password: |  | ||||||
|       from_secret: git_cryptic_systems_container_registry_password |  | ||||||
|     build_args: |  | ||||||
|     - MARKDOWNLINT_VERSION=${DRONE_TAG} |  | ||||||
|  |  | ||||||
| - name: email-notification |  | ||||||
|   environment: |  | ||||||
|     SMTP_FROM_ADDRESS: |  | ||||||
|       from_secret: smtp_from_address |  | ||||||
|     SMTP_FROM_NAME: |  | ||||||
|       from_secret: smtp_from_name |  | ||||||
|     SMTP_HOST: |  | ||||||
|       from_secret: smtp_host |  | ||||||
|     SMTP_USERNAME: |  | ||||||
|       from_secret: smtp_username |  | ||||||
|     SMTP_PASSWORD: |  | ||||||
|       from_secret: smtp_password |  | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -697,10 +506,10 @@ platform: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.10.9 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: true |     auto_tag: true | ||||||
|     auto_tag_suffix: arm64-v8 |     auto_tag_suffix: arm64-v8 | ||||||
| @@ -731,7 +540,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -753,7 +562,6 @@ clone: | |||||||
|  |  | ||||||
| depends_on: | depends_on: | ||||||
| - tagged-amd64 | - tagged-amd64 | ||||||
| - tagged-arm-v7 |  | ||||||
| - tagged-arm64-v8 | - tagged-arm64-v8 | ||||||
|  |  | ||||||
| # docker.io/plugins/manifest only for amd64 architectures available | # docker.io/plugins/manifest only for amd64 architectures available | ||||||
| @@ -763,7 +571,7 @@ node_selector: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build-manifest | - name: build-manifest | ||||||
|   image: docker.io/plugins/manifest:1.4.0 |   image: docker.io/plugins/manifest:1.4.0 | ||||||
| @@ -788,7 +596,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 150 |       cpu: 150 | ||||||
| @@ -817,7 +625,7 @@ depends_on: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: clone | - name: clone | ||||||
|   image: git.cryptic.systems/volker.raschek/git:1.2.1 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: tagged-sync | - name: tagged-sync | ||||||
|   commands: |   commands: | ||||||
| @@ -831,7 +639,7 @@ steps: | |||||||
|       from_secret: container_image_registry_user |       from_secret: container_image_registry_user | ||||||
|     DEST_CRED_PASSWORD: |     DEST_CRED_PASSWORD: | ||||||
|       from_secret: container_image_registry_password |       from_secret: container_image_registry_password | ||||||
|   image: quay.io/skopeo/stable:v1.13.2 |   image: quay.io/skopeo/stable:v1.18.0 | ||||||
|  |  | ||||||
| - name: email-notification | - name: email-notification | ||||||
|   environment: |   environment: | ||||||
| @@ -845,7 +653,7 @@ steps: | |||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     SMTP_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|   image: git.cryptic.systems/volker.raschek/drone-email:0.1.2 |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 150 |       cpu: 150 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM docker.io/library/node:20.5.1-alpine3.18 AS build | FROM docker.io/library/node:23.10.0-alpine3.20 AS build | ||||||
|  |  | ||||||
| ARG MARKDOWNLINT_VERSION=master | ARG MARKDOWNLINT_VERSION=master | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								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.36.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli | MARKDOWNLINT_VERSION?=v0.44.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 | ||||||
|   | |||||||
| @@ -11,11 +11,6 @@ manifests: | |||||||
|     platform: |     platform: | ||||||
|       architecture: amd64 |       architecture: amd64 | ||||||
|       os: linux |       os: linux | ||||||
|   - image: git.cryptic.systems/volker.raschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-arm-v7 |  | ||||||
|     platform: |  | ||||||
|       architecture: arm |  | ||||||
|       os: linux |  | ||||||
|       variant: v7 |  | ||||||
|   - image: git.cryptic.systems/volker.raschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-arm64-v8 |   - image: git.cryptic.systems/volker.raschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-arm64-v8 | ||||||
|     platform: |     platform: | ||||||
|       architecture: arm64 |       architecture: arm64 | ||||||
|   | |||||||
| @@ -1,8 +1,6 @@ | |||||||
| { | { | ||||||
|   "$schema": "https://docs.renovatebot.com/renovate-schema.json", |   "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||||||
|   "assignees": [ "volker.raschek" ], |   "assignees": [ "volker.raschek" ], | ||||||
|   "automergeStrategy": "merge-commit", |  | ||||||
|   "automergeType": "pr", |  | ||||||
|   "labels": [ "renovate" ], |   "labels": [ "renovate" ], | ||||||
|   "packageRules": [ |   "packageRules": [ | ||||||
|     { |     { | ||||||
| @@ -15,7 +13,6 @@ | |||||||
|       "description": "Automatically update patch version of used container images in docker files", |       "description": "Automatically update patch version of used container images in docker files", | ||||||
|       "addLabels": [ "renovate/container-image", "renovate/automerge" ], |       "addLabels": [ "renovate/container-image", "renovate/automerge" ], | ||||||
|       "automerge": true, |       "automerge": true, | ||||||
|       "matchBaseBranches": [ "master" ], |  | ||||||
|       "matchManagers": [ "dockerfile" ], |       "matchManagers": [ "dockerfile" ], | ||||||
|       "matchUpdateTypes": [ "minor", "patch" ] |       "matchUpdateTypes": [ "minor", "patch" ] | ||||||
|     }, |     }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user