mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -05:00
ci: update localstack to 2.3.1 (#1869)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
0ec6f8acf8
commit
56e3580687
3 changed files with 6 additions and 6 deletions
4
.github/actions/setup-localstack/action.yaml
vendored
4
.github/actions/setup-localstack/action.yaml
vendored
|
@ -20,9 +20,9 @@ runs:
|
|||
password: ${{ inputs.password }}
|
||||
- shell: bash
|
||||
run: |
|
||||
pip install localstack==2.2.0 # Install LocalStack cli
|
||||
pip install localstack==2.3.1 # Install LocalStack cli
|
||||
# Below image was copied manually from localstack/localstack:2.2 and uploaded to ghcr
|
||||
docker pull ghcr.io/project-zot/ci-images/localstack:2.2 # Make sure to pull a working version of the image
|
||||
docker pull ghcr.io/project-zot/ci-images/localstack:2.3.1 # Make sure to pull a working version of the image
|
||||
localstack start -d # Start LocalStack in the background
|
||||
|
||||
echo "Waiting for LocalStack startup..." # Wait 30 seconds for the LocalStack container
|
||||
|
|
4
.github/workflows/ecosystem-tools.yaml
vendored
4
.github/workflows/ecosystem-tools.yaml
vendored
|
@ -66,8 +66,8 @@ jobs:
|
|||
- name: Install localstack
|
||||
run: |
|
||||
pip install --upgrade pyopenssl
|
||||
pip install localstack==2.2.0 awscli-local[ver1] # install LocalStack cli and awslocal
|
||||
docker pull ghcr.io/project-zot/ci-images/localstack:2.2 # Make sure to pull a working version of the image
|
||||
pip install localstack==2.3.1 awscli-local[ver1] # install LocalStack cli and awslocal
|
||||
docker pull ghcr.io/project-zot/ci-images/localstack:2.3.1 # Make sure to pull a working version of the image
|
||||
localstack start -d # Start LocalStack in the background
|
||||
|
||||
echo "Waiting for LocalStack startup..." # Wait 30 seconds for the LocalStack container
|
||||
|
|
4
.github/workflows/nightly.yaml
vendored
4
.github/workflows/nightly.yaml
vendored
|
@ -43,8 +43,8 @@ jobs:
|
|||
- name: Install localstack
|
||||
run: |
|
||||
pip install --upgrade pyopenssl
|
||||
pip install localstack==2.2.0 awscli-local[ver1] # install LocalStack cli and awslocal
|
||||
docker pull ghcr.io/project-zot/ci-images/localstack:2.2 # Make sure to pull the latest version of the image
|
||||
pip install localstack==2.3.1 awscli-local[ver1] # install LocalStack cli and awslocal
|
||||
docker pull ghcr.io/project-zot/ci-images/localstack:2.3.1 # Make sure to pull the latest version of the image
|
||||
localstack start -d # Start LocalStack in the background
|
||||
|
||||
echo "Waiting for LocalStack startup..." # Wait 30 seconds for the LocalStack container
|
||||
|
|
Loading…
Add table
Reference in a new issue