Skip to content

Commit

Permalink
image generator updates
Browse files Browse the repository at this point in the history
Signed-off-by: anmol <[email protected]>
  • Loading branch information
Anmol-RapidFort committed Nov 5, 2024
1 parent 9a40f6f commit bd4c034
Show file tree
Hide file tree
Showing 226 changed files with 2,154 additions and 1,198 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/image_run_pr_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10890,7 +10890,7 @@ jobs:
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
postgresql-bitnami-ib:
postgresql-ib:
runs-on: ubuntu-latest

environment: actions-cicd-pr
Expand All @@ -10908,7 +10908,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 scripts/tests_required.py postgresql-bitnami-ib postgresql/bitnami-ironbank output.txt
python3 scripts/tests_required.py postgresql-ib postgresql/ironbank output.txt
cat output.txt >> $GITHUB_OUTPUT

- name: Start minikube
Expand Down Expand Up @@ -10949,7 +10949,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 postgresql/ironbank


- name: Report pulls
Expand All @@ -10962,9 +10962,9 @@ jobs:
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql-bitnami-ib": 1 }' \
-d '{ "rapidfort/postgresql12-ib": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
postgresql-ib:
postgresql-official:
runs-on: ubuntu-latest

environment: actions-cicd-pr
Expand All @@ -10982,7 +10982,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 postgresql-official postgresql/official output.txt
cat output.txt >> $GITHUB_OUTPUT

- name: Start minikube
Expand Down Expand Up @@ -11023,7 +11023,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 postgresql/official


- name: Report pulls
Expand All @@ -11036,9 +11036,9 @@ jobs:
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql12-ib": 1 }' \
-d '{ "rapidfort/postgresql-official": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
postgresql-official:
postgresql16-bitnami-ib:
runs-on: ubuntu-latest

environment: actions-cicd-pr
Expand All @@ -11056,7 +11056,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 postgresql16-bitnami-ib postgresql/bitnami-ironbank output.txt
cat output.txt >> $GITHUB_OUTPUT

- name: Start minikube
Expand Down Expand Up @@ -11097,7 +11097,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 postgresql/bitnami-ironbank


- name: Report pulls
Expand All @@ -11110,7 +11110,7 @@ jobs:
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql-official": 1 }' \
-d '{ "rapidfort/postgresql-bitnami-ib": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
prometheus:
runs-on: ubuntu-latest
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/image_run_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8537,7 +8537,7 @@ jobs:
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
postgresql-bitnami-ib:
postgresql-ib:
runs-on: ubuntu-latest

environment: actions-cicd
Expand Down Expand Up @@ -8582,7 +8582,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 postgresql/ironbank --publish


- name: Report pulls
Expand All @@ -8593,9 +8593,9 @@ jobs:
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql-bitnami-ib": 1 }' \
-d '{ "rapidfort/postgresql12-ib": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
postgresql-ib:
postgresql-official:
runs-on: ubuntu-latest

environment: actions-cicd
Expand Down Expand Up @@ -8640,7 +8640,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 postgresql/official --publish


- name: Report pulls
Expand All @@ -8651,9 +8651,9 @@ jobs:
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql12-ib": 1 }' \
-d '{ "rapidfort/postgresql-official": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
postgresql-official:
postgresql16-bitnami-ib:
runs-on: ubuntu-latest

environment: actions-cicd
Expand Down Expand Up @@ -8698,7 +8698,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 postgresql/bitnami-ironbank --publish


- name: Report pulls
Expand All @@ -8709,7 +8709,7 @@ jobs:
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer ${PULL_COUNTER_MAGIC_TOKEN}" \
-d '{ "rapidfort/postgresql-official": 1 }' \
-d '{ "rapidfort/postgresql-bitnami-ib": 1 }' \
https://data-receiver.rapidfort.com/counts/internal_image_pulls
prometheus:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit bd4c034

Please sign in to comment.