forked from singularityhub/shpc-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the aws-cli from Amazon docker image
- Loading branch information
1 parent
39d92b0
commit df135fa
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|