Building the example serverless application
1. Build the container image
$ export DOCKER_USERNAME=your-docker-hub-username
$ docker build -t $DOCKER_USERNAME/serverless-workshop-example:1.0 bank-knative-service2. Push the container image
$ docker login
$ docker push $DOCKER_USERNAME/serverless-workshop-example:1.0Last updated
Was this helpful?