diff --git a/.github/workflows/docker.io.bitnami.etcd.3.5.9-debian-11-r148.yaml b/.github/workflows/docker.io.bitnami.etcd.3.5.9-debian-11-r148.yaml new file mode 100644 index 00000000..a1fd986f --- /dev/null +++ b/.github/workflows/docker.io.bitnami.etcd.3.5.9-debian-11-r148.yaml @@ -0,0 +1,58 @@ +# +# MIT License +# +# (C) Copyright [2023] 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/bitnami/etcd:3.5.9-debian-11-r148 +on: + push: + paths: + - .github/workflows/docker.io.bitnami.etcd.3.5.9-debian-11-r148.yaml + - docker.io/bitnami/etcd/3.5.9-debian-11-r148/** + workflow_dispatch: + schedule: + - cron: '45 11 * * *' +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/bitnami/etcd/3.5.9-debian-11-r148 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/bitnami/etcd + DOCKER_TAG: 3.5.9-debian-11-r148 + steps: + - name: Checkout repo + uses: actions/checkout@v3 + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@main + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }} + cosign_key: ${{ secrets.COSIGN_KEY }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + github_sha: $GITHUB_SHA + fail_on_snyk_errors: false diff --git a/.github/workflows/docker.io.bitnami.os-shell.11-debian-11-r90.yaml b/.github/workflows/docker.io.bitnami.os-shell.11-debian-11-r90.yaml new file mode 100644 index 00000000..78f0f43e --- /dev/null +++ b/.github/workflows/docker.io.bitnami.os-shell.11-debian-11-r90.yaml @@ -0,0 +1,58 @@ +# +# MIT License +# +# (C) Copyright [2023] 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/bitnami/os-shell:11-debian-11-r90 +on: + push: + paths: + - .github/workflows/docker.io.bitnami.os-shell.11-debian-11-r90.yaml + - docker.io/bitnami/os-shell/11-debian-11-r90/** + workflow_dispatch: + schedule: + - cron: '39 4 * * *' +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: docker.io/bitnami/os-shell/11-debian-11-r90 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/docker.io/bitnami/os-shell + DOCKER_TAG: 11-debian-11-r90 + steps: + - name: Checkout repo + uses: actions/checkout@v3 + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@main + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }} + cosign_key: ${{ secrets.COSIGN_KEY }} + snyk_token: ${{ secrets.SNYK_TOKEN }} + github_sha: $GITHUB_SHA + fail_on_snyk_errors: false diff --git a/docker.io/bitnami/etcd/3.5.9-debian-11-r148/Dockerfile b/docker.io/bitnami/etcd/3.5.9-debian-11-r148/Dockerfile new file mode 100644 index 00000000..3f8aec09 --- /dev/null +++ b/docker.io/bitnami/etcd/3.5.9-debian-11-r148/Dockerfile @@ -0,0 +1,31 @@ +# +# MIT License +# +# (C) Copyright [2023] 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. +# +FROM docker.io/bitnami/etcd:3.5.9-debian-11-r148 + +USER root + +RUN chown -R 1001:1001 /opt/bitnami && apt-get -y update && apt-get upgrade -y && apt full-upgrade -y\ + && rm -rf /var/lib/apt/lists/ + +USER 1001 diff --git a/docker.io/bitnami/os-shell/11-debian-11-r90/Dockerfile b/docker.io/bitnami/os-shell/11-debian-11-r90/Dockerfile new file mode 100644 index 00000000..2e667750 --- /dev/null +++ b/docker.io/bitnami/os-shell/11-debian-11-r90/Dockerfile @@ -0,0 +1,31 @@ +# +# MIT License +# +# (C) Copyright [2023] 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. +# +FROM docker.io/bitnami/os-shell:11-debian-11-r90 + +USER root + +RUN apt-get -y update && apt-get upgrade -y && apt full-upgrade -y\ + && rm -rf /var/lib/apt/lists/ + +USER 1001