Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 889 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 889 Bytes

Recipe to build NWP SAF AAPP as a container

Existing files

The files present in the repository are:

  • README.md - this file
  • Dockerfile - build recipe
  • entrypoint.sh - file to be run when the container is started
  • install_aapp8.patch - a patch to make some changes to the original installation. FMI specific changes, adjust as necessary.

External files needed

The following files and packages are needed for the installation:

Building

podman build -t aapp -f Dockerfile .

Usage

TODO