Sha256: e7a426bfe0824553597a6a82a95b4bba6a05ef1614c24315b0f91386a6a8655c
Contents?: true
Size: 294 Bytes
Versions: 51
Compression:
Stored size: 294 Bytes
Contents
For this tutorial, here are examples of AWS ECR and Google GCR repos, though any repo will work. AWS: REPO=$(aws ecr describe-repositories --repository-name demo | jq -r '.repositories[].repositoryUri') Google: export GOOGLE_PROJECT=project-123 REPO=gcr.io/$GOOGLE_PROJECT/demo
Version data entries
51 entries across 51 versions & 1 rubygems