rich-dress-42878
12/09/2022, 1:39 AMawsx.ecr.Image
. It's working great. I was wondering if there is a workflow/story for conveniently accessing a Dockerfile from a remote URL, rather than a local path. My application code as well as its corresponding Dockerfile are in a separate repo from my infra repo in this case.
E.g. something like this (doesn't work, of course):
const image = new awsx.ecr.Image("image", {
// ...
path: "<https://github.com/>...",
// dockerfile: "...",
});
I have some ideas for dynamically pulling in the dockerfile by leveraging the language ecosystem (JS/TS/Node in this case) but I think that might be overcomplicating this a bitlittle-cartoon-10569
12/09/2022, 2:06 AMrich-dress-42878
12/09/2022, 2:07 AM