Skip to content

yard-turkey/aws-s3-provisioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published