sparse-intern-71089
04/19/2021, 3:10 AMbillowy-army-68599
kind-mechanic-53546
04/19/2021, 10:33 PMdocker login failed with exit code 1 which this issue might be a subsequent one as it cannot push.
const appBaseImage = new docker.Image(`${componentName}-image`, {
    imageName: out.appBaseImageUri,
    build: {
      args: {
        UBUNTU_VERSION: "...",
        UBUNTU_RELEASE: "...",
        NODE_VERSION: "...",
        APP_VERSION: "...",
      },
      context: `./content/app-docker-base`,
    },
    registry: {
      server: k8sRegistryLoginServer,
      username: k8sRegistryUsername,
      password: k8sRegistryPassword,
    },
  });kind-mechanic-53546
04/21/2021, 6:16 AM