You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I have a service running, created with this command: fargate service create web -v --lb fargate --port 3000
$ fargate service list
NAME IMAGE CPU MEMORY LOAD BALANCER DESIRED RUNNING PENDING
web 651426287273.dkr.ecr.us-east-1.amazonaws.com/web:20180102224503 256 512 fargate 1 1 0
Notice the image tag is date based, rather than being git-sha based.
yet I'm in a git repo:
$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
The text was updated successfully, but these errors were encountered:
I have a service running, created with this command:
fargate service create web -v --lb fargate --port 3000
Notice the image tag is date based, rather than being git-sha based.
yet I'm in a git repo:
The text was updated successfully, but these errors were encountered: