Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions aws-cli-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
package:
name: aws-cli-2
version: 2.11.21
epoch: 0
description: "Universal Command Line Interface for Amazon Web Services"
copyright:
- license: Apache-2.0
dependencies:
runtime:
- python3
- py3-setuptools
- py3-yaml
- py3-botocore
- py3-docutils
- py3-jmespath
- py3-rsa
- py3-s3transfer
- py3-colorama
- py3-dateutil
- py3-urllib3
- py3-six
- groff

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base
- python3
- python3-dev
- py3-setuptools
- py3-flit-core

pipeline:
- uses: fetch
with:
uri: https://github.com/aws/aws-cli/archive/${{package.version}}.tar.gz
expected-sha512: 5ed6218dd40c16c3c529884d610ca4ed0c63b67f620546ad69a3c6ea7b8733e450da800a2b74720d5ed72a9b82d5a079de1dd64b68563af1506a7527198f6b76

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

update:
enabled: true
github:
identifier: aws/aws-cli
use-tag: true
tag-filter: "2.11"
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ py3-yaml
nginx
python-3.10
aws-cli
aws-cli-2
helm
kubescape
s3cmd
Expand Down