busy-umbrella-36067
10/04/2018, 5:20 PMerror: TypeError: Cannot read property 'split' of undefined
at Object.<anonymous> (/XXXXXX/node_modules/@pulumi/docker.ts:391:47)
at Generator.next (<anonymous>)
at fulfilled (/XXXXXX/node_modules/@pulumi/docker/docker.js:17:58)
getDockerBuild = function(item, repository, ecrCreds) {
return new docker.Image(item.name, {
imageName: repository.repositoryUrl,
build: {
context: "./docker/standard",
args: {
"XXXXXXXXXX": "XXXXXXX",
"ARTIFACT_URL": "XXXXXX",
"ARTIFACT_SHA": "XXXXXX"
}
},
registry: ecrCreds
}, { parent: repository })
}
Repository doesn’t exist yet >.>No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by