Skip to content

Instantly share code, notes, and snippets.

@ianfitzpatrick
Created April 23, 2024 22:15
Show Gist options
  • Save ianfitzpatrick/c5cc4e7464be1b776dbd48294688d574 to your computer and use it in GitHub Desktop.
Save ianfitzpatrick/c5cc4e7464be1b776dbd48294688d574 to your computer and use it in GitHub Desktop.
Engine Yard Push Base Image
docker buildx build --target base --platform linux/amd64 -t giftster-app-base-x86 .
docker image save giftster-app-base-x86 -o ~/Downloads/giftster-app-base-x86.tar
sftp -i ~/.ssh/id_ed25519_ianatgiftsterdotcom uploader@ec2-3-231-108-58.compute-1.amazonaws.com
put /Users/ianfitzpatrick/Downloads/giftster-app-base-x86.tarls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment