Skip to content

Commit 4ed4ba4

Browse files
chore: fetch dynamic plugins tables from catalog index
1 parent 661f0be commit 4ed4ba4

6 files changed

Lines changed: 71 additions & 529 deletions

.github/workflows/generate-supported-plugins-pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,16 @@ jobs:
4949
ref: ${{ matrix.target_branch }}
5050
fetch-depth: 0
5151

52-
- name: Install PIP `yq`
52+
- name: Install PIP `yq` and skopeo + podman
5353
if: steps.gate.outputs.run == 'true'
5454
run: |
5555
python3 -m pip install --upgrade pip
5656
pip install yq
5757
echo "Installed `yq` version: $(yq --version)"
58+
sudo apt-get update
59+
sudo apt-get install -y skopeo podman
60+
echo "Installed skopeo version: $(skopeo --version)"
61+
echo "Installed podman version: $(podman --version)"
5862
5963
- name: Set up Git user
6064
if: steps.gate.outputs.run == 'true'

modules/extend_dynamic-plugins-reference/con-preinstalled-dynamic-plugins.template.adoc

Lines changed: 0 additions & 38 deletions
This file was deleted.

modules/extend_dynamic-plugins-reference/ref-deprecated-plugins.template.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

modules/extend_dynamic-plugins-reference/ref-ga-plugins.template.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.

modules/extend_dynamic-plugins-reference/ref-technology-preview-plugins.template.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)