Versions Compared

Key

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

...

Code Block
title.env example
USER_ID=1000
GROUP_ID=1000
ALMA_DIR=/external/docker
REPO_DIR=/external/Repos
CONTAINER_OS=centos7

Example directory tree

Code Block
languagebash
.
├── centos6
│   ├── Dockerfile
│   └── working
│       ├── acs.env
│       ├── buildExtProds.sh
│       └── working
│           ├── acs.env
│           ├── buildACS.sh
│           ├── buildALMASW.sh
│           ├── buildCommon.sh
│           └── buildExtProds.sh
├── centos7
│   ├── Dockerfile
│   └── working
│       ├── acs.env
│       ├── buildACS.sh
│       ├── buildALMASW.sh
│       ├── buildCommon.sh
│       └── buildExtProds.sh
├── centos8
│   ├── Dockerfile
│   └── working
│       └── working
│           ├── acs.env
│           ├── buildACS.sh
│           ├── buildALMASW.sh
│           ├── buildCommon.sh
│           └── buildExtProds.sh
├── docker-compose.yml
└── Makefile