This file contains hidden or 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
#!/bin/bash | |
# Build and push a docker image to ECR, with an ad-hoc pod running in kubernetes. no need for local docker installation. | |
# Prerequisites: | |
# - tar, gzip, kubectl, aws cli | |
# - kubectl access to kubernetes cluster | |
# - aws cli with access to ECR | |
# Caveats: |
OlderNewer