Skip to content

Commit aba8f7e

Browse files
committed
added comments
1 parent baccff5 commit aba8f7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/dockerRegistry/Docker.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,9 @@ function DockerForm({
15111511
)}
15121512
</>
15131513
)
1514-
}}
1514+
}
1515+
}
1516+
// For EA Mode GCR is not available as it is not OCI compliant
15151517
const EA_MODE_REGISTRY_TYPE_MAP = JSON.parse(JSON.stringify(REGISTRY_TYPE_MAP))
15161518
delete EA_MODE_REGISTRY_TYPE_MAP['gcr']
15171519
return (

0 commit comments

Comments
 (0)