Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  
    • Service/Container 'init-db' is built from a customised image supported by a Dockerfile containing the following:
      • Image from Dockerfile is based from postgres image and added 'curl'

        Code Block
        # syntax=docker/dockerfile:1
        FROM postgres:14.1-alpine
        
        RUN apk --no-cache add curl


POC: init-db container log output

Image Modified