Skip to content

Commit

Permalink
BREAKING CHANGE: replaces awscli with s5cmd (#8)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: replaces awscli with s5cmd
  • Loading branch information
jtyoung84 authored Jul 5, 2024
1 parent cc57e8d commit dcd7c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Repository to manage uploading data to the cloud
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

## Usage
We can add additional python if needed. For now, this will publish a singularity container with `awscli` installed. Most jobs will just use the sync command.
We can add additional python if needed. For now, this will publish a singularity container with `s5cmd` installed. Most jobs will just use the sync command.
8 changes: 1 addition & 7 deletions scripts/singularity_build.def
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
Bootstrap: docker
From: python:3.10-bullseye

%post
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
rm awscliv2.zip
./aws/install
From: peakcom/s5cmd:v2.2.2

0 comments on commit dcd7c4c

Please sign in to comment.