You've already forked markdownlint-docker
							
							Compare commits
	
		
			129 Commits
		
	
	
		
			v0.31.1
			...
			fcc807c66f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| fcc807c66f | |||
| 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 | |||
| 807cc76904 | |||
| 40cf201e55 | |||
| decd824748 | |||
| 1261bd2077 | |||
| e93c4a7b77 | |||
| 389fe5e76e | |||
| 6cbf662b91 | |||
| 1b36727eb9 | |||
| e6435bfa1e | |||
| a60d5b32fe | |||
| 3b6d36d06d | |||
| 43025883e1 | |||
| 01eb154d4a | |||
| f453a2b92b | |||
| 83c137e24f | |||
| 3f6e9136ed | |||
| fdc5b39f6a | |||
| be0df123a8 | |||
| bf55a651a1 | |||
| f199db68d3 | |||
| 5b1adb7440 | |||
| f672c8fb13 | |||
| 709eda51ef | |||
| 91fc78e658 | |||
| 556a2e2006 | |||
| 04b1345a71 | |||
| a5446ba303 | |||
| df22dc8219 | |||
| 251fe34445 | |||
| f3aeb335e7 | |||
| d2730585a3 | |||
| 595e325c43 | |||
| 770dc74913 | |||
| 4eff9bdbb0 | |||
| 67364ffee2 | |||
| 8c92b356b3 | |||
| 29d1ea0ff2 | |||
| 0c87bbe6eb | |||
| 16fc320a9e | 
							
								
								
									
										698
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										698
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -3,34 +3,42 @@ kind: pipeline | |||||||
| type: kubernetes | type: kubernetes | ||||||
| name: linter | name: linter | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: markdown lint | - name: markdown lint | ||||||
|   commands: |   commands: | ||||||
|   - markdownlint *.md |   - markdownlint *.md | ||||||
|   image: docker.io/volkerraschek/markdownlint:0.31.1 |   image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0 | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 50 |       cpu: 150 | ||||||
|       memory: 50M |       memory: 150M | ||||||
|  |  | ||||||
| - name: email-notification | - name: email-notification | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   image: docker.io/drillster/drone-email:latest |  | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 50 |       cpu: 150 | ||||||
|       memory: 25M |       memory: 150M | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
| @@ -46,115 +54,57 @@ kind: pipeline | |||||||
| type: docker | type: docker | ||||||
| name: dry-run-amd64 | name: dry-run-amd64 | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  | - linter | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|   arch: amd64 |   arch: amd64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: plugins/docker |   image: docker.io/plugins/docker:20.18.7 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|  |     dockerfile: Dockerfile | ||||||
|     dry_run: true |     dry_run: true | ||||||
|     force_tag: true |     force_tag: true | ||||||
|     no_cache: true |     no_cache: true | ||||||
|     purge: true |     purge: true | ||||||
|  |     mirror: | ||||||
|  |       from_secret: docker_io_mirror | ||||||
|  |     registry: git.cryptic.systems | ||||||
|  |     repo: git.cryptic.systems/volker.raschek/markdownlint | ||||||
|     tags: latest-amd64 |     tags: latest-amd64 | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| trigger: |  | ||||||
|   branch: |  | ||||||
|     exclude: |  | ||||||
|     - master |  | ||||||
|   event: |  | ||||||
|   - pull_request |  | ||||||
|   - push |  | ||||||
|   repo: |  | ||||||
|   - volker.raschek/markdownlint-docker |  | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: dry-run-arm-v7 |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
| - name: build |  | ||||||
|   image: plugins/docker |  | ||||||
|   settings: |  | ||||||
|     auto_tag: false |  | ||||||
|     dry_run: true |  | ||||||
|     force_tag: true |  | ||||||
|     no_cache: true |  | ||||||
|     purge: true |  | ||||||
|     tags: latest-arm-v7 |  | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |  | ||||||
|       from_secret: container_image_registry_user |  | ||||||
|     password: |  | ||||||
|       from_secret: container_image_registry_password |  | ||||||
|  |  | ||||||
| - name: notify |  | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |  | ||||||
|     PLUGIN_HOST: |  | ||||||
|       from_secret: smtp_host |  | ||||||
|     PLUGIN_USERNAME: |  | ||||||
|       from_secret: smtp_username |  | ||||||
|     PLUGIN_PASSWORD: |  | ||||||
|       from_secret: smtp_password |  | ||||||
|     PLUGIN_FROM: |  | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|   when: |  | ||||||
|     status: |  | ||||||
|     - changed |  | ||||||
|     - failure |  | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   branch: |   branch: | ||||||
|     exclude: |     exclude: | ||||||
| @@ -170,53 +120,57 @@ kind: pipeline | |||||||
| type: docker | type: docker | ||||||
| name: dry-run-arm64-v8 | name: dry-run-arm64-v8 | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  | - linter | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|   arch: arm64 |   arch: arm64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: plugins/docker |   image: docker.io/plugins/docker:20.18.7 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|  |     dockerfile: Dockerfile | ||||||
|     dry_run: true |     dry_run: true | ||||||
|     force_tag: true |     force_tag: true | ||||||
|     no_cache: true |     no_cache: true | ||||||
|     purge: true |     purge: true | ||||||
|  |     mirror: | ||||||
|  |       from_secret: docker_io_mirror | ||||||
|  |     registry: git.cryptic.systems | ||||||
|  |     repo: git.cryptic.systems/volker.raschek/markdownlint | ||||||
|     tags: latest-arm64-v8 |     tags: latest-arm64-v8 | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   branch: |   branch: | ||||||
|     exclude: |     exclude: | ||||||
| @@ -232,112 +186,56 @@ kind: pipeline | |||||||
| type: docker | type: docker | ||||||
| name: latest-amd64 | name: latest-amd64 | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  | - linter | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|   arch: amd64 |   arch: amd64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: plugins/docker |   image: docker.io/plugins/docker:20.18.7 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|  |     dockerfile: Dockerfile | ||||||
|     force_tag: true |     force_tag: true | ||||||
|     no_cache: true |     no_cache: true | ||||||
|     purge: true |     purge: true | ||||||
|  |     mirror: | ||||||
|  |       from_secret: docker_io_mirror | ||||||
|  |     registry: git.cryptic.systems | ||||||
|  |     repo: git.cryptic.systems/volker.raschek/markdownlint | ||||||
|     tags: latest-amd64 |     tags: latest-amd64 | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| trigger: |  | ||||||
|   branch: |  | ||||||
|   - master |  | ||||||
|   event: |  | ||||||
|   - cron |  | ||||||
|   - push |  | ||||||
|   repo: |  | ||||||
|   - volker.raschek/markdownlint-docker |  | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: latest-arm-v7 |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
| - name: build |  | ||||||
|   image: plugins/docker |  | ||||||
|   settings: |  | ||||||
|     auto_tag: false |  | ||||||
|     force_tag: true |  | ||||||
|     no_cache: true |  | ||||||
|     purge: true |  | ||||||
|     tags: latest-arm-v7 |  | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |  | ||||||
|       from_secret: container_image_registry_user |  | ||||||
|     password: |  | ||||||
|       from_secret: container_image_registry_password |  | ||||||
|  |  | ||||||
| - name: notify |  | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |  | ||||||
|     PLUGIN_HOST: |  | ||||||
|       from_secret: smtp_host |  | ||||||
|     PLUGIN_USERNAME: |  | ||||||
|       from_secret: smtp_username |  | ||||||
|     PLUGIN_PASSWORD: |  | ||||||
|       from_secret: smtp_password |  | ||||||
|     PLUGIN_FROM: |  | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|   when: |  | ||||||
|     status: |  | ||||||
|     - changed |  | ||||||
|     - failure |  | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   branch: |   branch: | ||||||
|   - master |   - master | ||||||
| @@ -352,52 +250,56 @@ kind: pipeline | |||||||
| type: docker | type: docker | ||||||
| name: latest-arm64-v8 | name: latest-arm64-v8 | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  | - linter | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|   arch: arm64 |   arch: arm64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: plugins/docker |   image: docker.io/plugins/docker:20.18.7 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|  |     dockerfile: Dockerfile | ||||||
|     force_tag: true |     force_tag: true | ||||||
|     no_cache: true |     no_cache: true | ||||||
|     purge: true |     purge: true | ||||||
|  |     mirror: | ||||||
|  |       from_secret: docker_io_mirror | ||||||
|  |     registry: git.cryptic.systems | ||||||
|  |     repo: git.cryptic.systems/volker.raschek/markdownlint | ||||||
|     tags: latest-arm64-v8 |     tags: latest-arm64-v8 | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - linter |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   branch: |   branch: | ||||||
|   - master |   - master | ||||||
| @@ -412,42 +314,114 @@ kind: pipeline | |||||||
| type: kubernetes | type: kubernetes | ||||||
| name: latest-manifest | name: latest-manifest | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  | - latest-amd64 | ||||||
|  | - latest-arm64-v8 | ||||||
|  |  | ||||||
|  | # docker.io/plugins/manifest only for amd64 architectures available | ||||||
|  | node_selector: | ||||||
|  |   kubernetes.io/os: linux | ||||||
|  |   kubernetes.io/arch: amd64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build-manifest | - name: build-manifest | ||||||
|   image: plugins/manifest |   image: docker.io/plugins/manifest:1.4.0 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     ignore_missing: true |     ignore_missing: true | ||||||
|     spec: manifest.tmpl |     spec: manifest.tmpl | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: docker.io/drillster/drone-email:latest |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 50 |       cpu: 150 | ||||||
|       memory: 25M |       memory: 150M | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
|  | trigger: | ||||||
|  |   branch: | ||||||
|  |   - master | ||||||
|  |   event: | ||||||
|  |   - cron | ||||||
|  |   - push | ||||||
|  |   repo: | ||||||
|  |   - volker.raschek/markdownlint-docker | ||||||
|  |  | ||||||
|  | --- | ||||||
|  | kind: pipeline | ||||||
|  | type: kubernetes | ||||||
|  | name: latest-sync | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
| depends_on: | depends_on: | ||||||
| - latest-amd64 | - latest-manifest | ||||||
| - latest-arm-v7 |  | ||||||
| - latest-arm64-v8 | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
|  | - name: latest-sync | ||||||
|  |   commands: | ||||||
|  |   - skopeo sync --all --src=docker --src-creds=$SRC_CRED_USERNAME:$SRC_CRED_PASSWORD --dest=docker --dest-creds=$DEST_CRED_USERNAME:$DEST_CRED_PASSWORD git.cryptic.systems/volker.raschek/markdownlint docker.io/volkerraschek | ||||||
|  |   environment: | ||||||
|  |     SRC_CRED_USERNAME: | ||||||
|  |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|  |     SRC_CRED_PASSWORD: | ||||||
|  |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|  |     DEST_CRED_USERNAME: | ||||||
|  |       from_secret: container_image_registry_user | ||||||
|  |     DEST_CRED_PASSWORD: | ||||||
|  |       from_secret: container_image_registry_password | ||||||
|  |   image: quay.io/skopeo/stable:v1.18.0 | ||||||
|  |  | ||||||
|  | - 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.5 | ||||||
|  |   resources: | ||||||
|  |     limits: | ||||||
|  |       cpu: 150 | ||||||
|  |       memory: 150M | ||||||
|  |   when: | ||||||
|  |     status: | ||||||
|  |     - changed | ||||||
|  |     - failure | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   branch: |   branch: | ||||||
| @@ -463,107 +437,55 @@ kind: pipeline | |||||||
| type: docker | type: docker | ||||||
| name: tagged-amd64 | name: tagged-amd64 | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|   arch: amd64 |   arch: amd64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: plugins/docker |   image: docker.io/plugins/docker:20.18.7 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: true |     auto_tag: true | ||||||
|     auto_tag_suffix: amd64 |     auto_tag_suffix: amd64 | ||||||
|  |     dockerfile: Dockerfile | ||||||
|     force_tag: true |     force_tag: true | ||||||
|     no_cache: true |     no_cache: true | ||||||
|     purge: true |     purge: true | ||||||
|     repo: volkerraschek/markdownlint |     mirror: | ||||||
|  |       from_secret: docker_io_mirror | ||||||
|  |     registry: git.cryptic.systems | ||||||
|  |     repo: git.cryptic.systems/volker.raschek/markdownlint | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|     build_args: |     build_args: | ||||||
|     - MARKDOWNLINT_VERSION=${DRONE_TAG} |     - MARKDOWNLINT_VERSION=${DRONE_TAG} | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| trigger: |  | ||||||
|   event: |  | ||||||
|   - tag |  | ||||||
|   repo: |  | ||||||
|   - volker.raschek/markdownlint-docker |  | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: tagged-arm-v7 |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
| - name: build |  | ||||||
|   image: plugins/docker |  | ||||||
|   settings: |  | ||||||
|     auto_tag: true |  | ||||||
|     auto_tag_suffix: arm-v7 |  | ||||||
|     force_tag: true |  | ||||||
|     no_cache: true |  | ||||||
|     purge: true |  | ||||||
|     repo: volkerraschek/markdownlint |  | ||||||
|     username: |  | ||||||
|       from_secret: container_image_registry_user |  | ||||||
|     password: |  | ||||||
|       from_secret: container_image_registry_password |  | ||||||
|     build_args: |  | ||||||
|     - MARKDOWNLINT_VERSION=${DRONE_TAG} |  | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| - name: notify |  | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |  | ||||||
|     PLUGIN_HOST: |  | ||||||
|       from_secret: smtp_host |  | ||||||
|     PLUGIN_USERNAME: |  | ||||||
|       from_secret: smtp_username |  | ||||||
|     PLUGIN_PASSWORD: |  | ||||||
|       from_secret: smtp_password |  | ||||||
|     PLUGIN_FROM: |  | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   when: |  | ||||||
|     status: |  | ||||||
|     - changed |  | ||||||
|     - failure |  | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   event: |   event: | ||||||
|   - tag |   - tag | ||||||
| @@ -575,51 +497,55 @@ kind: pipeline | |||||||
| type: docker | type: docker | ||||||
| name: tagged-arm64-v8 | name: tagged-arm64-v8 | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|   arch: arm64 |   arch: arm64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: plugins/docker |   image: docker.io/plugins/docker:20.18.7 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: true |     auto_tag: true | ||||||
|     auto_tag_suffix: ard64-v8 |     auto_tag_suffix: arm64-v8 | ||||||
|  |     dockerfile: Dockerfile | ||||||
|     force_tag: true |     force_tag: true | ||||||
|     no_cache: true |     no_cache: true | ||||||
|     purge: true |     purge: true | ||||||
|     repo: volkerraschek/markdownlint |     mirror: | ||||||
|  |       from_secret: docker_io_mirror | ||||||
|  |     registry: git.cryptic.systems | ||||||
|  |     repo: git.cryptic.systems/volker.raschek/markdownlint | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|     build_args: |     build_args: | ||||||
|     - MARKDOWNLINT_VERSION=${DRONE_TAG} |     - MARKDOWNLINT_VERSION=${DRONE_TAG} | ||||||
|   volumes: |  | ||||||
|   - name: docker_socket |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: drillster/drone-email |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| volumes: |  | ||||||
| - name: docker_socket |  | ||||||
|   host: |  | ||||||
|     path: /var/run/docker.sock |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   event: |   event: | ||||||
|   - tag |   - tag | ||||||
| @@ -631,43 +557,55 @@ kind: pipeline | |||||||
| type: kubernetes | type: kubernetes | ||||||
| name: tagged-manifest | name: tagged-manifest | ||||||
|  |  | ||||||
|  | clone: | ||||||
|  |   disable: true | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  | - tagged-amd64 | ||||||
|  | - tagged-arm64-v8 | ||||||
|  |  | ||||||
|  | # docker.io/plugins/manifest only for amd64 architectures available | ||||||
|  | node_selector: | ||||||
|  |   kubernetes.io/os: linux | ||||||
|  |   kubernetes.io/arch: amd64 | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: clone | ||||||
|  |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build-manifest | - name: build-manifest | ||||||
|   image: plugins/manifest |   image: docker.io/plugins/manifest:1.4.0 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: true |     auto_tag: true | ||||||
|     ignore_missing: true |     ignore_missing: true | ||||||
|     spec: manifest.tmpl |     spec: manifest.tmpl | ||||||
|     username: |     username: | ||||||
|       from_secret: container_image_registry_user |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     password: |     password: | ||||||
|       from_secret: container_image_registry_password |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|  |  | ||||||
| - name: notify | - name: email-notification | ||||||
|   image: docker.io/drillster/drone-email:latest |  | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 50 |       cpu: 150 | ||||||
|       memory: 25M |       memory: 150M | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - tagged-amd64 |  | ||||||
| - tagged-arm-v7 |  | ||||||
| - tagged-arm64-v8 |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   event: |   event: | ||||||
|   - tag |   - tag | ||||||
| @@ -677,54 +615,56 @@ trigger: | |||||||
| --- | --- | ||||||
| kind: pipeline | kind: pipeline | ||||||
| type: kubernetes | type: kubernetes | ||||||
| name: sync | name: tagged-sync | ||||||
|  |  | ||||||
| platform: | clone: | ||||||
|   os: linux |   disable: true | ||||||
|   arch: amd64 |  | ||||||
|  | depends_on: | ||||||
|  | - tagged-manifest | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: github | - name: clone | ||||||
|   image: docker.io/appleboy/drone-git-push:latest |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|   resources: |  | ||||||
|     limits: | - name: tagged-sync | ||||||
|       cpu: 50 |   commands: | ||||||
|       memory: 25M |   - skopeo sync --all --src=docker --src-creds=$SRC_CRED_USERNAME:$SRC_CRED_PASSWORD --dest=docker --dest-creds=$DEST_CRED_USERNAME:$DEST_CRED_PASSWORD git.cryptic.systems/volker.raschek/markdownlint docker.io/volkerraschek | ||||||
|   settings: |   environment: | ||||||
|     branch: master |     SRC_CRED_USERNAME: | ||||||
|     remote: ssh://git@github.com/volker-raschek/markdownlint-docker.git |       from_secret: git_cryptic_systems_container_registry_user | ||||||
|     force: true |     SRC_CRED_PASSWORD: | ||||||
|     ssh_key: |       from_secret: git_cryptic_systems_container_registry_password | ||||||
|       from_secret: ssh_key |     DEST_CRED_USERNAME: | ||||||
|  |       from_secret: container_image_registry_user | ||||||
|  |     DEST_CRED_PASSWORD: | ||||||
|  |       from_secret: container_image_registry_password | ||||||
|  |   image: quay.io/skopeo/stable:v1.18.0 | ||||||
|  |  | ||||||
| - name: email-notification | - name: email-notification | ||||||
|   environment: |   environment: | ||||||
|     PLUGIN_HOST: |     SMTP_FROM_ADDRESS: | ||||||
|  |       from_secret: smtp_from_address | ||||||
|  |     SMTP_FROM_NAME: | ||||||
|  |       from_secret: smtp_from_name | ||||||
|  |     SMTP_HOST: | ||||||
|       from_secret: smtp_host |       from_secret: smtp_host | ||||||
|     PLUGIN_USERNAME: |     SMTP_USERNAME: | ||||||
|       from_secret: smtp_username |       from_secret: smtp_username | ||||||
|     PLUGIN_PASSWORD: |     SMTP_PASSWORD: | ||||||
|       from_secret: smtp_password |       from_secret: smtp_password | ||||||
|     PLUGIN_FROM: |   image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 | ||||||
|       from_secret: smtp_mail_address |  | ||||||
|   image: docker.io/drillster/drone-email:latest |  | ||||||
|   resources: |   resources: | ||||||
|     limits: |     limits: | ||||||
|       cpu: 50 |       cpu: 150 | ||||||
|       memory: 25M |       memory: 150M | ||||||
|   when: |   when: | ||||||
|     status: |     status: | ||||||
|     - changed |     - changed | ||||||
|     - failure |     - failure | ||||||
|  |  | ||||||
| depends_on: |  | ||||||
| - latest-manifest |  | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   branch: |  | ||||||
|   - master |  | ||||||
|   event: |   event: | ||||||
|   - cron |   - tag | ||||||
|   - push |  | ||||||
|   repo: |   repo: | ||||||
|   - volker.raschek/markdownlint-docker |   - volker.raschek/markdownlint-docker | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,2 +1,3 @@ | |||||||
| # IntelliJ | # IntelliJ | ||||||
| .idea/ | .idea/ | ||||||
|  | sync.sh | ||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM docker.io/library/node:lts-alpine3.15 AS build | FROM docker.io/library/node:23.10.0-alpine3.20 AS build | ||||||
|  |  | ||||||
| ARG MARKDOWNLINT_VERSION=master | ARG MARKDOWNLINT_VERSION=master | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,16 +1,16 @@ | |||||||
| # MARKDOWNLINT_VERSION | # MARKDOWNLINT_VERSION | ||||||
| # Only required to install a specifiy version | # Only required to install a specifiy version | ||||||
| MARKDOWNLINT_VERSION?=v0.31.1 # renovate: datasource=github-releases depName=markdownlint-ci lookupName=igorshubovych/markdownlint-cli versioning=semver | 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 | ||||||
| # container runtime. This is needed to start and run a container image. | # container runtime. This is needed to start and run a container image. | ||||||
| CONTAINER_RUNTIME?=$(shell which docker) | 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| image: volkerraschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} | image: git.cryptic.systems/volker.raschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} | ||||||
| {{#if build.tags}} | {{#if build.tags}} | ||||||
| tags: | tags: | ||||||
| {{#each build.tags}} | {{#each build.tags}} | ||||||
| @@ -7,19 +7,11 @@ tags: | |||||||
|   - "latest" |   - "latest" | ||||||
| {{/if}} | {{/if}} | ||||||
| manifests: | manifests: | ||||||
|   - |   - image: git.cryptic.systems/volker.raschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-amd64 | ||||||
|     image: volkerraschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-amd64 |  | ||||||
|     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}}-arm64-v8 | ||||||
|     image: volkerraschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-arm-v7 |  | ||||||
|     platform: |  | ||||||
|       architecture: arm |  | ||||||
|       os: linux |  | ||||||
|       variant: v7 |  | ||||||
|   - |  | ||||||
|     image: volkerraschek/markdownlint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-arm64-v8 |  | ||||||
|     platform: |     platform: | ||||||
|       architecture: arm64 |       architecture: arm64 | ||||||
|       os: linux |       os: linux | ||||||
|   | |||||||
| @@ -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": [ | ||||||
|     { |     { | ||||||
| @@ -11,6 +9,13 @@ | |||||||
|       "matchManagers": "droneci", |       "matchManagers": "droneci", | ||||||
|       "matchUpdateTypes": [ "minor", "patch"] |       "matchUpdateTypes": [ "minor", "patch"] | ||||||
|     }, |     }, | ||||||
|  |     { | ||||||
|  |       "description": "Automatically update patch version of used container images in docker files", | ||||||
|  |       "addLabels": [ "renovate/container-image", "renovate/automerge" ], | ||||||
|  |       "automerge": true, | ||||||
|  |       "matchManagers": [ "dockerfile" ], | ||||||
|  |       "matchUpdateTypes": [ "minor", "patch" ] | ||||||
|  |     }, | ||||||
|     { |     { | ||||||
|       "addLabels": [ "renovate/markdownlint-cli", "renovate/automerge" ], |       "addLabels": [ "renovate/markdownlint-cli", "renovate/automerge" ], | ||||||
|       "automerge": false, |       "automerge": false, | ||||||
| @@ -27,7 +32,7 @@ | |||||||
|         "^Makefile$" |         "^Makefile$" | ||||||
|       ], |       ], | ||||||
|       "matchStrings": [ |       "matchStrings": [ | ||||||
|         "MARKDOWNLINT_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*) (lookupName=(?<lookupName>.*))? (versioning=(?<versioning>.*))?" |         "MARKDOWNLINT_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?" | ||||||
|       ] |       ] | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user