Skip to content

Commit 11a9bc7

Browse files
authored
Stop pushing minideb to AWS public ECR (#229)
Remove logic to push image to AWS public ECR. More information [here](https://community.broadcom.com/tanzu/blogs/beltran-rueda-borrego/2026/05/20/important-update-transitioning-bitnami-offerings-o). Signed-off-by: Jota Martos <jota.martos@broadcom.com>
1 parent 6ce91fe commit 11a9bc7

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,6 @@ jobs:
6767
if ${{ matrix.dist == env.LATEST }} ; then
6868
bash pushone "latest" "${{ matrix.arch.name }}"
6969
fi
70-
- name: Push to AWS
71-
if: github.repository == 'bitnami/minideb' && github.ref == 'refs/heads/master'
72-
env:
73-
DOCKER_USERNAME: AWS
74-
DOCKER_REGISTRY: public.ecr.aws
75-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUBLIC_GALLERY_KEY_ID }}
76-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUBLIC_GALLERY_SECRET_KEY }}
77-
run: |
78-
# AWS login
79-
export DOCKER_PASSWORD="$(aws ecr-public get-login-password --region us-east-1)"
80-
bash pushone "${{ matrix.dist }}" "${{ matrix.arch.name }}"
81-
if ${{ matrix.dist == env.LATEST }} ; then
82-
bash pushone "latest" "${{ matrix.arch.name }}"
83-
fi
8470
deploy_manifests:
8571
runs-on: ubuntu-24.04
8672
needs: [ build_multiarch ]
@@ -95,16 +81,6 @@ jobs:
9581
DOCKER_REGISTRY: docker.io
9682
run: |
9783
DISTS="bullseye bookworm trixie latest" bash pushmanifest
98-
- name: Push Manifests to AWS
99-
env:
100-
DOCKER_USERNAME: AWS
101-
DOCKER_REGISTRY: public.ecr.aws
102-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUBLIC_GALLERY_KEY_ID }}
103-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUBLIC_GALLERY_SECRET_KEY }}
104-
run: |
105-
# AWS login
106-
export DOCKER_PASSWORD="$(aws ecr-public get-login-password --region us-east-1)"
107-
DISTS="bullseye bookworm trixie latest" bash pushmanifest
10884
# If the CI Pipeline does not succeed we should notify the interested agents
10985
notify:
11086
name: Send notification

0 commit comments

Comments
 (0)