Skip to content
Snippets Groups Projects
Commit 36116251 authored by nimrod's avatar nimrod
Browse files

Replace Docker with Podman in AWS CLI aliases.

parent ee744e1c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
whoami = sts get-caller-identity
region = configure get region
ecr-login = !aws ecr get-login-password | docker login --username AWS --password-stdin "$(aws whoami --query "Account" --output text).dkr.ecr.$(aws region).amazonaws.com"
ecr-login = !aws ecr get-login-password | podman login --username AWS --password-stdin "$(aws whoami --query "Account" --output text).dkr.ecr.$(aws region).amazonaws.com"
metadata-region = !python3 << EOF
from urllib.request import urlopen
import json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment