From 6d194fc87e5427ce8c9ce276a2979ef491271e93 Mon Sep 17 00:00:00 2001 From: Pascal Wilbrink Date: Tue, 24 Oct 2023 18:50:57 +0200 Subject: [PATCH 1/5] Create docker-tags.yaml Signed-off-by: Pascal Wilbrink --- microsite/data/plugins/docker-tags.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/docker-tags.yaml diff --git a/microsite/data/plugins/docker-tags.yaml b/microsite/data/plugins/docker-tags.yaml new file mode 100644 index 0000000000..3c142f2e11 --- /dev/null +++ b/microsite/data/plugins/docker-tags.yaml @@ -0,0 +1,10 @@ +--- +title: Docker tags +author: Workm8 +authorUrl: https://github.com/work-m8/.github +category: Services +description: Creates a list of docker tags based on hub.docker.com +documentation: https://raw.githubusercontent.com/Work-m8/backstage-docker-plugin/main/README.md +iconUrl: https://raw.githubusercontent.com/Work-m8/.github/main/profile/wm_logo.png +npmPackageName: @workm8/backstage-docker-tags +addedDate: '2023-24-10' From 260dc26cc264568bd86f854f88333b0ccf98b7c4 Mon Sep 17 00:00:00 2001 From: Pascal Wilbrink Date: Tue, 24 Oct 2023 19:53:39 +0200 Subject: [PATCH 2/5] Update docker-tags.yaml Signed-off-by: Pascal Wilbrink --- microsite/data/plugins/docker-tags.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/microsite/data/plugins/docker-tags.yaml b/microsite/data/plugins/docker-tags.yaml index 3c142f2e11..aebd587ff7 100644 --- a/microsite/data/plugins/docker-tags.yaml +++ b/microsite/data/plugins/docker-tags.yaml @@ -1,10 +1,10 @@ --- title: Docker tags author: Workm8 -authorUrl: https://github.com/work-m8/.github +authorUrl: 'https://github.com/work-m8/.github' category: Services -description: Creates a list of docker tags based on hub.docker.com -documentation: https://raw.githubusercontent.com/Work-m8/backstage-docker-plugin/main/README.md -iconUrl: https://raw.githubusercontent.com/Work-m8/.github/main/profile/wm_logo.png -npmPackageName: @workm8/backstage-docker-tags +description: 'Creates a list of docker tags based on hub.docker.com' +documentation: 'https://raw.githubusercontent.com/Work-m8/backstage-docker-plugin/main/README.md' +iconUrl: 'https://raw.githubusercontent.com/Work-m8/.github/main/profile/wm_logo.png' +npmPackageName: '@workm8/backstage-docker-tags' addedDate: '2023-24-10' From 142b0a34b7c8473dd9be339b97bbfc5e43c97e53 Mon Sep 17 00:00:00 2001 From: Pascal Wilbrink Date: Tue, 24 Oct 2023 20:44:12 +0200 Subject: [PATCH 3/5] Update microsite/data/plugins/docker-tags.yaml Thanks :) i didn't knew what this did, paste the md or link. Updated it. Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Pascal Wilbrink --- microsite/data/plugins/docker-tags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/docker-tags.yaml b/microsite/data/plugins/docker-tags.yaml index aebd587ff7..efd86caf32 100644 --- a/microsite/data/plugins/docker-tags.yaml +++ b/microsite/data/plugins/docker-tags.yaml @@ -4,7 +4,7 @@ author: Workm8 authorUrl: 'https://github.com/work-m8/.github' category: Services description: 'Creates a list of docker tags based on hub.docker.com' -documentation: 'https://raw.githubusercontent.com/Work-m8/backstage-docker-plugin/main/README.md' +documentation: 'https://github.com/Work-m8/backstage-docker-plugin/blob/main/README.md' iconUrl: 'https://raw.githubusercontent.com/Work-m8/.github/main/profile/wm_logo.png' npmPackageName: '@workm8/backstage-docker-tags' addedDate: '2023-24-10' From 6a14fc2d98a312ac126589fe88118a7ab8d2d2ad Mon Sep 17 00:00:00 2001 From: Pascal Wilbrink Date: Tue, 24 Oct 2023 20:48:01 +0200 Subject: [PATCH 4/5] Update docker-tags.yaml Signed-off-by: Pascal Wilbrink From 101535915ea959a22ecc9db2246c646f112dfd2e Mon Sep 17 00:00:00 2001 From: Pascal Wilbrink Date: Wed, 25 Oct 2023 15:30:59 +0200 Subject: [PATCH 5/5] Update microsite/data/plugins/docker-tags.yaml Changed it, Thanks ! :) I still need to work on the repo :) Co-authored-by: Philipp Hugenroth Signed-off-by: Pascal Wilbrink --- microsite/data/plugins/docker-tags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/docker-tags.yaml b/microsite/data/plugins/docker-tags.yaml index efd86caf32..c6528cae24 100644 --- a/microsite/data/plugins/docker-tags.yaml +++ b/microsite/data/plugins/docker-tags.yaml @@ -1,7 +1,7 @@ --- title: Docker tags author: Workm8 -authorUrl: 'https://github.com/work-m8/.github' +authorUrl: 'https://github.com/work-m8' category: Services description: 'Creates a list of docker tags based on hub.docker.com' documentation: 'https://github.com/Work-m8/backstage-docker-plugin/blob/main/README.md'