incalculable-portugal-13011
10/15/2019, 4:13 PMconst containerRepository = new awsx.ecr.Repository("selenium/hub", {});
const dockerHubSeleniumHubImage = new docker.RemoteImage("selenium/hub", {
name: "selenium/hub",
keepLocally: true
});
containerRepository.buildAndPushImage(dockerHubSeleniumHubImage.name);
I’m getting an error back along the lines of path "selenium/hub not found
. clearly missing a step here, just not sure what it isbetter-rainbow-14549
10/15/2019, 4:15 PMincalculable-portugal-13011
10/15/2019, 4:17 PMlatest
appended to the name, same resultgetRegistryImage
per here but unfortunately that didn’t work either: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/docker/#example-usage-5better-rainbow-14549
10/15/2019, 4:21 PMincalculable-portugal-13011
10/15/2019, 4:22 PMcool-egg-852
10/15/2019, 4:30 PMselenium/
from the awsx.ecr.Repository
resource.steep-printer-55468
12/18/2019, 8:10 PMincalculable-portugal-13011
12/18/2019, 8:37 PMsteep-printer-55468
12/18/2019, 8:38 PMincalculable-portugal-13011
12/18/2019, 8:38 PMsteep-printer-55468
12/18/2019, 8:39 PMincalculable-portugal-13011
12/18/2019, 8:41 PM