context
and template
key must be specified in the micro-service configuration.context
key specifies the location of the micro-service code, it will be copied into the image at build time.template
key specifies the image template to use. Currently, we support three templates:nodejs:8
nodejs:10
nodejs:12
context
key must be specified in the micro-service configuration.context
key specifies the context of image build. Dockerfile
must exists at the root of context, or otherwise specified using dockerfile
key.image
key must be specified in the micro-service configuration.:latest
always resolve to the first pulled image.image_pull_secret
key must be specified. The value should a secret name, refer to a secret created with type dockerconfigjson
: