Skip to content

yard-turkey/aws-s3-provisioner

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 11, 2021
Oct 3, 2019
Apr 10, 2019
Mar 19, 2019
May 1, 2019
Oct 3, 2019
Jun 8, 2021
Jun 8, 2021
Mar 14, 2019

Repository files navigation

aws-s3-provisioner

Build and Push the image

  1. Build the provisioner binary.
 # go build -a -o ./bin/aws-s3-provisioner  ./cmd/...
  1. Login to docker and quay.io.
 # docker login
 # docker login quay.io
  1. Build the image and push it to quay.io.
 # docker build . -t quay.io/<your_quay_account>/aws-s3-provisioner:v1.0.0
 # docker push quay.io/<your_quay_account>/aws-s3-provisioner:v1.0.0

i.e.

 # docker build . -t quay.io/screeley44/aws-s3-provisioner:v1.0.0
 # docker push quay.io/screeley44/aws-s3-provisioner:v1.0.0

Using the S3 Provisioner to Test the Library

See bucket library testing.