Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Webapp Delivery

Do this before creating the pull request.

Linters and syntax

  1. Check the Dockerfile
docker run --rm -i hadolint/hadolint < Dockerfile
  1. Supply a Github Actions workflow That at least:

builds the image on a push cleans up old images

  1. Check your commit messages
  2. Make sure you add a HealthCheck for K8s.