From 8deff67e6425bd881d720628fa61cc8427c3c0b0 Mon Sep 17 00:00:00 2001 From: rajat Date: Thu, 9 Jan 2025 06:33:30 -0800 Subject: [PATCH] workflow changes Signed-off-by: rajat --- .github/workflows/image_run_pr_v3.yml | 3332 +++++-------------------- .github/workflows/image_run_v3.yml | 2520 +++---------------- .github/workflows/monitor.yml | 66 +- .github/workflows/readme_updater.yml | 288 --- builder.lst | 30 - image.lst | 32 - 6 files changed, 947 insertions(+), 5321 deletions(-) diff --git a/.github/workflows/image_run_pr_v3.yml b/.github/workflows/image_run_pr_v3.yml index 04a9d4d7cc..1582882b54 100644 --- a/.github/workflows/image_run_pr_v3.yml +++ b/.github/workflows/image_run_pr_v3.yml @@ -12,7 +12,7 @@ on: permissions: read-all jobs: - airflow: + airflow-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -30,7 +30,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py airflow airflow/airflow/bitnami output.txt + python3 scripts/tests_required.py airflow-ib airflow/airflow/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -71,7 +71,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/ironbank - name: Report pulls @@ -84,9 +84,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow": 1 }' \ + -d '{ "rapidfort/airflow-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - airflow-ib: + alertmanager-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -104,7 +104,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py airflow-ib airflow/airflow/ironbank output.txt + python3 scripts/tests_required.py alertmanager-ib alertmanager/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -145,7 +145,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run alertmanager/ironbank - name: Report pulls @@ -158,9 +158,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow-ib": 1 }' \ + -d '{ "rapidfort/alertmanager-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - airflow-ib-bitnami: + alloy-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -178,7 +178,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py airflow-ib-bitnami airflow/airflow/bitnami-ironbank output.txt + python3 scripts/tests_required.py alloy-ib alloy/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -219,7 +219,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/bitnami-ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run alloy/ironbank - name: Report pulls @@ -232,9 +232,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow-ib-bitnami": 1 }' \ + -d '{ "rapidfort/alloy-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - alertmanager-ib: + ansible-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -252,7 +252,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py alertmanager-ib alertmanager/ironbank output.txt + python3 scripts/tests_required.py ansible-ib ansible/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -293,7 +293,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run alertmanager/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run ansible/ironbank - name: Report pulls @@ -306,9 +306,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/alertmanager-ib": 1 }' \ + -d '{ "rapidfort/ansible-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - alloy-ib: + ansible-lint-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -326,7 +326,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py alloy-ib alloy/ironbank output.txt + python3 scripts/tests_required.py ansible-lint-ib ansible-lint/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -367,7 +367,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run alloy/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run ansible-lint/ironbank - name: Report pulls @@ -380,9 +380,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/alloy-ib": 1 }' \ + -d '{ "rapidfort/ansible-lint-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ansible-ib: + ansible-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -400,7 +400,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py ansible-ib ansible/ironbank output.txt + python3 scripts/tests_required.py ansible-operator-ib ansible-operator/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -441,7 +441,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run ansible/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run ansible-operator/ironbank - name: Report pulls @@ -454,9 +454,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ansible-ib": 1 }' \ + -d '{ "rapidfort/ansible-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ansible-lint-ib: + apache-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -474,7 +474,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py ansible-lint-ib ansible-lint/ironbank output.txt + python3 scripts/tests_required.py apache-ib apache/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -515,7 +515,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run ansible-lint/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run apache/ironbank - name: Report pulls @@ -528,9 +528,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ansible-lint-ib": 1 }' \ + -d '{ "rapidfort/apache2-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ansible-operator-ib: + apache-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -548,7 +548,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py ansible-operator-ib ansible-operator/ironbank output.txt + python3 scripts/tests_required.py apache-official apache/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -589,7 +589,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run ansible-operator/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run apache/official - name: Report pulls @@ -602,9 +602,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ansible-operator-ib": 1 }' \ + -d '{ "rapidfort/apache-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - apache: + argocd: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -622,7 +622,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py apache apache/bitnami output.txt + python3 scripts/tests_required.py argocd argocd/quay output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -663,7 +663,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run apache/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run argocd/quay - name: Report pulls @@ -676,9 +676,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/apache": 1 }' \ + -d '{ "rapidfort/argocd": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - apache-ib: + argocd-bigbang-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -696,7 +696,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py apache-ib apache/ironbank output.txt + python3 scripts/tests_required.py argocd-bigbang-ib argocd/bigbang-ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -737,7 +737,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run apache/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run argocd/bigbang-ironbank - name: Report pulls @@ -750,9 +750,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/apache2-ib": 1 }' \ + -d '{ "rapidfort/argocd-bigbang-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - apache-official: + argocd-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -770,7 +770,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py apache-official apache/official output.txt + python3 scripts/tests_required.py argocd-ib argocd/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -811,7 +811,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run apache/official + run: python3 community_images/common/orchestrator/main.py hourly_run argocd/ironbank - name: Report pulls @@ -824,9 +824,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/apache-official": 1 }' \ + -d '{ "rapidfort/argocd-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - argocd: + auditbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -844,7 +844,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py argocd argocd/quay output.txt + python3 scripts/tests_required.py auditbeat-ib auditbeat/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -885,7 +885,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run argocd/quay + run: python3 community_images/common/orchestrator/main.py hourly_run auditbeat/ironbank - name: Report pulls @@ -898,9 +898,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/argocd": 1 }' \ + -d '{ "rapidfort/auditbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - argocd-bigbang-ib: + bats-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -918,7 +918,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py argocd-bigbang-ib argocd/bigbang-ironbank output.txt + python3 scripts/tests_required.py bats-ib bats/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -959,7 +959,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run argocd/bigbang-ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run bats/ironbank - name: Report pulls @@ -972,9 +972,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/argocd-bigbang-ib": 1 }' \ + -d '{ "rapidfort/bats-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - argocd-ib: + blackbox-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -992,7 +992,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py argocd-ib argocd/ironbank output.txt + python3 scripts/tests_required.py blackbox-exporter-ib blackbox-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1033,7 +1033,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run argocd/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run blackbox-exporter/ironbank - name: Report pulls @@ -1046,9 +1046,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/argocd-ib": 1 }' \ + -d '{ "rapidfort/blackbox-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - auditbeat-ib: + boundary-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1066,7 +1066,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py auditbeat-ib auditbeat/ironbank output.txt + python3 scripts/tests_required.py boundary-ib boundary/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1107,7 +1107,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run auditbeat/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run boundary/ironbank - name: Report pulls @@ -1120,9 +1120,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/auditbeat-ib": 1 }' \ + -d '{ "rapidfort/boundary-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - bats-ib: + buildah-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1140,7 +1140,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py bats-ib bats/ironbank output.txt + python3 scripts/tests_required.py buildah-ib buildah/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1181,7 +1181,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run bats/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run buildah/ironbank - name: Report pulls @@ -1194,9 +1194,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/bats-ib": 1 }' \ + -d '{ "rapidfort/buildah-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - blackbox-exporter-ib: + camel-k-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1214,7 +1214,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py blackbox-exporter-ib blackbox-exporter/ironbank output.txt + python3 scripts/tests_required.py camel-k-ib camel-k/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1255,7 +1255,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run blackbox-exporter/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run camel-k/ironbank - name: Report pulls @@ -1268,9 +1268,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/blackbox-exporter-ib": 1 }' \ + -d '{ "rapidfort/camel-k-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - boundary-ib: + cass-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1288,7 +1288,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py boundary-ib boundary/ironbank output.txt + python3 scripts/tests_required.py cass-ib cass/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1329,7 +1329,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run boundary/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run cass/ironbank - name: Report pulls @@ -1342,9 +1342,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/boundary-ib": 1 }' \ + -d '{ "rapidfort/cass-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - buildah-ib: + cassandra-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1362,7 +1362,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py buildah-ib buildah/ironbank output.txt + python3 scripts/tests_required.py cassandra-official cassandra/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1403,7 +1403,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run buildah/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run cassandra/official - name: Report pulls @@ -1416,9 +1416,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/buildah-ib": 1 }' \ + -d '{ "rapidfort/cassandra-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - camel-k-ib: + ceph-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1436,7 +1436,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py camel-k-ib camel-k/ironbank output.txt + python3 scripts/tests_required.py ceph-ib ceph/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1477,7 +1477,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run camel-k/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run ceph/ironbank - name: Report pulls @@ -1490,9 +1490,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/camel-k-ib": 1 }' \ + -d '{ "rapidfort/ceph-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - cass-ib: + certtool-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1510,7 +1510,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py cass-ib cass/ironbank output.txt + python3 scripts/tests_required.py certtool-ib certtool/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1551,7 +1551,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run cass/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run certtool/ironbank - name: Report pulls @@ -1564,9 +1564,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/cass-ib": 1 }' \ + -d '{ "rapidfort/certtool-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - cassandra-official: + chart-testing-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1584,7 +1584,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py cassandra-official cassandra/official output.txt + python3 scripts/tests_required.py chart-testing-ib chart-testing/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1625,7 +1625,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run cassandra/official + run: python3 community_images/common/orchestrator/main.py hourly_run chart-testing/ironbank - name: Report pulls @@ -1638,9 +1638,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/cassandra-official": 1 }' \ + -d '{ "rapidfort/chart-testing-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ceph-ib: + clickhouse-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1658,7 +1658,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py ceph-ib ceph/ironbank output.txt + python3 scripts/tests_required.py clickhouse-ib clickhouse/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1699,7 +1699,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run ceph/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run clickhouse/ironbank - name: Report pulls @@ -1712,9 +1712,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ceph-ib": 1 }' \ + -d '{ "rapidfort/clickhouse-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - certtool-ib: + cockroachdb-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1732,7 +1732,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py certtool-ib certtool/ironbank output.txt + python3 scripts/tests_required.py cockroachdb-ib cockroachdb/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1773,7 +1773,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run certtool/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run cockroachdb/ironbank - name: Report pulls @@ -1786,9 +1786,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/certtool-ib": 1 }' \ + -d '{ "rapidfort/cockroachdb-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - chart-testing-ib: + consul-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1806,7 +1806,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py chart-testing-ib chart-testing/ironbank output.txt + python3 scripts/tests_required.py consul-ib consul/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1847,7 +1847,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run chart-testing/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run consul/ironbank - name: Report pulls @@ -1860,9 +1860,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/chart-testing-ib": 1 }' \ + -d '{ "rapidfort/consul-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - clickhouse-ib: + consul-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1880,7 +1880,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py clickhouse-ib clickhouse/ironbank output.txt + python3 scripts/tests_required.py consul-official consul/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1921,7 +1921,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run clickhouse/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run consul/official - name: Report pulls @@ -1934,9 +1934,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/clickhouse-ib": 1 }' \ + -d '{ "rapidfort/consul-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - cockroachdb-ib: + coredns-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -1954,7 +1954,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py cockroachdb-ib cockroachdb/ironbank output.txt + python3 scripts/tests_required.py coredns-ib coredns/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -1995,7 +1995,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run cockroachdb/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run coredns/ironbank - name: Report pulls @@ -2008,9 +2008,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/cockroachdb-ib": 1 }' \ + -d '{ "rapidfort/coredns-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - consul: + couchdb-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2028,7 +2028,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py consul consul/bitnami output.txt + python3 scripts/tests_required.py couchdb-official couchdb/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2069,7 +2069,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run consul/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run couchdb/official - name: Report pulls @@ -2082,9 +2082,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/consul": 1 }' \ + -d '{ "rapidfort/couchdb-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - consul-ib: + curl: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2102,7 +2102,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py consul-ib consul/ironbank output.txt + python3 scripts/tests_required.py curl curl/curlimages output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2143,7 +2143,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run consul/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run curl/curlimages - name: Report pulls @@ -2156,9 +2156,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/consul-ib": 1 }' \ + -d '{ "rapidfort/curl": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - consul-official: + dex-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2176,7 +2176,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py consul-official consul/official output.txt + python3 scripts/tests_required.py dex-ib dex/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2217,7 +2217,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run consul/official + run: python3 community_images/common/orchestrator/main.py hourly_run dex/ironbank - name: Report pulls @@ -2230,9 +2230,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/consul-official": 1 }' \ + -d '{ "rapidfort/dex-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - coredns-ib: + eck-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2250,7 +2250,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py coredns-ib coredns/ironbank output.txt + python3 scripts/tests_required.py eck-operator-ib eck-operator/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2291,7 +2291,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run coredns/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run eck-operator/ironbank - name: Report pulls @@ -2304,9 +2304,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/coredns-ib": 1 }' \ + -d '{ "rapidfort/eck-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - couchdb: + elasticsearch-dump-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2324,7 +2324,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py couchdb couchdb/bitnami output.txt + python3 scripts/tests_required.py elasticsearch-dump-ib elasticsearch-dump/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2365,7 +2365,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run couchdb/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-dump/ironbank - name: Report pulls @@ -2378,9 +2378,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/couchdb": 1 }' \ + -d '{ "rapidfort/elasticsearch-dump-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - couchdb-official: + elasticsearch-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2398,7 +2398,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py couchdb-official couchdb/official output.txt + python3 scripts/tests_required.py elasticsearch-exporter-ib elasticsearch-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2439,7 +2439,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run couchdb/official + run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-exporter/ironbank - name: Report pulls @@ -2452,9 +2452,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/couchdb-official": 1 }' \ + -d '{ "rapidfort/elasticsearch-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - curl: + elasticsearch-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2472,7 +2472,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py curl curl/curlimages output.txt + python3 scripts/tests_required.py elasticsearch-official elasticsearch/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2513,7 +2513,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run curl/curlimages + run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch/official - name: Report pulls @@ -2526,9 +2526,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/curl": 1 }' \ + -d '{ "rapidfort/elasticsearch-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - dex-ib: + envoy-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2546,7 +2546,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py dex-ib dex/ironbank output.txt + python3 scripts/tests_required.py envoy-official envoy/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2587,7 +2587,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run dex/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run envoy/official - name: Report pulls @@ -2600,9 +2600,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/dex-ib": 1 }' \ + -d '{ "rapidfort/envoy-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - eck-operator-ib: + etcd-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2620,7 +2620,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py eck-operator-ib eck-operator/ironbank output.txt + python3 scripts/tests_required.py etcd-ib etcd/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2661,7 +2661,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run eck-operator/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run etcd/ironbank - name: Report pulls @@ -2674,9 +2674,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/eck-operator-ib": 1 }' \ + -d '{ "rapidfort/etcd-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch: + filebeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2694,7 +2694,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py elasticsearch elasticsearch/bitnami output.txt + python3 scripts/tests_required.py filebeat-ib filebeat/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2735,7 +2735,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run filebeat/ironbank - name: Report pulls @@ -2748,9 +2748,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch": 1 }' \ + -d '{ "rapidfort/filebeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch-dump-ib: + fluent-bit-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2768,7 +2768,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py elasticsearch-dump-ib elasticsearch-dump/ironbank output.txt + python3 scripts/tests_required.py fluent-bit-ib fluent-bit/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2809,7 +2809,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-dump/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/ironbank - name: Report pulls @@ -2822,9 +2822,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch-dump-ib": 1 }' \ + -d '{ "rapidfort/fluent-bit-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch-exporter-ib: + fluent-bit-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2842,7 +2842,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py elasticsearch-exporter-ib elasticsearch-exporter/ironbank output.txt + python3 scripts/tests_required.py fluent-bit-official fluent-bit/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2883,7 +2883,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-exporter/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/official - name: Report pulls @@ -2896,9 +2896,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch-exporter-ib": 1 }' \ + -d '{ "rapidfort/fluent-bit-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch-official: + fluentd-elasticsearch-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2916,7 +2916,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py elasticsearch-official elasticsearch/official output.txt + python3 scripts/tests_required.py fluentd-elasticsearch-ib fluentd-elasticsearch/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -2957,7 +2957,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch/official + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-elasticsearch/ironbank - name: Report pulls @@ -2970,9 +2970,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch-official": 1 }' \ + -d '{ "rapidfort/fluentd-elasticsearch-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - envoy: + fluentd-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -2990,7 +2990,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py envoy envoy/bitnami output.txt + python3 scripts/tests_required.py fluentd-ib fluentd/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3031,7 +3031,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run envoy/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/ironbank - name: Report pulls @@ -3044,9 +3044,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/envoy": 1 }' \ + -d '{ "rapidfort/fluentd-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - envoy-official: + fluentd-kubernetes-daemonset-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3064,7 +3064,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py envoy-official envoy/official output.txt + python3 scripts/tests_required.py fluentd-kubernetes-daemonset-ib fluentd-kubernetes-daemonset/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3105,7 +3105,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run envoy/official + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-kubernetes-daemonset/ironbank - name: Report pulls @@ -3118,9 +3118,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/envoy-official": 1 }' \ + -d '{ "rapidfort/fluentd-kubernetes-daemonset-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - etcd: + fluentd-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3138,7 +3138,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py etcd etcd/bitnami output.txt + python3 scripts/tests_required.py fluentd-official fluentd/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3179,7 +3179,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run etcd/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/official - name: Report pulls @@ -3192,9 +3192,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/etcd": 1 }' \ + -d '{ "rapidfort/fluentd-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - etcd-ib: + fluxcd-helm-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3212,7 +3212,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py etcd-ib etcd/ironbank output.txt + python3 scripts/tests_required.py fluxcd-helm-controller-ib fluxcd-helm-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3253,7 +3253,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run etcd/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-helm-controller/ironbank - name: Report pulls @@ -3266,9 +3266,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/etcd-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-helm-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - filebeat-ib: + fluxcd-image-automation-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3286,7 +3286,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py filebeat-ib filebeat/ironbank output.txt + python3 scripts/tests_required.py fluxcd-image-automation-controller-ib fluxcd-image-automation-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3327,7 +3327,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run filebeat/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-automation-controller/ironbank - name: Report pulls @@ -3340,9 +3340,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/filebeat-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-image-automation-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluent-bit: + fluxcd-image-reflector-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3360,7 +3360,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluent-bit fluent-bit/bitnami output.txt + python3 scripts/tests_required.py fluxcd-image-reflector-controller-ib fluxcd-image-reflector-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3401,7 +3401,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-reflector-controller/ironbank - name: Report pulls @@ -3414,9 +3414,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluent-bit": 1 }' \ + -d '{ "rapidfort/fluxcd-image-reflector-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluent-bit-ib: + fluxcd-kustomize-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3434,7 +3434,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluent-bit-ib fluent-bit/ironbank output.txt + python3 scripts/tests_required.py fluxcd-kustomize-controller-ib fluxcd-kustomize-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3475,7 +3475,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-kustomize-controller/ironbank - name: Report pulls @@ -3488,9 +3488,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluent-bit-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-kustomize-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluent-bit-official: + fluxcd-notification-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3508,7 +3508,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluent-bit-official fluent-bit/official output.txt + python3 scripts/tests_required.py fluxcd-notification-controller-ib fluxcd-notification-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3549,7 +3549,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/official + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-notification-controller/ironbank - name: Report pulls @@ -3562,9 +3562,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluent-bit-official": 1 }' \ + -d '{ "rapidfort/fluxcd-notification-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd: + fluxcd-source-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3582,7 +3582,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluentd fluentd/bitnami output.txt + python3 scripts/tests_required.py fluxcd-source-controller-ib fluxcd-source-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3623,7 +3623,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-source-controller/ironbank - name: Report pulls @@ -3636,9 +3636,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd": 1 }' \ + -d '{ "rapidfort/fluxcd-source-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-elasticsearch-ib: + gatekeeper-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3656,7 +3656,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluentd-elasticsearch-ib fluentd-elasticsearch/ironbank output.txt + python3 scripts/tests_required.py gatekeeper-ib gatekeeper/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3697,7 +3697,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-elasticsearch/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gatekeeper/ironbank - name: Report pulls @@ -3710,9 +3710,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-elasticsearch-ib": 1 }' \ + -d '{ "rapidfort/gatekeeper-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-ib: + git-lfs-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3730,7 +3730,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluentd-ib fluentd/ironbank output.txt + python3 scripts/tests_required.py git-lfs-ib git-lfs/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3771,7 +3771,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run git-lfs/ironbank - name: Report pulls @@ -3784,9 +3784,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-ib": 1 }' \ + -d '{ "rapidfort/git-lfs-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-kubernetes-daemonset-ib: + gitaly-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3804,7 +3804,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluentd-kubernetes-daemonset-ib fluentd-kubernetes-daemonset/ironbank output.txt + python3 scripts/tests_required.py gitaly-ib gitaly/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3845,7 +3845,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-kubernetes-daemonset/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitaly/ironbank - name: Report pulls @@ -3858,9 +3858,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-kubernetes-daemonset-ib": 1 }' \ + -d '{ "rapidfort/gitaly-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-official: + gitlab-certificates-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3878,7 +3878,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluentd-official fluentd/official output.txt + python3 scripts/tests_required.py gitlab-certificates-ib gitlab-certificates/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3919,7 +3919,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/official + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-certificates/ironbank - name: Report pulls @@ -3932,9 +3932,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-official": 1 }' \ + -d '{ "rapidfort/gitlab-certificates-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-helm-controller-ib: + gitlab-cfssl-self-sign-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -3952,7 +3952,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluxcd-helm-controller-ib fluxcd-helm-controller/ironbank output.txt + python3 scripts/tests_required.py gitlab-cfssl-self-sign-ib gitlab-cfssl-self-sign/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -3993,7 +3993,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-helm-controller/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-cfssl-self-sign/ironbank - name: Report pulls @@ -4006,9 +4006,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-helm-controller-ib": 1 }' \ + -d '{ "rapidfort/gitlab-cfssl-self-sign-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-image-automation-controller-ib: + gitlab-container-registry-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4026,7 +4026,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluxcd-image-automation-controller-ib fluxcd-image-automation-controller/ironbank output.txt + python3 scripts/tests_required.py gitlab-container-registry-ib gitlab-container-registry/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4067,7 +4067,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-automation-controller/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-container-registry/ironbank - name: Report pulls @@ -4080,9 +4080,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-image-automation-controller-ib": 1 }' \ + -d '{ "rapidfort/gitlab-container-registry-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-image-reflector-controller-ib: + gitlab-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4100,7 +4100,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluxcd-image-reflector-controller-ib fluxcd-image-reflector-controller/ironbank output.txt + python3 scripts/tests_required.py gitlab-exporter-ib gitlab-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4141,7 +4141,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-reflector-controller/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-exporter/ironbank - name: Report pulls @@ -4154,9 +4154,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-image-reflector-controller-ib": 1 }' \ + -d '{ "rapidfort/gitlab-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-kustomize-controller-ib: + gitlab-kas-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4174,7 +4174,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluxcd-kustomize-controller-ib fluxcd-kustomize-controller/ironbank output.txt + python3 scripts/tests_required.py gitlab-kas-ib gitlab-kas/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4215,7 +4215,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-kustomize-controller/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-kas/ironbank - name: Report pulls @@ -4228,9 +4228,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-kustomize-controller-ib": 1 }' \ + -d '{ "rapidfort/gitlab-kas-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-notification-controller-ib: + gitlab-runner-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4248,7 +4248,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluxcd-notification-controller-ib fluxcd-notification-controller/ironbank output.txt + python3 scripts/tests_required.py gitlab-runner-ib gitlab-runner/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4289,7 +4289,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-notification-controller/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-runner/ironbank - name: Report pulls @@ -4302,9 +4302,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-notification-controller-ib": 1 }' \ + -d '{ "rapidfort/gitlab-runner-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-source-controller-ib: + gitlab-shell-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4322,7 +4322,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py fluxcd-source-controller-ib fluxcd-source-controller/ironbank output.txt + python3 scripts/tests_required.py gitlab-shell-ib gitlab-shell/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4363,7 +4363,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-source-controller/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-shell/ironbank - name: Report pulls @@ -4376,9 +4376,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-source-controller-ib": 1 }' \ + -d '{ "rapidfort/gitlab-shell-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gatekeeper-ib: + gitlab-workhorse-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4396,7 +4396,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gatekeeper-ib gatekeeper/ironbank output.txt + python3 scripts/tests_required.py gitlab-workhorse-ib gitlab-workhorse/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4437,7 +4437,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gatekeeper/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-workhorse/ironbank - name: Report pulls @@ -4450,9 +4450,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gatekeeper-ib": 1 }' \ + -d '{ "rapidfort/gitlab-workhorse-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ghost: + grafana-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4470,7 +4470,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py ghost ghost/bitnami output.txt + python3 scripts/tests_required.py grafana-ib grafana/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4511,7 +4511,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run ghost/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run grafana/ironbank - name: Report pulls @@ -4524,9 +4524,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ghost": 1 }' \ + -d '{ "rapidfort/grafana-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - git-lfs-ib: + grafana-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4544,7 +4544,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py git-lfs-ib git-lfs/ironbank output.txt + python3 scripts/tests_required.py grafana-official grafana/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4585,7 +4585,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run git-lfs/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run grafana/official - name: Report pulls @@ -4598,9 +4598,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/git-lfs-ib": 1 }' \ + -d '{ "rapidfort/grafana-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitaly-ib: + grafana-plugins-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4618,7 +4618,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitaly-ib gitaly/ironbank output.txt + python3 scripts/tests_required.py grafana-plugins-ib grafana-plugins/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4659,7 +4659,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitaly/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run grafana-plugins/ironbank - name: Report pulls @@ -4672,9 +4672,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitaly-ib": 1 }' \ + -d '{ "rapidfort/grafana-plugins-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-certificates-ib: + hadolint-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4692,7 +4692,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-certificates-ib gitlab-certificates/ironbank output.txt + python3 scripts/tests_required.py hadolint-ib hadolint/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4733,7 +4733,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-certificates/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run hadolint/ironbank - name: Report pulls @@ -4746,9 +4746,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-certificates-ib": 1 }' \ + -d '{ "rapidfort/hadolint-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-cfssl-self-sign-ib: + haproxy-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4766,7 +4766,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-cfssl-self-sign-ib gitlab-cfssl-self-sign/ironbank output.txt + python3 scripts/tests_required.py haproxy-ib haproxy/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4807,7 +4807,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-cfssl-self-sign/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/ironbank - name: Report pulls @@ -4820,9 +4820,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-cfssl-self-sign-ib": 1 }' \ + -d '{ "rapidfort/haproxy24-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-container-registry-ib: + haproxy-latest-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4840,7 +4840,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-container-registry-ib gitlab-container-registry/ironbank output.txt + python3 scripts/tests_required.py haproxy-latest-ib haproxy-latest/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4881,7 +4881,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-container-registry/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run haproxy-latest/ironbank - name: Report pulls @@ -4894,9 +4894,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-container-registry-ib": 1 }' \ + -d '{ "rapidfort/haproxy-latest-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-exporter-ib: + haproxy-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4914,7 +4914,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-exporter-ib gitlab-exporter/ironbank output.txt + python3 scripts/tests_required.py haproxy-official haproxy/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -4955,7 +4955,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-exporter/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/official - name: Report pulls @@ -4968,9 +4968,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-exporter-ib": 1 }' \ + -d '{ "rapidfort/haproxy-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-kas-ib: + heartbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -4988,7 +4988,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-kas-ib gitlab-kas/ironbank output.txt + python3 scripts/tests_required.py heartbeat-ib heartbeat/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -5029,7 +5029,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-kas/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run heartbeat/ironbank - name: Report pulls @@ -5042,9 +5042,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-kas-ib": 1 }' \ + -d '{ "rapidfort/heartbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-runner-ib: + jq-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -5062,7 +5062,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-runner-ib gitlab-runner/ironbank output.txt + python3 scripts/tests_required.py jq-ib jq/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -5103,7 +5103,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-runner/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run jq/ironbank - name: Report pulls @@ -5116,9 +5116,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-runner-ib": 1 }' \ + -d '{ "rapidfort/jq-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-shell-ib: + k6-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -5136,7 +5136,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py gitlab-shell-ib gitlab-shell/ironbank output.txt + python3 scripts/tests_required.py k6-ib k6/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -5177,2079 +5177,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-shell/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-shell-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-workhorse-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py gitlab-workhorse-ib gitlab-workhorse/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-workhorse/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-workhorse-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - grafana-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py grafana-ib grafana/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run grafana/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/grafana-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - grafana-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py grafana-official grafana/official output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run grafana/official - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/grafana-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - grafana-plugins-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py grafana-plugins-ib grafana-plugins/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run grafana-plugins/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/grafana-plugins-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - hadolint-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py hadolint-ib hadolint/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run hadolint/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/hadolint-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py haproxy haproxy/bitnami output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/bitnami - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py haproxy-ib haproxy/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy24-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy-latest-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py haproxy-latest-ib haproxy-latest/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy-latest/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy-latest-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py haproxy-official haproxy/official output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/official - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - heartbeat-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py heartbeat-ib heartbeat/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run heartbeat/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/heartbeat-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - influxdb: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py influxdb influxdb/bitnami output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run influxdb/bitnami - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/influxdb": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - jq-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py jq-ib jq/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run jq/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/jq-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - k6-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py k6-ib k6/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run k6/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/k6-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - k8s-sidecar-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py k8s-sidecar-ib k8s-sidecar/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/k8s-sidecar-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - k8s-sidecar-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py k8s-sidecar-official k8s-sidecar/official output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/official - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/k8s-sidecar-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kafka-bridge-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kafka-bridge-ib kafka-bridge/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kafka-bridge/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kafka-bridge-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kafka-exporter-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kafka-exporter-ib kafka-exporter/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kafka-exporter/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kafka-exporter-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kafka-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kafka-ib kafka/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kafka/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kafka-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - keycloak-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py keycloak-official keycloak/official output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run keycloak/official - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/keycloak-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kibana-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kibana-ib kibana/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kibana/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kibana-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kong: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kong kong/official output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kong/official - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kong": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kongkic-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kongkic-ib kongkic/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kongkic/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kongkic-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kube-webhook-certgen-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kube-webhook-certgen-ib kube-webhook-certgen/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kube-webhook-certgen/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kube-webhook-certgen-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kubectl-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kubectl-ib kubectl/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kubectl/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kubectl-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kyverno-background-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kyverno-background-controller-ib kyverno-background-controller/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-background-controller/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kyverno-background-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kyverno-cleanup-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kyverno-cleanup-controller-ib kyverno-cleanup-controller/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-cleanup-controller/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kyverno-cleanup-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - kyverno-reports-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py kyverno-reports-controller-ib kyverno-reports-controller/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-reports-controller/ironbank - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kyverno-reports-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - logstash-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py logstash-ib logstash/ironbank output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run logstash/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run k6/ironbank - name: Report pulls @@ -7262,9 +5190,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/logstash-ib": 1 }' \ + -d '{ "rapidfort/k6-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mariadb: + k8s-sidecar-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7282,7 +5210,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mariadb mariadb/bitnami output.txt + python3 scripts/tests_required.py k8s-sidecar-ib k8s-sidecar/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7323,7 +5251,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/ironbank - name: Report pulls @@ -7336,9 +5264,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mariadb": 1 }' \ + -d '{ "rapidfort/k8s-sidecar-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mariadb-ib: + k8s-sidecar-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7356,7 +5284,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mariadb-ib mariadb/ironbank output.txt + python3 scripts/tests_required.py k8s-sidecar-official k8s-sidecar/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7397,7 +5325,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/official - name: Report pulls @@ -7410,9 +5338,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mariadb-ib": 1 }' \ + -d '{ "rapidfort/k8s-sidecar-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mariadb-official: + kafka-bridge-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7430,7 +5358,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mariadb-official mariadb/official output.txt + python3 scripts/tests_required.py kafka-bridge-ib kafka-bridge/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7471,7 +5399,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/official + run: python3 community_images/common/orchestrator/main.py hourly_run kafka-bridge/ironbank - name: Report pulls @@ -7484,9 +5412,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mariadb-official": 1 }' \ + -d '{ "rapidfort/kafka-bridge-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mc-ib: + kafka-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7504,7 +5432,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mc-ib mc/ironbank output.txt + python3 scripts/tests_required.py kafka-exporter-ib kafka-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7545,7 +5473,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mc/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kafka-exporter/ironbank - name: Report pulls @@ -7558,9 +5486,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mc-ib": 1 }' \ + -d '{ "rapidfort/kafka-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - memcached: + kafka-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7578,7 +5506,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py memcached memcached/bitnami output.txt + python3 scripts/tests_required.py kafka-ib kafka/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7619,7 +5547,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run memcached/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run kafka/ironbank - name: Report pulls @@ -7632,9 +5560,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/memcached": 1 }' \ + -d '{ "rapidfort/kafka-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - memcached-ib: + keycloak-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7652,7 +5580,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py memcached-ib memcached/ironbank output.txt + python3 scripts/tests_required.py keycloak-official keycloak/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7693,7 +5621,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run memcached/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run keycloak/official - name: Report pulls @@ -7706,9 +5634,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/memcached-ib": 1 }' \ + -d '{ "rapidfort/keycloak-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - memcached-official: + kibana-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7726,7 +5654,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py memcached-official memcached/official output.txt + python3 scripts/tests_required.py kibana-ib kibana/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7767,7 +5695,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run memcached/official + run: python3 community_images/common/orchestrator/main.py hourly_run kibana/ironbank - name: Report pulls @@ -7780,9 +5708,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/memcached-official": 1 }' \ + -d '{ "rapidfort/kibana-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - metabase-ib: + kong: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7800,7 +5728,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py metabase-ib metabase/ironbank output.txt + python3 scripts/tests_required.py kong kong/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7841,7 +5769,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run metabase/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kong/official - name: Report pulls @@ -7854,9 +5782,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/metabase-ib": 1 }' \ + -d '{ "rapidfort/kong": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - metricbeat-ib: + kongkic-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7874,7 +5802,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py metricbeat-ib metricbeat/ironbank output.txt + python3 scripts/tests_required.py kongkic-ib kongkic/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7915,7 +5843,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run metricbeat/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kongkic/ironbank - name: Report pulls @@ -7928,9 +5856,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/metricbeat-ib": 1 }' \ + -d '{ "rapidfort/kongkic-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - metrics-server-ib: + kube-webhook-certgen-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -7948,7 +5876,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py metrics-server-ib metrics-server/ironbank output.txt + python3 scripts/tests_required.py kube-webhook-certgen-ib kube-webhook-certgen/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -7989,7 +5917,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run metrics-server/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kube-webhook-certgen/ironbank - name: Report pulls @@ -8002,9 +5930,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/metrics-server-ib": 1 }' \ + -d '{ "rapidfort/kube-webhook-certgen-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - microsoft-sql-server-2019-ib: + kubectl-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8022,7 +5950,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py microsoft-sql-server-2019-ib microsoft-sql-server-2019/ironbank output.txt + python3 scripts/tests_required.py kubectl-ib kubectl/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8063,7 +5991,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run microsoft-sql-server-2019/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kubectl/ironbank - name: Report pulls @@ -8076,9 +6004,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/microsoft-sql-server-2019-ib": 1 }' \ + -d '{ "rapidfort/kubectl-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-console-ib: + kyverno-background-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8096,7 +6024,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py minio-console-ib minio-console/ironbank output.txt + python3 scripts/tests_required.py kyverno-background-controller-ib kyverno-background-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8137,7 +6065,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run minio-console/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-background-controller/ironbank - name: Report pulls @@ -8150,9 +6078,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-console-ib": 1 }' \ + -d '{ "rapidfort/kyverno-background-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-ib: + kyverno-cleanup-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8170,7 +6098,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py minio-ib minio/ironbank output.txt + python3 scripts/tests_required.py kyverno-cleanup-controller-ib kyverno-cleanup-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8211,7 +6139,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run minio/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-cleanup-controller/ironbank - name: Report pulls @@ -8224,9 +6152,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-ib": 1 }' \ + -d '{ "rapidfort/kyverno-cleanup-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-operator-ib: + kyverno-reports-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8244,7 +6172,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py minio-operator-ib minio-operator/ironbank output.txt + python3 scripts/tests_required.py kyverno-reports-controller-ib kyverno-reports-controller/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8285,7 +6213,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-reports-controller/ironbank - name: Report pulls @@ -8298,9 +6226,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-operator-ib": 1 }' \ + -d '{ "rapidfort/kyverno-reports-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-operator-sidecar-ib: + logstash-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8318,7 +6246,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py minio-operator-sidecar-ib minio-operator-sidecar/ironbank output.txt + python3 scripts/tests_required.py logstash-ib logstash/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8359,7 +6287,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator-sidecar/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run logstash/ironbank - name: Report pulls @@ -8372,9 +6300,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-operator-sidecar-ib": 1 }' \ + -d '{ "rapidfort/logstash-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mkdocs-ib: + mariadb-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8392,7 +6320,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mkdocs-ib mkdocs/ironbank output.txt + python3 scripts/tests_required.py mariadb-ib mariadb/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8433,7 +6361,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mkdocs/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/ironbank - name: Report pulls @@ -8446,9 +6374,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mkdocs-ib": 1 }' \ + -d '{ "rapidfort/mariadb-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - molecule-ib: + mariadb-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8466,7 +6394,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py molecule-ib molecule/ironbank output.txt + python3 scripts/tests_required.py mariadb-official mariadb/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8507,7 +6435,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run molecule/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/official - name: Report pulls @@ -8520,9 +6448,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/molecule-ib": 1 }' \ + -d '{ "rapidfort/mariadb-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mongodb: + mc-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8540,7 +6468,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mongodb mongodb/bitnami output.txt + python3 scripts/tests_required.py mc-ib mc/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8581,7 +6509,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run mc/ironbank - name: Report pulls @@ -8594,9 +6522,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mongodb": 1 }' \ + -d '{ "rapidfort/mc-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mongodb-ib: + memcached-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8614,7 +6542,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mongodb-ib mongodb/ironbank output.txt + python3 scripts/tests_required.py memcached-ib memcached/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8655,7 +6583,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run memcached/ironbank - name: Report pulls @@ -8668,9 +6596,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mongodb-ib": 1 }' \ + -d '{ "rapidfort/memcached-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mongodb-official: + memcached-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8688,7 +6616,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mongodb-official mongodb/official output.txt + python3 scripts/tests_required.py memcached-official memcached/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8729,7 +6657,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/official + run: python3 community_images/common/orchestrator/main.py hourly_run memcached/official - name: Report pulls @@ -8742,9 +6670,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mongodb-official": 1 }' \ + -d '{ "rapidfort/memcached-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - moodle-ib: + metabase-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8762,7 +6690,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py moodle-ib moodle/ironbank output.txt + python3 scripts/tests_required.py metabase-ib metabase/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8803,7 +6731,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run moodle/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run metabase/ironbank - name: Report pulls @@ -8816,9 +6744,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/moodle-ib": 1 }' \ + -d '{ "rapidfort/metabase-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mysql: + metricbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8836,7 +6764,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mysql mysql/bitnami output.txt + python3 scripts/tests_required.py metricbeat-ib metricbeat/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8877,7 +6805,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mysql/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run metricbeat/ironbank - name: Report pulls @@ -8890,9 +6818,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mysql": 1 }' \ + -d '{ "rapidfort/metricbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mysql-ib: + metrics-server-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8910,7 +6838,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mysql-ib mysql/ironbank output.txt + python3 scripts/tests_required.py metrics-server-ib metrics-server/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -8951,7 +6879,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mysql/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run metrics-server/ironbank - name: Report pulls @@ -8964,9 +6892,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mysql8-ib": 1 }' \ + -d '{ "rapidfort/metrics-server-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mysql-official: + microsoft-sql-server-2019-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -8984,7 +6912,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py mysql-official mysql/official output.txt + python3 scripts/tests_required.py microsoft-sql-server-2019-ib microsoft-sql-server-2019/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9025,7 +6953,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run mysql/official + run: python3 community_images/common/orchestrator/main.py hourly_run microsoft-sql-server-2019/ironbank - name: Report pulls @@ -9038,9 +6966,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mysql-official": 1 }' \ + -d '{ "rapidfort/microsoft-sql-server-2019-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nats: + minio-console-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9058,7 +6986,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nats nats/bitnami output.txt + python3 scripts/tests_required.py minio-console-ib minio-console/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9099,7 +7027,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nats/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run minio-console/ironbank - name: Report pulls @@ -9112,9 +7040,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nats": 1 }' \ + -d '{ "rapidfort/minio-console-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nats-ib: + minio-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9132,7 +7060,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nats-ib nats/ironbank output.txt + python3 scripts/tests_required.py minio-ib minio/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9173,7 +7101,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nats/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run minio/ironbank - name: Report pulls @@ -9186,9 +7114,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nats-ib": 1 }' \ + -d '{ "rapidfort/minio-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nats-official: + minio-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9206,7 +7134,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nats-official nats/official output.txt + python3 scripts/tests_required.py minio-operator-ib minio-operator/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9247,7 +7175,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nats/official + run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator/ironbank - name: Report pulls @@ -9260,9 +7188,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nats-official": 1 }' \ + -d '{ "rapidfort/minio-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nginx: + minio-operator-sidecar-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9280,7 +7208,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nginx nginx/bitnami output.txt + python3 scripts/tests_required.py minio-operator-sidecar-ib minio-operator-sidecar/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9321,7 +7249,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nginx/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator-sidecar/ironbank - name: Report pulls @@ -9334,9 +7262,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nginx": 1 }' \ + -d '{ "rapidfort/minio-operator-sidecar-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nginx-ib: + mkdocs-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9354,7 +7282,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nginx-ib nginx/ironbank output.txt + python3 scripts/tests_required.py mkdocs-ib mkdocs/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9395,7 +7323,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nginx/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run mkdocs/ironbank - name: Report pulls @@ -9408,9 +7336,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nginx-ib": 1 }' \ + -d '{ "rapidfort/mkdocs-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nginx-official: + molecule-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9428,7 +7356,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nginx-official nginx/official output.txt + python3 scripts/tests_required.py molecule-ib molecule/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9469,7 +7397,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nginx/official + run: python3 community_images/common/orchestrator/main.py hourly_run molecule/ironbank - name: Report pulls @@ -9482,9 +7410,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nginx-official": 1 }' \ + -d '{ "rapidfort/molecule-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nifi-ib: + mongodb-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9502,7 +7430,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nifi-ib nifi/ironbank output.txt + python3 scripts/tests_required.py mongodb-ib mongodb/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9543,7 +7471,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nifi/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/ironbank - name: Report pulls @@ -9556,9 +7484,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nifi-ib": 1 }' \ + -d '{ "rapidfort/mongodb-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nifi-registry-ib: + mongodb-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9576,7 +7504,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py nifi-registry-ib nifi-registry/ironbank output.txt + python3 scripts/tests_required.py mongodb-official mongodb/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9617,7 +7545,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run nifi-registry/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/official - name: Report pulls @@ -9630,9 +7558,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nifi-registry-ib": 1 }' \ + -d '{ "rapidfort/mongodb-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - node-exporter: + moodle-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9650,7 +7578,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py node-exporter node-exporter/bitnami output.txt + python3 scripts/tests_required.py moodle-ib moodle/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9691,7 +7619,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run moodle/ironbank - name: Report pulls @@ -9704,9 +7632,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/node-exporter": 1 }' \ + -d '{ "rapidfort/moodle-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - node-exporter-ib: + mysql-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9724,7 +7652,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py node-exporter-ib node-exporter/ironbank output.txt + python3 scripts/tests_required.py mysql-ib mysql/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9765,7 +7693,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run mysql/ironbank - name: Report pulls @@ -9778,9 +7706,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/node-exporter-ib": 1 }' \ + -d '{ "rapidfort/mysql8-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - node-exporter-official: + mysql-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9798,7 +7726,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py node-exporter-official node-exporter/official output.txt + python3 scripts/tests_required.py mysql-official mysql/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9839,7 +7767,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/official + run: python3 community_images/common/orchestrator/main.py hourly_run mysql/official - name: Report pulls @@ -9852,9 +7780,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/node-exporter-official": 1 }' \ + -d '{ "rapidfort/mysql-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - oncall: + nats-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9872,7 +7800,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py oncall oncall/grafana output.txt + python3 scripts/tests_required.py nats-ib nats/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9913,7 +7841,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run oncall/grafana + run: python3 community_images/common/orchestrator/main.py hourly_run nats/ironbank - name: Report pulls @@ -9926,9 +7854,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/oncall": 1 }' \ + -d '{ "rapidfort/nats-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - opa-ib: + nats-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -9946,7 +7874,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py opa-ib opa/ironbank output.txt + python3 scripts/tests_required.py nats-official nats/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -9987,7 +7915,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run opa/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run nats/official - name: Report pulls @@ -10000,9 +7928,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/opa-ib": 1 }' \ + -d '{ "rapidfort/nats-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - openldap-ib: + nginx-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10020,7 +7948,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py openldap-ib openldap/ironbank output.txt + python3 scripts/tests_required.py nginx-ib nginx/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10061,7 +7989,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run openldap/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run nginx/ironbank - name: Report pulls @@ -10074,9 +8002,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/openldap-ib": 1 }' \ + -d '{ "rapidfort/nginx-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - osee-postgres-ib: + nginx-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10094,7 +8022,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py osee-postgres-ib osee-postgres/ironbank output.txt + python3 scripts/tests_required.py nginx-official nginx/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10135,7 +8063,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run osee-postgres/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run nginx/official - name: Report pulls @@ -10148,9 +8076,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/osee-postgres-ib": 1 }' \ + -d '{ "rapidfort/nginx-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - packetbeat-ib: + nifi-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10168,7 +8096,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py packetbeat-ib packetbeat/ironbank output.txt + python3 scripts/tests_required.py nifi-ib nifi/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10209,7 +8137,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run packetbeat/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run nifi/ironbank - name: Report pulls @@ -10222,9 +8150,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/packetbeat-ib": 1 }' \ + -d '{ "rapidfort/nifi-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - pause-ib: + nifi-registry-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10242,7 +8170,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py pause-ib pause/ironbank output.txt + python3 scripts/tests_required.py nifi-registry-ib nifi-registry/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10283,7 +8211,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run pause/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run nifi-registry/ironbank - name: Report pulls @@ -10296,9 +8224,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/pause-ib": 1 }' \ + -d '{ "rapidfort/nifi-registry-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - pgadmin-ib: + node-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10316,7 +8244,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py pgadmin-ib pgadmin/ironbank output.txt + python3 scripts/tests_required.py node-exporter-ib node-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10357,7 +8285,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run pgadmin/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/ironbank - name: Report pulls @@ -10370,9 +8298,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/pgadmin-ib": 1 }' \ + -d '{ "rapidfort/node-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - podman-ib: + node-exporter-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10390,7 +8318,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py podman-ib podman/ironbank output.txt + python3 scripts/tests_required.py node-exporter-official node-exporter/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10431,7 +8359,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run podman/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/official - name: Report pulls @@ -10444,9 +8372,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/podman-ib": 1 }' \ + -d '{ "rapidfort/node-exporter-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postfix-ib: + oncall: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10464,7 +8392,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postfix-ib postfix/ironbank output.txt + python3 scripts/tests_required.py oncall oncall/grafana output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10505,7 +8433,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postfix/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run oncall/grafana - name: Report pulls @@ -10518,9 +8446,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postfix-ib": 1 }' \ + -d '{ "rapidfort/oncall": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgres-exporter-bitnami-ib: + opa-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10538,7 +8466,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postgres-exporter-bitnami-ib postgres-exporter/bitnami-ironbank output.txt + python3 scripts/tests_required.py opa-ib opa/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10579,7 +8507,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postgres-exporter/bitnami-ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run opa/ironbank - name: Report pulls @@ -10592,9 +8520,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgres-exporter-bitnami-ib": 1 }' \ + -d '{ "rapidfort/opa-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgres-exporter-ib: + openldap-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10612,7 +8540,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postgres-exporter-ib postgres-exporter/ironbank output.txt + python3 scripts/tests_required.py openldap-ib openldap/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10653,7 +8581,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postgres-exporter/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run openldap/ironbank - name: Report pulls @@ -10666,9 +8594,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgres-exporter-ib": 1 }' \ + -d '{ "rapidfort/openldap-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql: + osee-postgres-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10686,7 +8614,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postgresql postgresql/bitnami output.txt + python3 scripts/tests_required.py osee-postgres-ib osee-postgres/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10727,7 +8655,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run osee-postgres/ironbank - name: Report pulls @@ -10740,9 +8668,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql": 1 }' \ + -d '{ "rapidfort/osee-postgres-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql-ib: + packetbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10760,7 +8688,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postgresql-ib postgresql/ironbank output.txt + python3 scripts/tests_required.py packetbeat-ib packetbeat/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10801,7 +8729,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run packetbeat/ironbank - name: Report pulls @@ -10814,9 +8742,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql12-ib": 1 }' \ + -d '{ "rapidfort/packetbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql-official: + pause-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10834,7 +8762,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postgresql-official postgresql/official output.txt + python3 scripts/tests_required.py pause-ib pause/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10875,7 +8803,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/official + run: python3 community_images/common/orchestrator/main.py hourly_run pause/ironbank - name: Report pulls @@ -10888,9 +8816,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql-official": 1 }' \ + -d '{ "rapidfort/pause-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql16-bitnami-ib: + pgadmin-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10908,7 +8836,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py postgresql16-bitnami-ib postgresql/bitnami-ironbank output.txt + python3 scripts/tests_required.py pgadmin-ib pgadmin/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -10949,7 +8877,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/bitnami-ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run pgadmin/ironbank - name: Report pulls @@ -10962,9 +8890,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql16-bitnami-ib": 1 }' \ + -d '{ "rapidfort/pgadmin-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus: + podman-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -10982,7 +8910,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py prometheus prometheus/bitnami output.txt + python3 scripts/tests_required.py podman-ib podman/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11023,7 +8951,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run podman/ironbank - name: Report pulls @@ -11036,9 +8964,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus": 1 }' \ + -d '{ "rapidfort/podman-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-config-reloader-ib: + postfix-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11056,7 +8984,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py prometheus-config-reloader-ib prometheus-config-reloader/ironbank output.txt + python3 scripts/tests_required.py postfix-ib postfix/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11097,7 +9025,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-config-reloader/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run postfix/ironbank - name: Report pulls @@ -11110,9 +9038,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-config-reloader-ib": 1 }' \ + -d '{ "rapidfort/postfix-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-ib: + postgres-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11130,7 +9058,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py prometheus-ib prometheus/ironbank output.txt + python3 scripts/tests_required.py postgres-exporter-ib postgres-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11171,7 +9099,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run postgres-exporter/ironbank - name: Report pulls @@ -11184,9 +9112,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-ib": 1 }' \ + -d '{ "rapidfort/postgres-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-official: + postgresql-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11204,7 +9132,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py prometheus-official prometheus/official output.txt + python3 scripts/tests_required.py postgresql-ib postgresql/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11245,7 +9173,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/official + run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/ironbank - name: Report pulls @@ -11258,9 +9186,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-official": 1 }' \ + -d '{ "rapidfort/postgresql12-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-operator-ib: + postgresql-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11278,7 +9206,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py prometheus-operator-ib prometheus-operator/ironbank output.txt + python3 scripts/tests_required.py postgresql-official postgresql/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11319,7 +9247,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-operator/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/official - name: Report pulls @@ -11332,9 +9260,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-operator-ib": 1 }' \ + -d '{ "rapidfort/postgresql-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - rabbitmq: + prometheus-config-reloader-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11352,7 +9280,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py rabbitmq rabbitmq/bitnami output.txt + python3 scripts/tests_required.py prometheus-config-reloader-ib prometheus-config-reloader/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11393,7 +9321,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run rabbitmq/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-config-reloader/ironbank - name: Report pulls @@ -11406,9 +9334,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/rabbitmq": 1 }' \ + -d '{ "rapidfort/prometheus-config-reloader-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - rabbitmq-official: + prometheus-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11426,7 +9354,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py rabbitmq-official rabbitmq/official output.txt + python3 scripts/tests_required.py prometheus-ib prometheus/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11467,7 +9395,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run rabbitmq/official + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/ironbank - name: Report pulls @@ -11480,9 +9408,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/rabbitmq-official": 1 }' \ + -d '{ "rapidfort/prometheus-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis: + prometheus-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11500,7 +9428,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py redis redis/bitnami output.txt + python3 scripts/tests_required.py prometheus-official prometheus/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11541,7 +9469,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run redis/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/official - name: Report pulls @@ -11554,9 +9482,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis": 1 }' \ + -d '{ "rapidfort/prometheus-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis-cluster: + prometheus-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11574,7 +9502,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py redis-cluster redis-cluster/bitnami output.txt + python3 scripts/tests_required.py prometheus-operator-ib prometheus-operator/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11615,7 +9543,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run redis-cluster/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-operator/ironbank - name: Report pulls @@ -11628,9 +9556,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis-cluster": 1 }' \ + -d '{ "rapidfort/prometheus-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis-exporter-ib: + rabbitmq-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11648,7 +9576,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py redis-exporter-ib redis-exporter/ironbank output.txt + python3 scripts/tests_required.py rabbitmq-official rabbitmq/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11689,7 +9617,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run redis-exporter/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run rabbitmq/official - name: Report pulls @@ -11702,9 +9630,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis-exporter-ib": 1 }' \ + -d '{ "rapidfort/rabbitmq-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis-ib: + redis-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11722,7 +9650,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py redis-ib redis/ironbank output.txt + python3 scripts/tests_required.py redis-exporter-ib redis-exporter/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11763,7 +9691,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run redis/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run redis-exporter/ironbank - name: Report pulls @@ -11776,9 +9704,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis6-ib": 1 }' \ + -d '{ "rapidfort/redis-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis-official: + redis-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11796,7 +9724,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py redis-official redis/official output.txt + python3 scripts/tests_required.py redis-ib redis/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11837,7 +9765,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run redis/official + run: python3 community_images/common/orchestrator/main.py hourly_run redis/ironbank - name: Report pulls @@ -11850,9 +9778,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis-official": 1 }' \ + -d '{ "rapidfort/redis6-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis-sentinel-ib: + redis-official: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11870,7 +9798,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py redis-sentinel-ib redis-sentinel/ironbank output.txt + python3 scripts/tests_required.py redis-official redis/official output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11911,7 +9839,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run redis-sentinel/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run redis/official - name: Report pulls @@ -11924,9 +9852,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis-sentinel-ib": 1 }' \ + -d '{ "rapidfort/redis-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - registry-v2-ib: + redis-sentinel-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -11944,7 +9872,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py registry-v2-ib registry-v2/ironbank output.txt + python3 scripts/tests_required.py redis-sentinel-ib redis-sentinel/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -11985,7 +9913,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run registry-v2/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run redis-sentinel/ironbank - name: Report pulls @@ -11998,9 +9926,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/registry-v2-ib": 1 }' \ + -d '{ "rapidfort/redis-sentinel-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - shellcheck-ib: + registry-v2-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -12018,7 +9946,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py shellcheck-ib shellcheck/ironbank output.txt + python3 scripts/tests_required.py registry-v2-ib registry-v2/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -12059,7 +9987,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run shellcheck/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run registry-v2/ironbank - name: Report pulls @@ -12072,9 +10000,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/shellcheck-ib": 1 }' \ + -d '{ "rapidfort/registry-v2-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - skopeo-ib: + shellcheck-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -12092,7 +10020,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py skopeo-ib skopeo/ironbank output.txt + python3 scripts/tests_required.py shellcheck-ib shellcheck/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -12133,7 +10061,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run skopeo/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run shellcheck/ironbank - name: Report pulls @@ -12146,9 +10074,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/skopeo-ib": 1 }' \ + -d '{ "rapidfort/shellcheck-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - solr-8-ib: + skopeo-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -12166,7 +10094,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py solr-8-ib solr-8/ironbank output.txt + python3 scripts/tests_required.py skopeo-ib skopeo/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -12207,7 +10135,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run solr-8/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run skopeo/ironbank - name: Report pulls @@ -12220,9 +10148,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/solr-8-ib": 1 }' \ + -d '{ "rapidfort/skopeo-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - sqlite-ib: + solr-8-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -12240,7 +10168,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py sqlite-ib sqlite/ironbank output.txt + python3 scripts/tests_required.py solr-8-ib solr-8/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -12281,7 +10209,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run sqlite/ironbank + run: python3 community_images/common/orchestrator/main.py hourly_run solr-8/ironbank - name: Report pulls @@ -12294,9 +10222,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/sqlite-ib": 1 }' \ + -d '{ "rapidfort/solr-8-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - telegraf: + sqlite-ib: runs-on: ubuntu-22.04 environment: actions-cicd-pr @@ -12314,7 +10242,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - python3 scripts/tests_required.py telegraf telegraf/bitnami output.txt + python3 scripts/tests_required.py sqlite-ib sqlite/ironbank output.txt cat output.txt >> $GITHUB_OUTPUT - name: Start minikube @@ -12355,7 +10283,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run telegraf/bitnami + run: python3 community_images/common/orchestrator/main.py hourly_run sqlite/ironbank - name: Report pulls @@ -12368,7 +10296,7 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/telegraf": 1 }' \ + -d '{ "rapidfort/sqlite-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls tempo-query-ib: runs-on: ubuntu-22.04 @@ -13702,80 +11630,6 @@ jobs: -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ -d '{ "rapidfort/velero-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - wordpress: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py wordpress wordpress/bitnami output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run wordpress/bitnami - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/wordpress": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls yourls: runs-on: ubuntu-22.04 @@ -13924,80 +11778,6 @@ jobs: -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ -d '{ "rapidfort/yq-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - zookeeper: - runs-on: ubuntu-22.04 - - environment: actions-cicd-pr - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Check if test required - id: test-required - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python3 scripts/tests_required.py zookeeper zookeeper/bitnami output.txt - cat output.txt >> $GITHUB_OUTPUT - - - name: Start minikube - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images for testing PR - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: ${{ steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - run: python3 community_images/common/orchestrator/main.py hourly_run zookeeper/bitnami - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - if: ${{ github.event_name == 'pull_request' && steps.test-required.outputs.TEST_REQUIRED == 'yes' }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/zookeeper": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls zookeeper-ib: runs-on: ubuntu-22.04 diff --git a/.github/workflows/image_run_v3.yml b/.github/workflows/image_run_v3.yml index 1edd5b1a35..999b33b987 100644 --- a/.github/workflows/image_run_v3.yml +++ b/.github/workflows/image_run_v3.yml @@ -11,7 +11,7 @@ on: permissions: read-all jobs: - airflow: + airflow-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -56,7 +56,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/ironbank --publish - name: Report pulls @@ -67,9 +67,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow": 1 }' \ + -d '{ "rapidfort/airflow-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - airflow-ib: + alertmanager-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -114,7 +114,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run alertmanager/ironbank --publish - name: Report pulls @@ -125,9 +125,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow-ib": 1 }' \ + -d '{ "rapidfort/alertmanager-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - airflow-ib-bitnami: + alloy-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -172,7 +172,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run airflow/airflow/bitnami-ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run alloy/ironbank --publish - name: Report pulls @@ -183,9 +183,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow-ib-bitnami": 1 }' \ + -d '{ "rapidfort/alloy-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - alertmanager-ib: + ansible-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -230,7 +230,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run alertmanager/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run ansible/ironbank --publish - name: Report pulls @@ -241,9 +241,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/alertmanager-ib": 1 }' \ + -d '{ "rapidfort/ansible-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - alloy-ib: + ansible-lint-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -288,7 +288,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run alloy/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run ansible-lint/ironbank --publish - name: Report pulls @@ -299,9 +299,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/alloy-ib": 1 }' \ + -d '{ "rapidfort/ansible-lint-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ansible-ib: + ansible-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -346,7 +346,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run ansible/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run ansible-operator/ironbank --publish - name: Report pulls @@ -357,9 +357,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ansible-ib": 1 }' \ + -d '{ "rapidfort/ansible-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ansible-lint-ib: + apache-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -404,7 +404,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run ansible-lint/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run apache/ironbank --publish - name: Report pulls @@ -415,9 +415,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ansible-lint-ib": 1 }' \ + -d '{ "rapidfort/apache2-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ansible-operator-ib: + apache-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -462,7 +462,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run ansible-operator/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run apache/official --publish - name: Report pulls @@ -473,9 +473,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ansible-operator-ib": 1 }' \ + -d '{ "rapidfort/apache-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - apache: + argocd: runs-on: ubuntu-22.04 environment: actions-cicd @@ -520,7 +520,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run apache/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run argocd/quay --publish - name: Report pulls @@ -531,9 +531,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/apache": 1 }' \ + -d '{ "rapidfort/argocd": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - apache-ib: + argocd-bigbang-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -578,7 +578,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run apache/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run argocd/bigbang-ironbank --publish - name: Report pulls @@ -589,9 +589,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/apache2-ib": 1 }' \ + -d '{ "rapidfort/argocd-bigbang-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - apache-official: + argocd-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -636,7 +636,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run apache/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run argocd/ironbank --publish - name: Report pulls @@ -647,9 +647,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/apache-official": 1 }' \ + -d '{ "rapidfort/argocd-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - argocd: + auditbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -694,7 +694,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run argocd/quay --publish + run: python3 community_images/common/orchestrator/main.py hourly_run auditbeat/ironbank --publish - name: Report pulls @@ -705,9 +705,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/argocd": 1 }' \ + -d '{ "rapidfort/auditbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - argocd-bigbang-ib: + bats-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -752,7 +752,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run argocd/bigbang-ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run bats/ironbank --publish - name: Report pulls @@ -763,9 +763,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/argocd-bigbang-ib": 1 }' \ + -d '{ "rapidfort/bats-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - argocd-ib: + blackbox-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -810,7 +810,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run argocd/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run blackbox-exporter/ironbank --publish - name: Report pulls @@ -821,9 +821,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/argocd-ib": 1 }' \ + -d '{ "rapidfort/blackbox-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - auditbeat-ib: + boundary-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -868,7 +868,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run auditbeat/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run boundary/ironbank --publish - name: Report pulls @@ -879,9 +879,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/auditbeat-ib": 1 }' \ + -d '{ "rapidfort/boundary-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - bats-ib: + buildah-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -926,7 +926,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run bats/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run buildah/ironbank --publish - name: Report pulls @@ -937,9 +937,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/bats-ib": 1 }' \ + -d '{ "rapidfort/buildah-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - blackbox-exporter-ib: + camel-k-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -984,7 +984,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run blackbox-exporter/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run camel-k/ironbank --publish - name: Report pulls @@ -995,9 +995,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/blackbox-exporter-ib": 1 }' \ + -d '{ "rapidfort/camel-k-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - boundary-ib: + cass-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1042,7 +1042,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run boundary/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run cass/ironbank --publish - name: Report pulls @@ -1053,9 +1053,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/boundary-ib": 1 }' \ + -d '{ "rapidfort/cass-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - buildah-ib: + cassandra-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1100,7 +1100,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run buildah/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run cassandra/official --publish - name: Report pulls @@ -1111,9 +1111,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/buildah-ib": 1 }' \ + -d '{ "rapidfort/cassandra-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - camel-k-ib: + ceph-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1158,7 +1158,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run camel-k/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run ceph/ironbank --publish - name: Report pulls @@ -1169,9 +1169,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/camel-k-ib": 1 }' \ + -d '{ "rapidfort/ceph-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - cass-ib: + certtool-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1216,7 +1216,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run cass/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run certtool/ironbank --publish - name: Report pulls @@ -1227,9 +1227,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/cass-ib": 1 }' \ + -d '{ "rapidfort/certtool-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - cassandra-official: + chart-testing-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1274,7 +1274,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run cassandra/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run chart-testing/ironbank --publish - name: Report pulls @@ -1285,9 +1285,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/cassandra-official": 1 }' \ + -d '{ "rapidfort/chart-testing-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - ceph-ib: + clickhouse-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1332,7 +1332,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run ceph/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run clickhouse/ironbank --publish - name: Report pulls @@ -1343,9 +1343,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ceph-ib": 1 }' \ + -d '{ "rapidfort/clickhouse-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - certtool-ib: + cockroachdb-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1390,7 +1390,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run certtool/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run cockroachdb/ironbank --publish - name: Report pulls @@ -1401,9 +1401,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/certtool-ib": 1 }' \ + -d '{ "rapidfort/cockroachdb-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - chart-testing-ib: + consul-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1448,7 +1448,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run chart-testing/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run consul/ironbank --publish - name: Report pulls @@ -1459,9 +1459,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/chart-testing-ib": 1 }' \ + -d '{ "rapidfort/consul-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - clickhouse-ib: + consul-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1506,7 +1506,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run clickhouse/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run consul/official --publish - name: Report pulls @@ -1517,9 +1517,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/clickhouse-ib": 1 }' \ + -d '{ "rapidfort/consul-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - cockroachdb-ib: + coredns-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1564,7 +1564,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run cockroachdb/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run coredns/ironbank --publish - name: Report pulls @@ -1575,9 +1575,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/cockroachdb-ib": 1 }' \ + -d '{ "rapidfort/coredns-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - consul: + couchdb-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1622,7 +1622,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run consul/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run couchdb/official --publish - name: Report pulls @@ -1633,9 +1633,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/consul": 1 }' \ + -d '{ "rapidfort/couchdb-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - consul-ib: + curl: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1680,7 +1680,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run consul/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run curl/curlimages --publish - name: Report pulls @@ -1691,9 +1691,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/consul-ib": 1 }' \ + -d '{ "rapidfort/curl": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - consul-official: + dex-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1738,7 +1738,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run consul/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run dex/ironbank --publish - name: Report pulls @@ -1749,9 +1749,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/consul-official": 1 }' \ + -d '{ "rapidfort/dex-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - coredns-ib: + eck-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1796,7 +1796,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run coredns/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run eck-operator/ironbank --publish - name: Report pulls @@ -1807,9 +1807,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/coredns-ib": 1 }' \ + -d '{ "rapidfort/eck-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - couchdb: + elasticsearch-dump-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1854,7 +1854,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run couchdb/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-dump/ironbank --publish - name: Report pulls @@ -1865,9 +1865,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/couchdb": 1 }' \ + -d '{ "rapidfort/elasticsearch-dump-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - couchdb-official: + elasticsearch-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1912,7 +1912,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run couchdb/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-exporter/ironbank --publish - name: Report pulls @@ -1923,9 +1923,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/couchdb-official": 1 }' \ + -d '{ "rapidfort/elasticsearch-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - curl: + elasticsearch-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -1970,7 +1970,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run curl/curlimages --publish + run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch/official --publish - name: Report pulls @@ -1981,9 +1981,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/curl": 1 }' \ + -d '{ "rapidfort/elasticsearch-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - dex-ib: + envoy-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2028,7 +2028,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run dex/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run envoy/official --publish - name: Report pulls @@ -2039,9 +2039,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/dex-ib": 1 }' \ + -d '{ "rapidfort/envoy-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - eck-operator-ib: + etcd-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2086,7 +2086,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run eck-operator/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run etcd/ironbank --publish - name: Report pulls @@ -2097,9 +2097,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/eck-operator-ib": 1 }' \ + -d '{ "rapidfort/etcd-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch: + filebeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2144,7 +2144,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run filebeat/ironbank --publish - name: Report pulls @@ -2155,9 +2155,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch": 1 }' \ + -d '{ "rapidfort/filebeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch-dump-ib: + fluent-bit-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2202,7 +2202,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-dump/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/ironbank --publish - name: Report pulls @@ -2213,9 +2213,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch-dump-ib": 1 }' \ + -d '{ "rapidfort/fluent-bit-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch-exporter-ib: + fluent-bit-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2260,7 +2260,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch-exporter/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/official --publish - name: Report pulls @@ -2271,9 +2271,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch-exporter-ib": 1 }' \ + -d '{ "rapidfort/fluent-bit-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - elasticsearch-official: + fluentd-elasticsearch-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2318,7 +2318,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run elasticsearch/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-elasticsearch/ironbank --publish - name: Report pulls @@ -2329,9 +2329,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/elasticsearch-official": 1 }' \ + -d '{ "rapidfort/fluentd-elasticsearch-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - envoy: + fluentd-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2376,7 +2376,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run envoy/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/ironbank --publish - name: Report pulls @@ -2387,9 +2387,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/envoy": 1 }' \ + -d '{ "rapidfort/fluentd-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - envoy-official: + fluentd-kubernetes-daemonset-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2434,7 +2434,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run envoy/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-kubernetes-daemonset/ironbank --publish - name: Report pulls @@ -2445,9 +2445,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/envoy-official": 1 }' \ + -d '{ "rapidfort/fluentd-kubernetes-daemonset-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - etcd: + fluentd-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2492,7 +2492,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run etcd/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/official --publish - name: Report pulls @@ -2503,9 +2503,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/etcd": 1 }' \ + -d '{ "rapidfort/fluentd-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - etcd-ib: + fluxcd-helm-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2550,7 +2550,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run etcd/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-helm-controller/ironbank --publish - name: Report pulls @@ -2561,9 +2561,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/etcd-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-helm-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - filebeat-ib: + fluxcd-image-automation-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2608,7 +2608,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run filebeat/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-automation-controller/ironbank --publish - name: Report pulls @@ -2619,9 +2619,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/filebeat-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-image-automation-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluent-bit: + fluxcd-image-reflector-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2666,7 +2666,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-reflector-controller/ironbank --publish - name: Report pulls @@ -2677,9 +2677,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluent-bit": 1 }' \ + -d '{ "rapidfort/fluxcd-image-reflector-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluent-bit-ib: + fluxcd-kustomize-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -2724,7 +2724,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-kustomize-controller/ironbank --publish - name: Report pulls @@ -2735,1575 +2735,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluent-bit-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-kustomize-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluent-bit-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluent-bit/official --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluent-bit-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/bitnami --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-elasticsearch-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-elasticsearch/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-elasticsearch-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-kubernetes-daemonset-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd-kubernetes-daemonset/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-kubernetes-daemonset-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluentd-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluentd/official --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluentd-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-helm-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-helm-controller/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-helm-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-image-automation-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-automation-controller/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-image-automation-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-image-reflector-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-image-reflector-controller/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-image-reflector-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-kustomize-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-kustomize-controller/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-kustomize-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-notification-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-notification-controller/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-notification-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - fluxcd-source-controller-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-source-controller/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/fluxcd-source-controller-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gatekeeper-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gatekeeper/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gatekeeper-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - ghost: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run ghost/bitnami --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/ghost": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - git-lfs-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run git-lfs/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/git-lfs-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitaly-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitaly/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitaly-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-certificates-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-certificates/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-certificates-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-cfssl-self-sign-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-cfssl-self-sign/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-cfssl-self-sign-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-container-registry-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-container-registry/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-container-registry-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-exporter-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-exporter/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-exporter-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-kas-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-kas/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-kas-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-runner-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-runner/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-runner-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-shell-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-shell/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-shell-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - gitlab-workhorse-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-workhorse/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/gitlab-workhorse-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - grafana-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run grafana/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/grafana-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - grafana-official: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run grafana/official --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/grafana-official": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - grafana-plugins-ib: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run grafana-plugins/ironbank --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/grafana-plugins-ib": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls - hadolint-ib: + fluxcd-notification-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4348,7 +2782,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run hadolint/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-notification-controller/ironbank --publish - name: Report pulls @@ -4359,9 +2793,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/hadolint-ib": 1 }' \ + -d '{ "rapidfort/fluxcd-notification-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy: + fluxcd-source-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4406,7 +2840,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run fluxcd-source-controller/ironbank --publish - name: Report pulls @@ -4417,9 +2851,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy": 1 }' \ + -d '{ "rapidfort/fluxcd-source-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy-ib: + gatekeeper-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4464,7 +2898,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gatekeeper/ironbank --publish - name: Report pulls @@ -4475,9 +2909,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy24-ib": 1 }' \ + -d '{ "rapidfort/gatekeeper-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy-latest-ib: + git-lfs-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4522,7 +2956,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy-latest/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run git-lfs/ironbank --publish - name: Report pulls @@ -4533,9 +2967,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy-latest-ib": 1 }' \ + -d '{ "rapidfort/git-lfs-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - haproxy-official: + gitaly-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4580,7 +3014,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitaly/ironbank --publish - name: Report pulls @@ -4591,9 +3025,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/haproxy-official": 1 }' \ + -d '{ "rapidfort/gitaly-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - heartbeat-ib: + gitlab-certificates-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4638,7 +3072,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run heartbeat/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-certificates/ironbank --publish - name: Report pulls @@ -4649,9 +3083,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/heartbeat-ib": 1 }' \ + -d '{ "rapidfort/gitlab-certificates-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - influxdb: + gitlab-cfssl-self-sign-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4696,7 +3130,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run influxdb/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-cfssl-self-sign/ironbank --publish - name: Report pulls @@ -4707,9 +3141,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/influxdb": 1 }' \ + -d '{ "rapidfort/gitlab-cfssl-self-sign-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - jq-ib: + gitlab-container-registry-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4754,7 +3188,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run jq/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-container-registry/ironbank --publish - name: Report pulls @@ -4765,9 +3199,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/jq-ib": 1 }' \ + -d '{ "rapidfort/gitlab-container-registry-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - k6-ib: + gitlab-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4812,7 +3246,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run k6/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-exporter/ironbank --publish - name: Report pulls @@ -4823,9 +3257,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/k6-ib": 1 }' \ + -d '{ "rapidfort/gitlab-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - k8s-sidecar-ib: + gitlab-kas-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4870,7 +3304,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-kas/ironbank --publish - name: Report pulls @@ -4881,9 +3315,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/k8s-sidecar-ib": 1 }' \ + -d '{ "rapidfort/gitlab-kas-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - k8s-sidecar-official: + gitlab-runner-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4928,7 +3362,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-runner/ironbank --publish - name: Report pulls @@ -4939,9 +3373,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/k8s-sidecar-official": 1 }' \ + -d '{ "rapidfort/gitlab-runner-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kafka-bridge-ib: + gitlab-shell-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -4986,7 +3420,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kafka-bridge/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-shell/ironbank --publish - name: Report pulls @@ -4997,9 +3431,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kafka-bridge-ib": 1 }' \ + -d '{ "rapidfort/gitlab-shell-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kafka-exporter-ib: + gitlab-workhorse-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5044,7 +3478,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kafka-exporter/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run gitlab-workhorse/ironbank --publish - name: Report pulls @@ -5055,9 +3489,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kafka-exporter-ib": 1 }' \ + -d '{ "rapidfort/gitlab-workhorse-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kafka-ib: + grafana-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5102,7 +3536,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kafka/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run grafana/ironbank --publish - name: Report pulls @@ -5113,9 +3547,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kafka-ib": 1 }' \ + -d '{ "rapidfort/grafana-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - keycloak-official: + grafana-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5160,7 +3594,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run keycloak/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run grafana/official --publish - name: Report pulls @@ -5171,9 +3605,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/keycloak-official": 1 }' \ + -d '{ "rapidfort/grafana-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kibana-ib: + grafana-plugins-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5218,7 +3652,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kibana/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run grafana-plugins/ironbank --publish - name: Report pulls @@ -5229,9 +3663,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kibana-ib": 1 }' \ + -d '{ "rapidfort/grafana-plugins-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kong: + hadolint-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5276,7 +3710,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kong/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run hadolint/ironbank --publish - name: Report pulls @@ -5287,9 +3721,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kong": 1 }' \ + -d '{ "rapidfort/hadolint-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kongkic-ib: + haproxy-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5334,7 +3768,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kongkic/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/ironbank --publish - name: Report pulls @@ -5345,9 +3779,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kongkic-ib": 1 }' \ + -d '{ "rapidfort/haproxy24-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kube-webhook-certgen-ib: + haproxy-latest-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5392,7 +3826,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kube-webhook-certgen/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run haproxy-latest/ironbank --publish - name: Report pulls @@ -5403,9 +3837,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kube-webhook-certgen-ib": 1 }' \ + -d '{ "rapidfort/haproxy-latest-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kubectl-ib: + haproxy-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5450,7 +3884,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kubectl/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run haproxy/official --publish - name: Report pulls @@ -5461,9 +3895,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kubectl-ib": 1 }' \ + -d '{ "rapidfort/haproxy-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kyverno-background-controller-ib: + heartbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5508,7 +3942,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-background-controller/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run heartbeat/ironbank --publish - name: Report pulls @@ -5519,9 +3953,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kyverno-background-controller-ib": 1 }' \ + -d '{ "rapidfort/heartbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kyverno-cleanup-controller-ib: + jq-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5566,7 +4000,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-cleanup-controller/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run jq/ironbank --publish - name: Report pulls @@ -5577,9 +4011,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kyverno-cleanup-controller-ib": 1 }' \ + -d '{ "rapidfort/jq-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - kyverno-reports-controller-ib: + k6-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5624,7 +4058,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-reports-controller/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run k6/ironbank --publish - name: Report pulls @@ -5635,9 +4069,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/kyverno-reports-controller-ib": 1 }' \ + -d '{ "rapidfort/k6-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - logstash-ib: + k8s-sidecar-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5682,7 +4116,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run logstash/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/ironbank --publish - name: Report pulls @@ -5693,9 +4127,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/logstash-ib": 1 }' \ + -d '{ "rapidfort/k8s-sidecar-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mariadb: + k8s-sidecar-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5740,7 +4174,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run k8s-sidecar/official --publish - name: Report pulls @@ -5751,9 +4185,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mariadb": 1 }' \ + -d '{ "rapidfort/k8s-sidecar-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mariadb-ib: + kafka-bridge-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5798,7 +4232,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kafka-bridge/ironbank --publish - name: Report pulls @@ -5809,9 +4243,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mariadb-ib": 1 }' \ + -d '{ "rapidfort/kafka-bridge-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mariadb-official: + kafka-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5856,7 +4290,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kafka-exporter/ironbank --publish - name: Report pulls @@ -5867,9 +4301,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mariadb-official": 1 }' \ + -d '{ "rapidfort/kafka-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mc-ib: + kafka-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5914,7 +4348,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mc/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kafka/ironbank --publish - name: Report pulls @@ -5925,9 +4359,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mc-ib": 1 }' \ + -d '{ "rapidfort/kafka-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - memcached: + keycloak-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -5972,7 +4406,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run memcached/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run keycloak/official --publish - name: Report pulls @@ -5983,9 +4417,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/memcached": 1 }' \ + -d '{ "rapidfort/keycloak-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - memcached-ib: + kibana-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6030,7 +4464,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run memcached/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kibana/ironbank --publish - name: Report pulls @@ -6041,9 +4475,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/memcached-ib": 1 }' \ + -d '{ "rapidfort/kibana-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - memcached-official: + kong: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6088,7 +4522,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run memcached/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kong/official --publish - name: Report pulls @@ -6099,9 +4533,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/memcached-official": 1 }' \ + -d '{ "rapidfort/kong": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - metabase-ib: + kongkic-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6146,7 +4580,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run metabase/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kongkic/ironbank --publish - name: Report pulls @@ -6157,9 +4591,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/metabase-ib": 1 }' \ + -d '{ "rapidfort/kongkic-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - metricbeat-ib: + kube-webhook-certgen-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6204,7 +4638,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run metricbeat/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kube-webhook-certgen/ironbank --publish - name: Report pulls @@ -6215,9 +4649,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/metricbeat-ib": 1 }' \ + -d '{ "rapidfort/kube-webhook-certgen-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - metrics-server-ib: + kubectl-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6262,7 +4696,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run metrics-server/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kubectl/ironbank --publish - name: Report pulls @@ -6273,9 +4707,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/metrics-server-ib": 1 }' \ + -d '{ "rapidfort/kubectl-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - microsoft-sql-server-2019-ib: + kyverno-background-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6320,7 +4754,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run microsoft-sql-server-2019/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-background-controller/ironbank --publish - name: Report pulls @@ -6331,9 +4765,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/microsoft-sql-server-2019-ib": 1 }' \ + -d '{ "rapidfort/kyverno-background-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-console-ib: + kyverno-cleanup-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6378,7 +4812,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run minio-console/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-cleanup-controller/ironbank --publish - name: Report pulls @@ -6389,9 +4823,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-console-ib": 1 }' \ + -d '{ "rapidfort/kyverno-cleanup-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-ib: + kyverno-reports-controller-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6436,7 +4870,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run minio/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run kyverno-reports-controller/ironbank --publish - name: Report pulls @@ -6447,9 +4881,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-ib": 1 }' \ + -d '{ "rapidfort/kyverno-reports-controller-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-operator-ib: + logstash-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6494,7 +4928,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run logstash/ironbank --publish - name: Report pulls @@ -6505,9 +4939,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-operator-ib": 1 }' \ + -d '{ "rapidfort/logstash-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - minio-operator-sidecar-ib: + mariadb-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6552,7 +4986,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator-sidecar/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/ironbank --publish - name: Report pulls @@ -6563,9 +4997,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/minio-operator-sidecar-ib": 1 }' \ + -d '{ "rapidfort/mariadb-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mkdocs-ib: + mariadb-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6610,7 +5044,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mkdocs/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mariadb/official --publish - name: Report pulls @@ -6621,9 +5055,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mkdocs-ib": 1 }' \ + -d '{ "rapidfort/mariadb-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - molecule-ib: + mc-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6668,7 +5102,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run molecule/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mc/ironbank --publish - name: Report pulls @@ -6679,9 +5113,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/molecule-ib": 1 }' \ + -d '{ "rapidfort/mc-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mongodb: + memcached-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6726,7 +5160,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run memcached/ironbank --publish - name: Report pulls @@ -6737,9 +5171,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mongodb": 1 }' \ + -d '{ "rapidfort/memcached-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mongodb-ib: + memcached-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6784,7 +5218,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run memcached/official --publish - name: Report pulls @@ -6795,9 +5229,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mongodb-ib": 1 }' \ + -d '{ "rapidfort/memcached-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mongodb-official: + metabase-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6842,7 +5276,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run metabase/ironbank --publish - name: Report pulls @@ -6853,9 +5287,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mongodb-official": 1 }' \ + -d '{ "rapidfort/metabase-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - moodle-ib: + metricbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6900,7 +5334,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run moodle/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run metricbeat/ironbank --publish - name: Report pulls @@ -6911,9 +5345,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/moodle-ib": 1 }' \ + -d '{ "rapidfort/metricbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mysql: + metrics-server-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -6958,7 +5392,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mysql/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run metrics-server/ironbank --publish - name: Report pulls @@ -6969,9 +5403,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mysql": 1 }' \ + -d '{ "rapidfort/metrics-server-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mysql-ib: + microsoft-sql-server-2019-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7016,7 +5450,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mysql/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run microsoft-sql-server-2019/ironbank --publish - name: Report pulls @@ -7027,9 +5461,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mysql8-ib": 1 }' \ + -d '{ "rapidfort/microsoft-sql-server-2019-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - mysql-official: + minio-console-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7074,7 +5508,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run mysql/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run minio-console/ironbank --publish - name: Report pulls @@ -7085,9 +5519,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/mysql-official": 1 }' \ + -d '{ "rapidfort/minio-console-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nats: + minio-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7132,7 +5566,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nats/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run minio/ironbank --publish - name: Report pulls @@ -7143,9 +5577,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nats": 1 }' \ + -d '{ "rapidfort/minio-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nats-ib: + minio-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7190,7 +5624,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nats/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator/ironbank --publish - name: Report pulls @@ -7201,9 +5635,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nats-ib": 1 }' \ + -d '{ "rapidfort/minio-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nats-official: + minio-operator-sidecar-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7248,7 +5682,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nats/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run minio-operator-sidecar/ironbank --publish - name: Report pulls @@ -7259,9 +5693,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nats-official": 1 }' \ + -d '{ "rapidfort/minio-operator-sidecar-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nginx: + mkdocs-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7306,7 +5740,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nginx/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mkdocs/ironbank --publish - name: Report pulls @@ -7317,9 +5751,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nginx": 1 }' \ + -d '{ "rapidfort/mkdocs-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nginx-ib: + molecule-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7364,7 +5798,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nginx/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run molecule/ironbank --publish - name: Report pulls @@ -7375,9 +5809,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nginx-ib": 1 }' \ + -d '{ "rapidfort/molecule-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nginx-official: + mongodb-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7422,7 +5856,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nginx/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/ironbank --publish - name: Report pulls @@ -7433,9 +5867,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nginx-official": 1 }' \ + -d '{ "rapidfort/mongodb-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nifi-ib: + mongodb-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7480,7 +5914,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nifi/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mongodb/official --publish - name: Report pulls @@ -7491,9 +5925,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nifi-ib": 1 }' \ + -d '{ "rapidfort/mongodb-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - nifi-registry-ib: + moodle-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7538,7 +5972,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run nifi-registry/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run moodle/ironbank --publish - name: Report pulls @@ -7549,9 +5983,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/nifi-registry-ib": 1 }' \ + -d '{ "rapidfort/moodle-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - node-exporter: + mysql-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7596,7 +6030,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mysql/ironbank --publish - name: Report pulls @@ -7607,9 +6041,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/node-exporter": 1 }' \ + -d '{ "rapidfort/mysql8-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - node-exporter-ib: + mysql-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7654,7 +6088,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run mysql/official --publish - name: Report pulls @@ -7665,9 +6099,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/node-exporter-ib": 1 }' \ + -d '{ "rapidfort/mysql-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - node-exporter-official: + nats-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7712,7 +6146,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run nats/ironbank --publish - name: Report pulls @@ -7723,9 +6157,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/node-exporter-official": 1 }' \ + -d '{ "rapidfort/nats-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - oncall: + nats-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7770,7 +6204,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run oncall/grafana --publish + run: python3 community_images/common/orchestrator/main.py hourly_run nats/official --publish - name: Report pulls @@ -7781,9 +6215,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/oncall": 1 }' \ + -d '{ "rapidfort/nats-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - opa-ib: + nginx-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7828,7 +6262,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run opa/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run nginx/ironbank --publish - name: Report pulls @@ -7839,9 +6273,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/opa-ib": 1 }' \ + -d '{ "rapidfort/nginx-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - openldap-ib: + nginx-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7886,7 +6320,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run openldap/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run nginx/official --publish - name: Report pulls @@ -7897,9 +6331,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/openldap-ib": 1 }' \ + -d '{ "rapidfort/nginx-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - osee-postgres-ib: + nifi-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -7944,7 +6378,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run osee-postgres/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run nifi/ironbank --publish - name: Report pulls @@ -7955,9 +6389,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/osee-postgres-ib": 1 }' \ + -d '{ "rapidfort/nifi-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - packetbeat-ib: + nifi-registry-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8002,7 +6436,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run packetbeat/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run nifi-registry/ironbank --publish - name: Report pulls @@ -8013,9 +6447,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/packetbeat-ib": 1 }' \ + -d '{ "rapidfort/nifi-registry-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - pause-ib: + node-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8060,7 +6494,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run pause/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/ironbank --publish - name: Report pulls @@ -8071,9 +6505,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/pause-ib": 1 }' \ + -d '{ "rapidfort/node-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - pgadmin-ib: + node-exporter-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8118,7 +6552,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run pgadmin/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run node-exporter/official --publish - name: Report pulls @@ -8129,9 +6563,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/pgadmin-ib": 1 }' \ + -d '{ "rapidfort/node-exporter-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - podman-ib: + oncall: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8176,7 +6610,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run podman/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run oncall/grafana --publish - name: Report pulls @@ -8187,9 +6621,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/podman-ib": 1 }' \ + -d '{ "rapidfort/oncall": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postfix-ib: + opa-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8234,7 +6668,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postfix/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run opa/ironbank --publish - name: Report pulls @@ -8245,9 +6679,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postfix-ib": 1 }' \ + -d '{ "rapidfort/opa-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgres-exporter-bitnami-ib: + openldap-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8292,7 +6726,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postgres-exporter/bitnami-ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run openldap/ironbank --publish - name: Report pulls @@ -8303,9 +6737,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgres-exporter-bitnami-ib": 1 }' \ + -d '{ "rapidfort/openldap-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgres-exporter-ib: + osee-postgres-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8350,7 +6784,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postgres-exporter/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run osee-postgres/ironbank --publish - name: Report pulls @@ -8361,9 +6795,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgres-exporter-ib": 1 }' \ + -d '{ "rapidfort/osee-postgres-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql: + packetbeat-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8408,7 +6842,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run packetbeat/ironbank --publish - name: Report pulls @@ -8419,9 +6853,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql": 1 }' \ + -d '{ "rapidfort/packetbeat-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql-ib: + pause-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8466,7 +6900,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run pause/ironbank --publish - name: Report pulls @@ -8477,9 +6911,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql12-ib": 1 }' \ + -d '{ "rapidfort/pause-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql-official: + pgadmin-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8524,7 +6958,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run pgadmin/ironbank --publish - name: Report pulls @@ -8535,9 +6969,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql-official": 1 }' \ + -d '{ "rapidfort/pgadmin-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - postgresql16-bitnami-ib: + podman-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8582,7 +7016,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/bitnami-ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run podman/ironbank --publish - name: Report pulls @@ -8593,9 +7027,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/postgresql16-bitnami-ib": 1 }' \ + -d '{ "rapidfort/podman-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus: + postfix-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8640,7 +7074,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run postfix/ironbank --publish - name: Report pulls @@ -8651,9 +7085,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus": 1 }' \ + -d '{ "rapidfort/postfix-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-config-reloader-ib: + postgres-exporter-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8698,7 +7132,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-config-reloader/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run postgres-exporter/ironbank --publish - name: Report pulls @@ -8709,9 +7143,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-config-reloader-ib": 1 }' \ + -d '{ "rapidfort/postgres-exporter-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-ib: + postgresql-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8756,7 +7190,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/ironbank --publish - name: Report pulls @@ -8767,9 +7201,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-ib": 1 }' \ + -d '{ "rapidfort/postgresql12-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-official: + postgresql-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8814,7 +7248,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run postgresql/official --publish - name: Report pulls @@ -8825,9 +7259,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-official": 1 }' \ + -d '{ "rapidfort/postgresql-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - prometheus-operator-ib: + prometheus-config-reloader-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8872,7 +7306,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-operator/ironbank --publish + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-config-reloader/ironbank --publish - name: Report pulls @@ -8883,9 +7317,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/prometheus-operator-ib": 1 }' \ + -d '{ "rapidfort/prometheus-config-reloader-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - rabbitmq: + prometheus-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8930,7 +7364,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run rabbitmq/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/ironbank --publish - name: Report pulls @@ -8941,9 +7375,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/rabbitmq": 1 }' \ + -d '{ "rapidfort/prometheus-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - rabbitmq-official: + prometheus-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -8988,7 +7422,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run rabbitmq/official --publish + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus/official --publish - name: Report pulls @@ -8999,9 +7433,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/rabbitmq-official": 1 }' \ + -d '{ "rapidfort/prometheus-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis: + prometheus-operator-ib: runs-on: ubuntu-22.04 environment: actions-cicd @@ -9046,7 +7480,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run redis/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run prometheus-operator/ironbank --publish - name: Report pulls @@ -9057,9 +7491,9 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis": 1 }' \ + -d '{ "rapidfort/prometheus-operator-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - redis-cluster: + rabbitmq-official: runs-on: ubuntu-22.04 environment: actions-cicd @@ -9104,7 +7538,7 @@ jobs: IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run redis-cluster/bitnami --publish + run: python3 community_images/common/orchestrator/main.py hourly_run rabbitmq/official --publish - name: Report pulls @@ -9115,7 +7549,7 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/redis-cluster": 1 }' \ + -d '{ "rapidfort/rabbitmq-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls redis-exporter-ib: runs-on: ubuntu-22.04 @@ -9639,64 +8073,6 @@ jobs: -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ -d '{ "rapidfort/sqlite-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - telegraf: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run telegraf/bitnami --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/telegraf": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls tempo-query-ib: runs-on: ubuntu-22.04 @@ -10741,64 +9117,6 @@ jobs: -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ -d '{ "rapidfort/velero-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - wordpress: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run wordpress/bitnami --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/wordpress": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls yourls: runs-on: ubuntu-22.04 @@ -10915,64 +9233,6 @@ jobs: -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ -d '{ "rapidfort/yq-ib": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls - zookeeper: - runs-on: ubuntu-22.04 - - environment: actions-cicd - - steps: - - name: Import Coverage Tests - uses: actions/checkout@v4 - with: - repository: rapidfort/community-images-core - token: ${{ secrets.COVERAGE_ACCESS_TOKEN }} - - - - name: Start minikube - - with: - memory: 6g - driver: none - uses: medyagh/setup-minikube@master - - name: Check k8s cluster ! - - run: kubectl get pods -A - - name: Setup ubuntu - env: - RF_ACCESS_ID: ${{ secrets.RF_ACCESS_ID }} - RF_SECRET_ACCESS_KEY: ${{ secrets.RF_SECRET_ACCESS_KEY }} - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RF_PLATFORM_HOST: ${{ secrets.RF_PLATFORM_HOST }} - RF_APP_HOST: ${{ secrets.RF_APP_HOST }} - - run: ./scripts/github-pipelines/setup.sh - - - name: Set RF CLI Path - run: echo "/home/runner/work/community-images/community-images" >> $GITHUB_PATH - - - - name: Create images and publish to dockerhub - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - RAPIDFORT_ACCOUNT: ${{ secrets.RAPIDFORT_ACCOUNT }} - IB_DOCKER_USERNAME: ${{ secrets.IB_DOCKER_USERNAME }} - IB_DOCKER_PASSWORD: ${{ secrets.IB_DOCKER_PASSWORD }} - if: github.event_name != 'pull_request' - run: python3 community_images/common/orchestrator/main.py hourly_run zookeeper/bitnami --publish - - - - name: Report pulls - env: - PULL_COUNTER_MAGIC_TOKEN: ${{ secrets.PULL_COUNTER_MAGIC_TOKEN }} - - run: | - curl -X POST \ - -H "Accept: application/json" \ - -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/zookeeper": 1 }' \ - https://data-receiver.rapidfort.com/counts/internal_image_pulls zookeeper-ib: runs-on: ubuntu-22.04 diff --git a/.github/workflows/monitor.yml b/.github/workflows/monitor.yml index 3f324b0906..02dd8a9015 100644 --- a/.github/workflows/monitor.yml +++ b/.github/workflows/monitor.yml @@ -12,16 +12,8 @@ jobs: runs-on: ubuntu-latest environment: actions-cicd steps: - - name: Pull Apache Airflow - run: docker pull rapidfort/airflow - name: Pull Apache Airflow Ironbank run: docker pull rapidfort/airflow-ib - - name: Pull Airflow Ironbank (Bitnami) - run: docker pull rapidfort/airflow-ib-bitnami - - name: Pull Airflow Scheduler Ironbank (Bitnami) - run: docker pull rapidfort/airflow-scheduler-ib-bitnami - - name: Pull Airflow Worker Ironbank (Bitnami) - run: docker pull rapidfort/airflow-worker-ib-bitnami - name: Pull Alertmanager Ironbank run: docker pull rapidfort/alertmanager-ib - name: Pull Alloy IronBank @@ -32,8 +24,6 @@ jobs: run: docker pull rapidfort/ansible-lint-ib - name: Pull Ansible-Operator Iron Bank run: docker pull rapidfort/ansible-operator-ib - - name: Pull Apache - run: docker pull rapidfort/apache - name: Pull Apache IronBank run: docker pull rapidfort/apache2-ib - name: Pull Apache Official @@ -68,16 +58,12 @@ jobs: run: docker pull rapidfort/chart-testing-ib - name: Pull clickhouse Iron Bank run: docker pull rapidfort/clickhouse-ib - - name: Pull Consul - run: docker pull rapidfort/consul - name: Pull Consul IronBank run: docker pull rapidfort/consul-ib - name: Pull Consul Official run: docker pull rapidfort/consul-official - name: Pull coredns Iron Bank run: docker pull rapidfort/coredns-ib - - name: Pull Couchdb Database Server - run: docker pull rapidfort/couchdb - name: Pull Couchdb Database Server IronBank run: docker pull rapidfort/couchdb_3-ib - name: Pull Couchdb Database Server Official @@ -88,32 +74,22 @@ jobs: run: docker pull rapidfort/dex-ib - name: Pull ECK Operator Iron Bank run: docker pull rapidfort/eck-operator-ib - - name: Pull ElasticSearch - run: docker pull rapidfort/elasticsearch - name: Pull elasticsearch-dump Iron Bank run: docker pull rapidfort/elasticsearch-dump-ib - name: Pull Elasticsearch Exporter Iron Bank run: docker pull rapidfort/elasticsearch-exporter-ib - name: Pull ElasticSearch Official run: docker pull rapidfort/elasticsearch-official - - name: Pull Envoy - run: docker pull rapidfort/envoy - name: Pull Envoy Official run: docker pull rapidfort/envoy-official - - name: Pull Etcd - run: docker pull rapidfort/etcd - name: Pull Etcd Ironbank run: docker pull rapidfort/etcd-ib - name: Pull Filebeat Ironbank run: docker pull rapidfort/filebeat-ib - - name: Pull Fluent-Bit - run: docker pull rapidfort/fluent-bit - name: Pull Fluent-Bit Ironbank run: docker pull rapidfort/fluent-bit-ib - name: Pull Fluent-Bit Official run: docker pull rapidfort/fluent-bit-official - - name: Pull Fluentd - run: docker pull rapidfort/fluentd - name: Pull Fluentd Elasticsearch IronBank run: docker pull rapidfort/fluentd-elasticsearch-ib - name: Pull Fluentd IronBank @@ -136,8 +112,6 @@ jobs: run: docker pull rapidfort/fluxcd-source-controller-ib - name: Pull Gatekeeper IronBank run: docker pull rapidfort/gatekeeper-ib - - name: Pull Ghost - run: docker pull rapidfort/ghost - name: Pull Git-lfs Iron-Bank run: docker pull rapidfort/git-lfs-ib - name: Pull gitaly Iron Bank @@ -168,8 +142,6 @@ jobs: run: docker pull rapidfort/grafana-plugins-ib - name: Pull Hadolint IronBank run: docker pull rapidfort/hadolint-ib - - name: Pull HAProxy - run: docker pull rapidfort/haproxy - name: Pull HAProxy IronBank run: docker pull rapidfort/haproxy24-ib - name: Pull HAProxy-latest IronBank @@ -178,8 +150,6 @@ jobs: run: docker pull rapidfort/haproxy-official - name: Pull Heartbeat Iron Bank run: docker pull rapidfort/heartbeat-ib - - name: Pull InfluxDB™ - run: docker pull rapidfort/influxdb - name: Pull JMX Exporter Iron Bank run: docker pull rapidfort/jmx-exporter-ib - name: Pull JQ Iron Bank @@ -216,16 +186,12 @@ jobs: run: docker pull rapidfort/kyverno-reports-controller-ib - name: Pull Logstash Ironbank run: docker pull rapidfort/logstash-ib - - name: Pull MariaDB - run: docker pull rapidfort/mariadb - name: Pull MariaDB IronBank run: docker pull rapidfort/mariadb-ib - name: Pull MariaDB Official run: docker pull rapidfort/mariadb-official - name: Pull mc Iron Bank run: docker pull rapidfort/mc-ib - - name: Pull Memcached - run: docker pull rapidfort/memcached - name: Pull Memcached IronBank run: docker pull rapidfort/memcached-ib - name: Pull Memcached Official @@ -250,28 +216,20 @@ jobs: run: docker pull rapidfort/mkdocs-ib - name: Pull Molecule Iron Bank run: docker pull rapidfort/molecule-ib - - name: Pull MongoDB® - run: docker pull rapidfort/mongodb - name: Pull MongoDB® IronBank run: docker pull rapidfort/mongodb-ib - name: Pull MongoDB® Official run: docker pull rapidfort/mongodb-official - name: Pull Moodle Ironbank run: docker pull rapidfort/moodle-ib - - name: Pull MySQL - run: docker pull rapidfort/mysql - name: Pull MySQL IronBank run: docker pull rapidfort/mysql8-ib - name: Pull MySQL Official run: docker pull rapidfort/mysql-official - - name: Pull NATS - run: docker pull rapidfort/nats - name: Pull NATS Ironbank run: docker pull rapidfort/nats-ib - name: Pull NATS Official run: docker pull rapidfort/nats-official - - name: Pull NGINX - run: docker pull rapidfort/nginx - name: Pull NGINX IronBank run: docker pull rapidfort/nginx-ib - name: Pull NGINX Official @@ -280,8 +238,6 @@ jobs: run: docker pull rapidfort/nifi-ib - name: Pull Apache nifi-registry IronBank run: docker pull rapidfort/nifi-registry-ib - - name: Pull Node Exporter - run: docker pull rapidfort/node-exporter - name: Pull Node-Exporter IronBank run: docker pull rapidfort/node-exporter-ib - name: Pull Node Exporter Official @@ -304,20 +260,12 @@ jobs: run: docker pull rapidfort/podman-ib - name: Pull Postfix IronBank run: docker pull rapidfort/postfix-ib - - name: Pull PostgreSQL Exporter Bitnami Iron Bank - run: docker pull rapidfort/postgres-exporter-bitnami-ib - name: Pull PostgreSQL Exporter Iron Bank run: docker pull rapidfort/postgres-exporter-ib - - name: Pull PostgreSQL - run: docker pull rapidfort/postgresql - name: Pull PostgreSQL IronBank run: docker pull rapidfort/postgresql12-ib - name: Pull PostgreSQL Official run: docker pull rapidfort/postgresql-official - - name: Pull PostgreSQL IronBank (Bitnami) - run: docker pull rapidfort/postgresql16-bitnami-ib - - name: Pull Prometheus - run: docker pull rapidfort/prometheus - name: Pull prometheus-config-reloader Iron Bank run: docker pull rapidfort/prometheus-config-reloader-ib - name: Pull Prometheus Ironbank @@ -326,14 +274,8 @@ jobs: run: docker pull rapidfort/prometheus-official - name: Pull Prometheus Operator Iron Bank run: docker pull rapidfort/prometheus-operator-ib - - name: Pull RabbitMQ - run: docker pull rapidfort/rabbitmq - name: Pull RabbitMQ Official run: docker pull rapidfort/rabbitmq-official - - name: Pull Redis™ - run: docker pull rapidfort/redis - - name: Pull Redis™ Cluster - run: docker pull rapidfort/redis-cluster - name: Pull Redis Exporter Iron Bank run: docker pull rapidfort/redis-exporter-ib - name: Pull Redis™ IronBank @@ -352,8 +294,6 @@ jobs: run: docker pull rapidfort/solr-8-ib - name: Pull Sqlite Iron Bank run: docker pull rapidfort/sqlite-ib - - name: Pull Telegraf - run: docker pull rapidfort/telegraf - name: Pull Grafana Tempo-query Iron Bank run: docker pull rapidfort/tempo-query-ib - name: Pull Terraform IronBank @@ -390,8 +330,6 @@ jobs: run: docker pull rapidfort/vcluster-ib - name: Pull Velero Iron Bank run: docker pull rapidfort/velero-ib - - name: Pull Wordpress - run: docker pull rapidfort/wordpress - name: Pull Wordpress Ironbank run: docker pull rapidfort/wordpress-ib - name: Pull YOURLS @@ -400,8 +338,6 @@ jobs: run: docker pull rapidfort/yq-ib - name: Pull Zeek Iron Bank run: docker pull rapidfort/zeek-ib - - name: Pull Zookeeper - run: docker pull rapidfort/zookeeper - name: Pull Zookeeper IronBank run: docker pull rapidfort/zookeeper-ib - name: Pull Zookeeper Official @@ -414,5 +350,5 @@ jobs: curl -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \ - -d '{ "rapidfort/airflow": 1 , "rapidfort/airflow-ib": 1 , "rapidfort/airflow-ib-bitnami": 1 , "rapidfort/airflow-scheduler-ib-bitnami": 1 , "rapidfort/airflow-worker-ib-bitnami": 1 , "rapidfort/alertmanager-ib": 1 , "rapidfort/alloy-ib": 1 , "rapidfort/ansible-ib": 1 , "rapidfort/ansible-lint-ib": 1 , "rapidfort/ansible-operator-ib": 1 , "rapidfort/apache": 1 , "rapidfort/apache2-ib": 1 , "rapidfort/apache-official": 1 , "rapidfort/argocd": 1 , "rapidfort/argocd-bigbang-ib": 1 , "rapidfort/argocd-ib": 1 , "rapidfort/auditbeat-ib": 1 , "rapidfort/bats-ib": 1 , "rapidfort/blackbox-exporter-ib": 1 , "rapidfort/boundary-ib": 1 , "rapidfort/buildah-ib": 1 , "rapidfort/camel-k-ib": 1 , "rapidfort/cass-ib": 1 , "rapidfort/cassandra-official": 1 , "rapidfort/ceph-ib": 1 , "rapidfort/certtool-ib": 1 , "rapidfort/chart-testing-ib": 1 , "rapidfort/clickhouse-ib": 1 , "rapidfort/consul": 1 , "rapidfort/consul-ib": 1 , "rapidfort/consul-official": 1 , "rapidfort/coredns-ib": 1 , "rapidfort/couchdb": 1 , "rapidfort/couchdb_3-ib": 1 , "rapidfort/couchdb-official": 1 , "rapidfort/curl": 1 , "rapidfort/dex-ib": 1 , "rapidfort/eck-operator-ib": 1 , "rapidfort/elasticsearch": 1 , "rapidfort/elasticsearch-dump-ib": 1 , "rapidfort/elasticsearch-exporter-ib": 1 , "rapidfort/elasticsearch-official": 1 , "rapidfort/envoy": 1 , "rapidfort/envoy-official": 1 , "rapidfort/etcd": 1 , "rapidfort/etcd-ib": 1 , "rapidfort/filebeat-ib": 1 , "rapidfort/fluent-bit": 1 , "rapidfort/fluent-bit-ib": 1 , "rapidfort/fluent-bit-official": 1 , "rapidfort/fluentd": 1 , "rapidfort/fluentd-elasticsearch-ib": 1 , "rapidfort/fluentd-ib": 1 , "rapidfort/fluentd-kubernetes-daemonset-ib": 1 , "rapidfort/fluentd-official": 1 , "rapidfort/fluxcd-helm-controller-ib": 1 , "rapidfort/fluxcd-image-automation-controller-ib": 1 , "rapidfort/fluxcd-image-reflector-controller-ib": 1 , "rapidfort/fluxcd-kustomize-controller-ib": 1 , "rapidfort/fluxcd-notification-controller-ib": 1 , "rapidfort/fluxcd-source-controller-ib": 1 , "rapidfort/gatekeeper-ib": 1 , "rapidfort/ghost": 1 , "rapidfort/git-lfs-ib": 1 , "rapidfort/gitaly-ib": 1 , "rapidfort/gitaly-ib": 1 , "rapidfort/gitlab-certificates-ib": 1 , "rapidfort/gitlab-cfssl-self-sign-ib": 1 , "rapidfort/gitlab-container-registry-ib": 1 , "rapidfort/gitlab-exporter-ib": 1 , "rapidfort/gitlab-kas-ib": 1 , "rapidfort/gitlab-runner-ib": 1 , "rapidfort/gitlab-shell-ib": 1 , "rapidfort/gitlab-workhorse-ib": 1 , "rapidfort/grafana-ib": 1 , "rapidfort/grafana-official": 1 , "rapidfort/grafana-plugins-ib": 1 , "rapidfort/hadolint-ib": 1 , "rapidfort/haproxy": 1 , "rapidfort/haproxy24-ib": 1 , "rapidfort/haproxy-latest-ib": 1 , "rapidfort/haproxy-official": 1 , "rapidfort/heartbeat-ib": 1 , "rapidfort/influxdb": 1 , "rapidfort/jmx-exporter-ib": 1 , "rapidfort/jq-ib": 1 , "rapidfort/k6-ib": 1 , "rapidfort/k8s-sidecar-ib": 1 , "rapidfort/k8s-sidecar-official": 1 , "rapidfort/kafka-exporter-ib": 1 , "rapidfort/kafka-ib": 1 , "rapidfort/kaniko-ib": 1 , "rapidfort/keycloak-official": 1 , "rapidfort/kibana-ib": 1 , "rapidfort/kong": 1 , "rapidfort/kongkic-ib": 1 , "rapidfort/kube-webhook-certgen-ib": 1 , "rapidfort/kubectl-ib": 1 , "rapidfort/kyverno-background-controller-ib": 1 , "rapidfort/kyverno-cleanup-controller-ib": 1 , "rapidfort/kyverno-reports-controller-ib": 1 , "rapidfort/logstash-ib": 1 , "rapidfort/mariadb": 1 , "rapidfort/mariadb-ib": 1 , "rapidfort/mariadb-official": 1 , "rapidfort/mc-ib": 1 , "rapidfort/memcached": 1 , "rapidfort/memcached-ib": 1 , "rapidfort/memcached-official": 1 , "rapidfort/metabase-ib": 1 , "rapidfort/metricbeat-ib": 1 , "rapidfort/metrics-server-ib": 1 , "rapidfort/microsoft-sql-server-2019-ib": 1 , "rapidfort/minio-console-ib": 1 , "rapidfort/minio-ib": 1 , "rapidfort/minio-operator-ib": 1 , "rapidfort/minio-operator-sidecar-ib": 1 , "rapidfort/mkdocs-ib": 1 , "rapidfort/molecule-ib": 1 , "rapidfort/mongodb": 1 , "rapidfort/mongodb-ib": 1 , "rapidfort/mongodb-official": 1 , "rapidfort/moodle-ib": 1 , "rapidfort/mysql": 1 , "rapidfort/mysql8-ib": 1 , "rapidfort/mysql-official": 1 , "rapidfort/nats": 1 , "rapidfort/nats-ib": 1 , "rapidfort/nats-official": 1 , "rapidfort/nginx": 1 , "rapidfort/nginx-ib": 1 , "rapidfort/nginx-official": 1 , "rapidfort/nifi-ib": 1 , "rapidfort/nifi-registry-ib": 1 , "rapidfort/node-exporter": 1 , "rapidfort/node-exporter-ib": 1 , "rapidfort/node-exporter-official": 1 , "rapidfort/oncall": 1 , "rapidfort/opa-ib": 1 , "rapidfort/openldap-ib": 1 , "rapidfort/osee-postgres-ib": 1 , "rapidfort/packetbeat-ib": 1 , "rapidfort/pause-ib": 1 , "rapidfort/pgadmin-ib": 1 , "rapidfort/podman-ib": 1 , "rapidfort/postfix-ib": 1 , "rapidfort/postgres-exporter-bitnami-ib": 1 , "rapidfort/postgres-exporter-ib": 1 , "rapidfort/postgresql": 1 , "rapidfort/postgresql12-ib": 1 , "rapidfort/postgresql-official": 1 , "rapidfort/postgresql16-bitnami-ib": 1 , "rapidfort/prometheus": 1 , "rapidfort/prometheus-config-reloader-ib": 1 , "rapidfort/prometheus-ib": 1 , "rapidfort/prometheus-official": 1 , "rapidfort/prometheus-operator-ib": 1 , "rapidfort/rabbitmq": 1 , "rapidfort/rabbitmq-official": 1 , "rapidfort/redis": 1 , "rapidfort/redis-cluster": 1 , "rapidfort/redis-exporter-ib": 1 , "rapidfort/redis6-ib": 1 , "rapidfort/redis-official": 1 , "rapidfort/redis-sentinel-ib": 1 , "rapidfort/registry-v2-ib": 1 , "rapidfort/shellcheck-ib": 1 , "rapidfort/skopeo-ib": 1 , "rapidfort/solr-8-ib": 1 , "rapidfort/sqlite-ib": 1 , "rapidfort/telegraf": 1 , "rapidfort/tempo-query-ib": 1 , "rapidfort/terraform-ib": 1 , "rapidfort/terragrunt-ib": 1 , "rapidfort/tflint-ib": 1 , "rapidfort/thanos-ib": 1 , "rapidfort/tika-ib": 1 , "rapidfort/tomcat-openjdk11-ib": 1 , "rapidfort/tomcat-openjdk8-ib": 1 , "rapidfort/tomcat10-openjdk17-ib": 1 , "rapidfort/tomcat9-openjdk11-ib": 1 , "rapidfort/traefik": 1 , "rapidfort/traefik-ib": 1 , "rapidfort/vale-ib": 1 , "rapidfort/vault": 1 , "rapidfort/vault-ib": 1 , "rapidfort/vault-k8s-ib": 1 , "rapidfort/vcluster-ib": 1 , "rapidfort/velero-ib": 1 , "rapidfort/wordpress": 1 , "rapidfort/wordpress-ib": 1 , "rapidfort/yourls": 1 , "rapidfort/yq-ib": 1 , "rapidfort/zeek-ib": 1 , "rapidfort/zookeeper": 1 , "rapidfort/zookeeper-ib": 1 , "rapidfort/zookeeper-official": 1 }' \ + -d '{ "rapidfort/airflow-ib": 1 , "rapidfort/alertmanager-ib": 1 , "rapidfort/alloy-ib": 1 , "rapidfort/ansible-ib": 1 , "rapidfort/ansible-lint-ib": 1 , "rapidfort/ansible-operator-ib": 1 , "rapidfort/apache2-ib": 1 , "rapidfort/apache-official": 1 , "rapidfort/argocd": 1 , "rapidfort/argocd-bigbang-ib": 1 , "rapidfort/argocd-ib": 1 , "rapidfort/auditbeat-ib": 1 , "rapidfort/bats-ib": 1 , "rapidfort/blackbox-exporter-ib": 1 , "rapidfort/boundary-ib": 1 , "rapidfort/buildah-ib": 1 , "rapidfort/camel-k-ib": 1 , "rapidfort/cass-ib": 1 , "rapidfort/cassandra-official": 1 , "rapidfort/ceph-ib": 1 , "rapidfort/certtool-ib": 1 , "rapidfort/chart-testing-ib": 1 , "rapidfort/clickhouse-ib": 1 , "rapidfort/consul-ib": 1 , "rapidfort/consul-official": 1 , "rapidfort/coredns-ib": 1 , "rapidfort/couchdb_3-ib": 1 , "rapidfort/couchdb-official": 1 , "rapidfort/curl": 1 , "rapidfort/dex-ib": 1 , "rapidfort/eck-operator-ib": 1 , "rapidfort/elasticsearch-dump-ib": 1 , "rapidfort/elasticsearch-exporter-ib": 1 , "rapidfort/elasticsearch-official": 1 , "rapidfort/envoy-official": 1 , "rapidfort/etcd-ib": 1 , "rapidfort/filebeat-ib": 1 , "rapidfort/fluent-bit-ib": 1 , "rapidfort/fluent-bit-official": 1 , "rapidfort/fluentd-elasticsearch-ib": 1 , "rapidfort/fluentd-ib": 1 , "rapidfort/fluentd-kubernetes-daemonset-ib": 1 , "rapidfort/fluentd-official": 1 , "rapidfort/fluxcd-helm-controller-ib": 1 , "rapidfort/fluxcd-image-automation-controller-ib": 1 , "rapidfort/fluxcd-image-reflector-controller-ib": 1 , "rapidfort/fluxcd-kustomize-controller-ib": 1 , "rapidfort/fluxcd-notification-controller-ib": 1 , "rapidfort/fluxcd-source-controller-ib": 1 , "rapidfort/gatekeeper-ib": 1 , "rapidfort/git-lfs-ib": 1 , "rapidfort/gitaly-ib": 1 , "rapidfort/gitaly-ib": 1 , "rapidfort/gitlab-certificates-ib": 1 , "rapidfort/gitlab-cfssl-self-sign-ib": 1 , "rapidfort/gitlab-container-registry-ib": 1 , "rapidfort/gitlab-exporter-ib": 1 , "rapidfort/gitlab-kas-ib": 1 , "rapidfort/gitlab-runner-ib": 1 , "rapidfort/gitlab-shell-ib": 1 , "rapidfort/gitlab-workhorse-ib": 1 , "rapidfort/grafana-ib": 1 , "rapidfort/grafana-official": 1 , "rapidfort/grafana-plugins-ib": 1 , "rapidfort/hadolint-ib": 1 , "rapidfort/haproxy24-ib": 1 , "rapidfort/haproxy-latest-ib": 1 , "rapidfort/haproxy-official": 1 , "rapidfort/heartbeat-ib": 1 , "rapidfort/jmx-exporter-ib": 1 , "rapidfort/jq-ib": 1 , "rapidfort/k6-ib": 1 , "rapidfort/k8s-sidecar-ib": 1 , "rapidfort/k8s-sidecar-official": 1 , "rapidfort/kafka-exporter-ib": 1 , "rapidfort/kafka-ib": 1 , "rapidfort/kaniko-ib": 1 , "rapidfort/keycloak-official": 1 , "rapidfort/kibana-ib": 1 , "rapidfort/kong": 1 , "rapidfort/kongkic-ib": 1 , "rapidfort/kube-webhook-certgen-ib": 1 , "rapidfort/kubectl-ib": 1 , "rapidfort/kyverno-background-controller-ib": 1 , "rapidfort/kyverno-cleanup-controller-ib": 1 , "rapidfort/kyverno-reports-controller-ib": 1 , "rapidfort/logstash-ib": 1 , "rapidfort/mariadb-ib": 1 , "rapidfort/mariadb-official": 1 , "rapidfort/mc-ib": 1 , "rapidfort/memcached-ib": 1 , "rapidfort/memcached-official": 1 , "rapidfort/metabase-ib": 1 , "rapidfort/metricbeat-ib": 1 , "rapidfort/metrics-server-ib": 1 , "rapidfort/microsoft-sql-server-2019-ib": 1 , "rapidfort/minio-console-ib": 1 , "rapidfort/minio-ib": 1 , "rapidfort/minio-operator-ib": 1 , "rapidfort/minio-operator-sidecar-ib": 1 , "rapidfort/mkdocs-ib": 1 , "rapidfort/molecule-ib": 1 , "rapidfort/mongodb-ib": 1 , "rapidfort/mongodb-official": 1 , "rapidfort/moodle-ib": 1 , "rapidfort/mysql8-ib": 1 , "rapidfort/mysql-official": 1 , "rapidfort/nats-ib": 1 , "rapidfort/nats-official": 1 , "rapidfort/nginx-ib": 1 , "rapidfort/nginx-official": 1 , "rapidfort/nifi-ib": 1 , "rapidfort/nifi-registry-ib": 1 , "rapidfort/node-exporter-ib": 1 , "rapidfort/node-exporter-official": 1 , "rapidfort/oncall": 1 , "rapidfort/opa-ib": 1 , "rapidfort/openldap-ib": 1 , "rapidfort/osee-postgres-ib": 1 , "rapidfort/packetbeat-ib": 1 , "rapidfort/pause-ib": 1 , "rapidfort/pgadmin-ib": 1 , "rapidfort/podman-ib": 1 , "rapidfort/postfix-ib": 1 , "rapidfort/postgres-exporter-ib": 1 , "rapidfort/postgresql12-ib": 1 , "rapidfort/postgresql-official": 1 , "rapidfort/prometheus-config-reloader-ib": 1 , "rapidfort/prometheus-ib": 1 , "rapidfort/prometheus-official": 1 , "rapidfort/prometheus-operator-ib": 1 , "rapidfort/rabbitmq-official": 1 , "rapidfort/redis-exporter-ib": 1 , "rapidfort/redis6-ib": 1 , "rapidfort/redis-official": 1 , "rapidfort/redis-sentinel-ib": 1 , "rapidfort/registry-v2-ib": 1 , "rapidfort/shellcheck-ib": 1 , "rapidfort/skopeo-ib": 1 , "rapidfort/solr-8-ib": 1 , "rapidfort/sqlite-ib": 1 , "rapidfort/tempo-query-ib": 1 , "rapidfort/terraform-ib": 1 , "rapidfort/terragrunt-ib": 1 , "rapidfort/tflint-ib": 1 , "rapidfort/thanos-ib": 1 , "rapidfort/tika-ib": 1 , "rapidfort/tomcat-openjdk11-ib": 1 , "rapidfort/tomcat-openjdk8-ib": 1 , "rapidfort/tomcat10-openjdk17-ib": 1 , "rapidfort/tomcat9-openjdk11-ib": 1 , "rapidfort/traefik": 1 , "rapidfort/traefik-ib": 1 , "rapidfort/vale-ib": 1 , "rapidfort/vault": 1 , "rapidfort/vault-ib": 1 , "rapidfort/vault-k8s-ib": 1 , "rapidfort/vcluster-ib": 1 , "rapidfort/velero-ib": 1 , "rapidfort/wordpress-ib": 1 , "rapidfort/yourls": 1 , "rapidfort/yq-ib": 1 , "rapidfort/zeek-ib": 1 , "rapidfort/zookeeper-ib": 1 , "rapidfort/zookeeper-official": 1 }' \ https://data-receiver.rapidfort.com/counts/internal_image_pulls diff --git a/.github/workflows/readme_updater.yml b/.github/workflows/readme_updater.yml index 53f68131ad..60bee9c5f2 100644 --- a/.github/workflows/readme_updater.yml +++ b/.github/workflows/readme_updater.yml @@ -44,15 +44,6 @@ jobs: - name: Update readme for dockerhub if: always() run: ./scripts/update_readme_dh.sh - - name: Docker Hub Description Apache Airflow - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/airflow - readme-filepath: ./community_images/airflow/airflow/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Apache Airflow - name: Docker Hub Description Apache Airflow Ironbank if: always() uses: peter-evans/dockerhub-description@v3 @@ -62,33 +53,6 @@ jobs: repository: rapidfort/airflow-ib readme-filepath: ./community_images/airflow/airflow/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Apache Airflow Ironbank - - name: Docker Hub Description Airflow Ironbank (Bitnami) - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/airflow-ib-bitnami - readme-filepath: ./community_images/airflow/airflow/bitnami-ironbank/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Airflow Ironbank (Bitnami) - - name: Docker Hub Description Airflow Scheduler Ironbank (Bitnami) - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/airflow-scheduler-ib-bitnami - readme-filepath: ./community_images/airflow/airflow-scheduler/bitnami-ironbank/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Airflow Scheduler Ironbank (Bitnami) - - name: Docker Hub Description Airflow Worker Ironbank (Bitnami) - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/airflow-worker-ib-bitnami - readme-filepath: ./community_images/airflow/airflow-worker/bitnami-ironbank/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Airflow Worker Ironbank (Bitnami) - name: Docker Hub Description Alertmanager Ironbank if: always() uses: peter-evans/dockerhub-description@v3 @@ -134,15 +98,6 @@ jobs: repository: rapidfort/ansible-operator-ib readme-filepath: ./community_images/ansible-operator/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Ansible-Operator Iron Bank - - name: Docker Hub Description Apache - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/apache - readme-filepath: ./community_images/apache/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Apache - name: Docker Hub Description Apache IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -296,15 +251,6 @@ jobs: repository: rapidfort/clickhouse-ib readme-filepath: ./community_images/clickhouse/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for clickhouse Iron Bank - - name: Docker Hub Description Consul - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/consul - readme-filepath: ./community_images/consul/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Consul - name: Docker Hub Description Consul IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -332,15 +278,6 @@ jobs: repository: rapidfort/coredns-ib readme-filepath: ./community_images/coredns/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for coredns Iron Bank - - name: Docker Hub Description Couchdb Database Server - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/couchdb - readme-filepath: ./community_images/couchdb/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Couchdb Database Server - name: Docker Hub Description Couchdb Database Server IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -386,15 +323,6 @@ jobs: repository: rapidfort/eck-operator-ib readme-filepath: ./community_images/eck-operator/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for ECK Operator Iron Bank - - name: Docker Hub Description ElasticSearch - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/elasticsearch - readme-filepath: ./community_images/elasticsearch/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for ElasticSearch - name: Docker Hub Description elasticsearch-dump Iron Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -422,15 +350,6 @@ jobs: repository: rapidfort/elasticsearch-official readme-filepath: ./community_images/elasticsearch/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for ElasticSearch Official - - name: Docker Hub Description Envoy - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/envoy - readme-filepath: ./community_images/envoy/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Envoy - name: Docker Hub Description Envoy Official if: always() uses: peter-evans/dockerhub-description@v3 @@ -440,15 +359,6 @@ jobs: repository: rapidfort/envoy-official readme-filepath: ./community_images/envoy/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for Envoy Official - - name: Docker Hub Description Etcd - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/etcd - readme-filepath: ./community_images/etcd/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Etcd - name: Docker Hub Description Etcd Ironbank if: always() uses: peter-evans/dockerhub-description@v3 @@ -467,15 +377,6 @@ jobs: repository: rapidfort/filebeat-ib readme-filepath: ./community_images/filebeat/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Filebeat Ironbank - - name: Docker Hub Description Fluent-Bit - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/fluent-bit - readme-filepath: ./community_images/fluent-bit/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Fluent-Bit - name: Docker Hub Description Fluent-Bit Ironbank if: always() uses: peter-evans/dockerhub-description@v3 @@ -494,15 +395,6 @@ jobs: repository: rapidfort/fluent-bit-official readme-filepath: ./community_images/fluent-bit/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for Fluent-Bit Official - - name: Docker Hub Description Fluentd - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/fluentd - readme-filepath: ./community_images/fluentd/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Fluentd - name: Docker Hub Description Fluentd Elasticsearch IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -602,15 +494,6 @@ jobs: repository: rapidfort/gatekeeper-ib readme-filepath: ./community_images/gatekeeper/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Gatekeeper IronBank - - name: Docker Hub Description Ghost - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/ghost - readme-filepath: ./community_images/ghost/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Ghost - name: Docker Hub Description Git-lfs Iron-Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -746,15 +629,6 @@ jobs: repository: rapidfort/hadolint-ib readme-filepath: ./community_images/hadolint/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Hadolint IronBank - - name: Docker Hub Description HAProxy - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/haproxy - readme-filepath: ./community_images/haproxy/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for HAProxy - name: Docker Hub Description HAProxy IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -791,15 +665,6 @@ jobs: repository: rapidfort/heartbeat-ib readme-filepath: ./community_images/heartbeat/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Heartbeat Iron Bank - - name: Docker Hub Description InfluxDB™ - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/influxdb - readme-filepath: ./community_images/influxdb/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for InfluxDB™ - name: Docker Hub Description JMX Exporter Iron Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -962,15 +827,6 @@ jobs: repository: rapidfort/logstash-ib readme-filepath: ./community_images/logstash/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Logstash Ironbank - - name: Docker Hub Description MariaDB - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/mariadb - readme-filepath: ./community_images/mariadb/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for MariaDB - name: Docker Hub Description MariaDB IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -998,15 +854,6 @@ jobs: repository: rapidfort/mc-ib readme-filepath: ./community_images/mc/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for mc Iron Bank - - name: Docker Hub Description Memcached - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/memcached - readme-filepath: ./community_images/memcached/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Memcached - name: Docker Hub Description Memcached IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1115,15 +962,6 @@ jobs: repository: rapidfort/molecule-ib readme-filepath: ./community_images/molecule/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Molecule Iron Bank - - name: Docker Hub Description MongoDB® - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/mongodb - readme-filepath: ./community_images/mongodb/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for MongoDB® - name: Docker Hub Description MongoDB® IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1151,15 +989,6 @@ jobs: repository: rapidfort/moodle-ib readme-filepath: ./community_images/moodle/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Moodle Ironbank - - name: Docker Hub Description MySQL - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/mysql - readme-filepath: ./community_images/mysql/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for MySQL - name: Docker Hub Description MySQL IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1178,15 +1007,6 @@ jobs: repository: rapidfort/mysql-official readme-filepath: ./community_images/mysql/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for MySQL Official - - name: Docker Hub Description NATS - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/nats - readme-filepath: ./community_images/nats/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for NATS - name: Docker Hub Description NATS Ironbank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1205,15 +1025,6 @@ jobs: repository: rapidfort/nats-official readme-filepath: ./community_images/nats/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for NATS Official - - name: Docker Hub Description NGINX - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/nginx - readme-filepath: ./community_images/nginx/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for NGINX - name: Docker Hub Description NGINX IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1250,15 +1061,6 @@ jobs: repository: rapidfort/nifi-registry-ib readme-filepath: ./community_images/nifi-registry/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Apache nifi-registry IronBank - - name: Docker Hub Description Node Exporter - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/node-exporter - readme-filepath: ./community_images/node-exporter/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Node Exporter - name: Docker Hub Description Node-Exporter IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1358,15 +1160,6 @@ jobs: repository: rapidfort/postfix-ib readme-filepath: ./community_images/postfix/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Postfix IronBank - - name: Docker Hub Description PostgreSQL Exporter Bitnami Iron Bank - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/postgres-exporter-bitnami-ib - readme-filepath: ./community_images/postgres-exporter/bitnami-ironbank/README.md.dockerhub - short-description: RapidFort optimized, hardened image for PostgreSQL Exporter Bitnami Iron Bank - name: Docker Hub Description PostgreSQL Exporter Iron Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1376,15 +1169,6 @@ jobs: repository: rapidfort/postgres-exporter-ib readme-filepath: ./community_images/postgres-exporter/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for PostgreSQL Exporter Iron Bank - - name: Docker Hub Description PostgreSQL - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/postgresql - readme-filepath: ./community_images/postgresql/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for PostgreSQL - name: Docker Hub Description PostgreSQL IronBank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1403,24 +1187,6 @@ jobs: repository: rapidfort/postgresql-official readme-filepath: ./community_images/postgresql/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for PostgreSQL Official - - name: Docker Hub Description PostgreSQL IronBank (Bitnami) - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/postgresql16-bitnami-ib - readme-filepath: ./community_images/postgresql/bitnami-ironbank/README.md.dockerhub - short-description: RapidFort optimized, hardened image for PostgreSQL IronBank (Bitnami) - - name: Docker Hub Description Prometheus - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/prometheus - readme-filepath: ./community_images/prometheus/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Prometheus - name: Docker Hub Description prometheus-config-reloader Iron Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1457,15 +1223,6 @@ jobs: repository: rapidfort/prometheus-operator-ib readme-filepath: ./community_images/prometheus-operator/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Prometheus Operator Iron Bank - - name: Docker Hub Description RabbitMQ - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/rabbitmq - readme-filepath: ./community_images/rabbitmq/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for RabbitMQ - name: Docker Hub Description RabbitMQ Official if: always() uses: peter-evans/dockerhub-description@v3 @@ -1475,24 +1232,6 @@ jobs: repository: rapidfort/rabbitmq-official readme-filepath: ./community_images/rabbitmq/official/README.md.dockerhub short-description: RapidFort optimized, hardened image for RabbitMQ Official - - name: Docker Hub Description Redis™ - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/redis - readme-filepath: ./community_images/redis/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Redis™ - - name: Docker Hub Description Redis™ Cluster - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/redis-cluster - readme-filepath: ./community_images/redis-cluster/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Redis™ Cluster - name: Docker Hub Description Redis Exporter Iron Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1574,15 +1313,6 @@ jobs: repository: rapidfort/sqlite-ib readme-filepath: ./community_images/sqlite/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Sqlite Iron Bank - - name: Docker Hub Description Telegraf - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/telegraf - readme-filepath: ./community_images/telegraf/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Telegraf - name: Docker Hub Description Grafana Tempo-query Iron Bank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1745,15 +1475,6 @@ jobs: repository: rapidfort/velero-ib readme-filepath: ./community_images/velero/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Velero Iron Bank - - name: Docker Hub Description Wordpress - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/wordpress - readme-filepath: ./community_images/wordpress/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Wordpress - name: Docker Hub Description Wordpress Ironbank if: always() uses: peter-evans/dockerhub-description@v3 @@ -1790,15 +1511,6 @@ jobs: repository: rapidfort/zeek-ib readme-filepath: ./community_images/zeek/ironbank/README.md.dockerhub short-description: RapidFort optimized, hardened image for Zeek Iron Bank - - name: Docker Hub Description Zookeeper - if: always() - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: rapidfort/zookeeper - readme-filepath: ./community_images/zookeeper/bitnami/README.md.dockerhub - short-description: RapidFort optimized, hardened image for Zookeeper - name: Docker Hub Description Zookeeper IronBank if: always() uses: peter-evans/dockerhub-description@v3 diff --git a/builder.lst b/builder.lst index 9f3279ec61..0486d2633c 100644 --- a/builder.lst +++ b/builder.lst @@ -1,37 +1,16 @@ -envoy/bitnami -etcd/bitnami -influxdb/bitnami -mariadb/bitnami mariadb/ironbank mariadb/official cassandra/official -mysql/bitnami mysql/ironbank mysql/official -nats/bitnami -redis/bitnami redis/ironbank redis/official -redis-cluster/bitnami -postgresql/bitnami postgresql/ironbank postgresql/official -airflow/airflow/bitnami oncall/grafana -rabbitmq/bitnami -wordpress/bitnami -fluentd/bitnami -apache/bitnami -mongodb/bitnami mongodb/official -prometheus/bitnami nginx/ironbank -nginx/bitnami curl/curlimages -memcached/bitnami -zookeeper/bitnami -consul/bitnami -haproxy/bitnami kong/official traefik/traefik apache/official @@ -41,12 +20,8 @@ haproxy/official zookeeper/official consul/official memcached/official -couchdb/bitnami couchdb/official yourls/official -elasticsearch/bitnami -telegraf/bitnami -ghost/bitnami zookeeper/ironbank haproxy/ironbank memcached/ironbank @@ -67,9 +42,7 @@ nats/ironbank airflow/airflow/ironbank keycloak/official fluent-bit/ironbank -fluent-bit/bitnami nifi/ironbank -node-exporter/bitnami node-exporter/ironbank moodle/ironbank argocd/quay @@ -77,7 +50,6 @@ vault-k8s/ironbank pause/ironbank chart-testing/ironbank logstash/ironbank -airflow/airflow/bitnami-ironbank kafka/ironbank terraform/ironbank kibana/ironbank @@ -101,7 +73,6 @@ tomcat10/ironbank tomcat/ironbank heartbeat/ironbank vault/ironbank -postgres-exporter/bitnami-ironbank redis-exporter/ironbank metabase/ironbank argocd/ironbank @@ -180,7 +151,6 @@ boundary/ironbank haproxy-latest/ironbank molecule/ironbank camel-k/ironbank -postgresql/bitnami-ironbank clickhouse/ironbank jq/ironbank ansible-operator/ironbank diff --git a/image.lst b/image.lst index 6a8cc6d270..acc9f3e377 100644 --- a/image.lst +++ b/image.lst @@ -1,37 +1,16 @@ -mariadb/bitnami mariadb/ironbank mariadb/official cassandra/official -mongodb/bitnami mongodb/official -mysql/bitnami mysql/ironbank mysql/official -nginx/bitnami -postgresql/bitnami -redis/bitnami -redis-cluster/bitnami -envoy/bitnami -fluentd/bitnami oncall/grafana -influxdb/bitnami -etcd/bitnami -nats/bitnami redis/ironbank redis/official postgresql/official postgresql/ironbank nginx/ironbank -prometheus/bitnami -wordpress/bitnami -rabbitmq/bitnami -apache/bitnami -airflow/airflow/bitnami curl/curlimages -memcached/bitnami -zookeeper/bitnami -consul/bitnami -haproxy/bitnami kong/official traefik/traefik apache/official @@ -41,12 +20,8 @@ haproxy/official zookeeper/official consul/official memcached/official -couchdb/bitnami couchdb/official yourls/official -elasticsearch/bitnami -telegraf/bitnami -ghost/bitnami zookeeper/ironbank haproxy/ironbank memcached/ironbank @@ -69,9 +44,7 @@ nats/ironbank airflow/airflow/ironbank keycloak/official fluent-bit/ironbank -fluent-bit/bitnami nifi/ironbank -node-exporter/bitnami node-exporter/ironbank moodle/ironbank argocd/quay @@ -79,9 +52,6 @@ vault-k8s/ironbank pause/ironbank chart-testing/ironbank logstash/ironbank -airflow/airflow-scheduler/bitnami-ironbank -airflow/airflow-worker/bitnami-ironbank -airflow/airflow/bitnami-ironbank kafka/ironbank terraform/ironbank kibana/ironbank @@ -106,7 +76,6 @@ auditbeat/ironbank tomcat9/ironbank tomcat10/ironbank tomcat/ironbank -postgres-exporter/bitnami-ironbank redis-exporter/ironbank metabase/ironbank argocd/ironbank @@ -188,7 +157,6 @@ boundary/ironbank haproxy-latest/ironbank molecule/ironbank camel-k/ironbank -postgresql/bitnami-ironbank clickhouse/ironbank jq/ironbank ansible-operator/ironbank