Skip to content

Commit

Permalink
Update task-definition.json (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjr632 authored Nov 8, 2022
2 parents a33c8c2 + 4a161b3 commit e1adf04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cpu": 0,
"memoryReservation": 128,
"image": "docker.io/projectreclass/toynet-mininet:5ea9a2ad189d201ef3628aa51e998b4a5a44aa41",
"image": "docker.io/projectreclass/toynet-mininet:f903173c5cdd00a91d3f6f5ce08669128daa6ad6",
"name": "mininet"
},
{
Expand All @@ -23,7 +23,7 @@
},
{
"name": "TOYNET_IMAGE_TAG",
"value": "docker.io/projectreclass/toynet-mininet:5ea9a2ad189d201ef3628aa51e998b4a5a44aa41"
"value": "docker.io/projectreclass/toynet-mininet:f903173c5cdd00a91d3f6f5ce08669128daa6ad6"
}
],
"mountPoints": [
Expand All @@ -37,7 +37,7 @@
}
],
"memoryReservation": 128,
"image": "docker.io/projectreclass/toynet-backend:5ea9a2ad189d201ef3628aa51e998b4a5a44aa41",
"image": "docker.io/projectreclass/toynet-backend:f903173c5cdd00a91d3f6f5ce08669128daa6ad6",
"name": "backend"
},
{
Expand Down

0 comments on commit e1adf04

Please sign in to comment.