Skip to content

Commit

Permalink
Add the aws-cli from Amazon docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jterstriep committed Sep 29, 2024
1 parent 39d92b0 commit df135fa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions aws-cli/container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Specify remote docker image or path to local Singularity image
docker: amazon/aws-cli

#path: sha256:29721056dd3ba120bfd19e1fe9766f64600e5f8a2802b11755066496a1d0a31b.sif

# change this to a URL to describe your container, or to get help
url: https://aws.amazon.com/cli/

# change this to your GitHub alias (or another contact or name)
maintainer: 'jterstriep'

# Any custom features?
#features:
# gpu: true

# Put custom aliases here
aliases:
aws: /usr/local/bin/aws

# A description to describe your container
description: The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

latest:
2.17.61: sha256:e553f4420212633e64ae1b8a7165c92d55b01db6e3c0c80e170d60fe1134f3a9
tags:
2.17.61: sha256:e553f4420212633e64ae1b8a7165c92d55b01db6e3c0c80e170d60fe1134f3a9


0 comments on commit df135fa

Please sign in to comment.