This creates the docker images ghcr.io/zcaudate-xyz/infra-foundation-clean
and ghcr.io/zcaudate-xyz/infra-foundation-dev
for testing of all the foundation
libraries:
- foundation-base
- foundation-embed
- foundation-fx
- foundation-web
The image can be created by pulling down the container from ghcr.io
:
docker pull ghcr.io/zcaudate-xyz/infra-foundation-clean:main
The image with all the code installed is here:
docker pull ghcr.io/zcaudate-xyz/infra-foundation-dev:main
The image can be created by:
git clone [email protected]:zcaudate-xyz/infra-dev.git
cd infra-foundation
docker build . -f infra/Dockerfile_foundation_clean -t ghcr.io/zcaudate-xyz/infra-foundation-clean:main