From 361c4bf6d3a6da92acdf598533db69e4d983bad1 Mon Sep 17 00:00:00 2001 From: Rambabu Bolla Date: Thu, 30 May 2024 11:34:59 +0000 Subject: [PATCH] CASMMON-399: Push all the images to the Arti --- ...r.io.victoriametrics.operator.v0.35.1.yaml | 55 ++++++++++++++++++ ...er.io.victoriametrics.vmagent.v1.93.1.yaml | 55 ++++++++++++++++++ ...er.io.victoriametrics.vmalert.v1.93.1.yaml | 55 ++++++++++++++++++ ...toriametrics.vminsert.v1.93.1-cluster.yaml | 55 ++++++++++++++++++ ...toriametrics.vmselect.v1.93.1-cluster.yaml | 55 ++++++++++++++++++ ...oriametrics.vmstorage.v1.93.1-cluster.yaml | 55 ++++++++++++++++++ ...o.google_containers.hyperkube.v1.18.0.yaml | 57 +++++++++++++++++++ .../operator/v0.35.1/Dockerfile | 2 + .../vmagent/v1.93.1/Dockerfile | 2 + .../vmalert/v1.93.1/Dockerfile | 2 + .../vminsert/v1.93.1-cluster/Dockerfile | 2 + .../vmselect/v1.93.1-cluster/Dockerfile | 2 + .../vmstorage/v1.93.1-cluster/Dockerfile | 2 + .../hyperkube/v1.18.0/Dockerfile | 1 + 14 files changed, 400 insertions(+) create mode 100644 .github/workflows/docker.io.victoriametrics.operator.v0.35.1.yaml create mode 100644 .github/workflows/docker.io.victoriametrics.vmagent.v1.93.1.yaml create mode 100644 .github/workflows/docker.io.victoriametrics.vmalert.v1.93.1.yaml create mode 100644 .github/workflows/docker.io.victoriametrics.vminsert.v1.93.1-cluster.yaml create mode 100644 .github/workflows/docker.io.victoriametrics.vmselect.v1.93.1-cluster.yaml create mode 100644 .github/workflows/docker.io.victoriametrics.vmstorage.v1.93.1-cluster.yaml create mode 100644 .github/workflows/gcr.io.google_containers.hyperkube.v1.18.0.yaml create mode 100644 docker.io/victoriametrics/operator/v0.35.1/Dockerfile create mode 100644 docker.io/victoriametrics/vmagent/v1.93.1/Dockerfile create mode 100644 docker.io/victoriametrics/vmalert/v1.93.1/Dockerfile create mode 100644 docker.io/victoriametrics/vminsert/v1.93.1-cluster/Dockerfile create mode 100644 docker.io/victoriametrics/vmselect/v1.93.1-cluster/Dockerfile create mode 100644 docker.io/victoriametrics/vmstorage/v1.93.1-cluster/Dockerfile create mode 100644 gcr.io/google_containers/hyperkube/v1.18.0/Dockerfile diff --git a/.github/workflows/docker.io.victoriametrics.operator.v0.35.1.yaml b/.github/workflows/docker.io.victoriametrics.operator.v0.35.1.yaml new file mode 100644 index 00000000..ca9d98a7 --- /dev/null +++ b/.github/workflows/docker.io.victoriametrics.operator.v0.35.1.yaml @@ -0,0 +1,55 @@ +# +# MIT License +# +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: docker.io/victoriametrics/operator:v0.35.1 +on: + push: + paths: + - .github/workflows/docker.io.victoriametrics.operator.v0.35.1.yaml + - docker.io/victoriametrics/operator/v0.35.1** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/victoriametrics/operator/v0.35.1 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/victoriametrics/operator + DOCKER_TAG: v0.35.1 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + fail_on_snyk_errors: false diff --git a/.github/workflows/docker.io.victoriametrics.vmagent.v1.93.1.yaml b/.github/workflows/docker.io.victoriametrics.vmagent.v1.93.1.yaml new file mode 100644 index 00000000..c2541b76 --- /dev/null +++ b/.github/workflows/docker.io.victoriametrics.vmagent.v1.93.1.yaml @@ -0,0 +1,55 @@ +# +# MIT License +# +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: docker.io/victoriametrics/vmagent:v1.93.1 +on: + push: + paths: + - .github/workflows/docker.io.victoriametrics.vmagent.v1.93.1.yaml + - docker.io/victoriametrics/vmagent/v1.93.1/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/victoriametrics/vmagent/v1.93.1 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/victoriametrics/vmagent + DOCKER_TAG: v1.93.1 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + fail_on_snyk_errors: false diff --git a/.github/workflows/docker.io.victoriametrics.vmalert.v1.93.1.yaml b/.github/workflows/docker.io.victoriametrics.vmalert.v1.93.1.yaml new file mode 100644 index 00000000..76777f62 --- /dev/null +++ b/.github/workflows/docker.io.victoriametrics.vmalert.v1.93.1.yaml @@ -0,0 +1,55 @@ +# +# MIT License +# +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: docker.io/victoriametrics/vmalert:v1.93.1 +on: + push: + paths: + - .github/workflows/docker.io.victoriametrics.vmalert.v1.93.1.yaml + - docker.io/victoriametrics/vmalert/v1.93.1/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/victoriametrics/vmalert/v1.93.1 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/victoriametrics/vmalert + DOCKER_TAG: v1.93.1 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + fail_on_snyk_errors: false diff --git a/.github/workflows/docker.io.victoriametrics.vminsert.v1.93.1-cluster.yaml b/.github/workflows/docker.io.victoriametrics.vminsert.v1.93.1-cluster.yaml new file mode 100644 index 00000000..0a0adfaa --- /dev/null +++ b/.github/workflows/docker.io.victoriametrics.vminsert.v1.93.1-cluster.yaml @@ -0,0 +1,55 @@ +# +# MIT License +# +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: docker.io/victoriametrics/vminsert:v1.93.1-cluster +on: + push: + paths: + - .github/workflows/docker.io.victoriametrics.vminsert.v1.93.1-cluster.yaml + - docker.io/victoriametrics/vminsert/v1.93.1-cluster/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/victoriametrics/vminsert/v1.93.1-cluster + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/victoriametrics/vminsert + DOCKER_TAG: v1.93.1-cluster + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + fail_on_snyk_errors: false diff --git a/.github/workflows/docker.io.victoriametrics.vmselect.v1.93.1-cluster.yaml b/.github/workflows/docker.io.victoriametrics.vmselect.v1.93.1-cluster.yaml new file mode 100644 index 00000000..967d9524 --- /dev/null +++ b/.github/workflows/docker.io.victoriametrics.vmselect.v1.93.1-cluster.yaml @@ -0,0 +1,55 @@ +# +# MIT License +# +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: docker.io/victoriametrics/vmselect:v1.93.1-cluster +on: + push: + paths: + - .github/workflows/docker.io.victoriametrics.vmselect.v1.93.1-cluster.yaml + - docker.io/victoriametrics/vmselect/v1.93.1-cluster/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/victoriametrics/vmselect/v1.93.1-cluster + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/victoriametrics/vmselect + DOCKER_TAG: v1.93.1-cluster + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + fail_on_snyk_errors: false diff --git a/.github/workflows/docker.io.victoriametrics.vmstorage.v1.93.1-cluster.yaml b/.github/workflows/docker.io.victoriametrics.vmstorage.v1.93.1-cluster.yaml new file mode 100644 index 00000000..243adf4c --- /dev/null +++ b/.github/workflows/docker.io.victoriametrics.vmstorage.v1.93.1-cluster.yaml @@ -0,0 +1,55 @@ +# +# MIT License +# +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: docker.io/victoriametrics/vmstorage:v1.93.1-cluster +on: + push: + paths: + - .github/workflows/docker.io.victoriametrics.vmstorage.v1.93.1-cluster.yaml + - docker.io/victoriametrics/vmstorage/v1.93.1-cluster/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/victoriametrics/vmstorage/v1.93.1-cluster + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/victoriametrics/vmstorage + DOCKER_TAG: v1.93.1-cluster + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + fail_on_snyk_errors: false diff --git a/.github/workflows/gcr.io.google_containers.hyperkube.v1.18.0.yaml b/.github/workflows/gcr.io.google_containers.hyperkube.v1.18.0.yaml new file mode 100644 index 00000000..56135b32 --- /dev/null +++ b/.github/workflows/gcr.io.google_containers.hyperkube.v1.18.0.yaml @@ -0,0 +1,57 @@ +# +# MIT License +# +# (C) Copyright 2023-2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: gcr.io/google_containers/hyperkube:v1.18.0 +on: + push: + paths: + - .github/workflows/gcr.io.google_containers.hyperkube.v1.18.0.yaml + - gcr.io/google_containers/hyperkube/v1.18.0/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: gcr.io/google_containers/hyperkube/v1.18.0 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/gcr.io/google_containers/hyperkube + DOCKER_TAG: v1.18.0 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_additional_tags: | + ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}-csm0.9 + ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}-csm1.0 + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/docker.io/victoriametrics/operator/v0.35.1/Dockerfile b/docker.io/victoriametrics/operator/v0.35.1/Dockerfile new file mode 100644 index 00000000..9d97efc4 --- /dev/null +++ b/docker.io/victoriametrics/operator/v0.35.1/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/victoriametrics/operator:v0.35.1 + diff --git a/docker.io/victoriametrics/vmagent/v1.93.1/Dockerfile b/docker.io/victoriametrics/vmagent/v1.93.1/Dockerfile new file mode 100644 index 00000000..e800dfec --- /dev/null +++ b/docker.io/victoriametrics/vmagent/v1.93.1/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/victoriametrics/vmagent:v1.93.1 + diff --git a/docker.io/victoriametrics/vmalert/v1.93.1/Dockerfile b/docker.io/victoriametrics/vmalert/v1.93.1/Dockerfile new file mode 100644 index 00000000..82123183 --- /dev/null +++ b/docker.io/victoriametrics/vmalert/v1.93.1/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/victoriametrics/vmalert:v1.93.1 + diff --git a/docker.io/victoriametrics/vminsert/v1.93.1-cluster/Dockerfile b/docker.io/victoriametrics/vminsert/v1.93.1-cluster/Dockerfile new file mode 100644 index 00000000..2b27f405 --- /dev/null +++ b/docker.io/victoriametrics/vminsert/v1.93.1-cluster/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/victoriametrics/vminsert:v1.93.1-cluster + diff --git a/docker.io/victoriametrics/vmselect/v1.93.1-cluster/Dockerfile b/docker.io/victoriametrics/vmselect/v1.93.1-cluster/Dockerfile new file mode 100644 index 00000000..3236e30c --- /dev/null +++ b/docker.io/victoriametrics/vmselect/v1.93.1-cluster/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/victoriametrics/vmselect:v1.93.1-cluster + diff --git a/docker.io/victoriametrics/vmstorage/v1.93.1-cluster/Dockerfile b/docker.io/victoriametrics/vmstorage/v1.93.1-cluster/Dockerfile new file mode 100644 index 00000000..23f8d8ec --- /dev/null +++ b/docker.io/victoriametrics/vmstorage/v1.93.1-cluster/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/victoriametrics/vmstorage:v1.93.1-cluster + diff --git a/gcr.io/google_containers/hyperkube/v1.18.0/Dockerfile b/gcr.io/google_containers/hyperkube/v1.18.0/Dockerfile new file mode 100644 index 00000000..a31fce23 --- /dev/null +++ b/gcr.io/google_containers/hyperkube/v1.18.0/Dockerfile @@ -0,0 +1 @@ +FROM gcr.io/google_containers/hyperkube:v1.18.0