Auxiliary images to assist during the test pipelines in the Continuous Integration for the Frank!Framework.
These instructions will cover usage information and for the Docker container
In order to run this container you'll need docker installed. Instructions can be found on the Docker documentation website.
For Linux the CLI tool (Docker engine "server") is recommended. Docker desktop is the only option for Windows and Mac, unless you use WSL.
Images can be created or downloaded before running them, this is done with the help of Docker compose.
Navigate to the directory of the desired image.
For example:
cd docker/dbms/Postgresql
Now use Docker compose to build the image defined in the compose file.
docker compose build
The image will be created and tagged. You can now run the container.
All images are prebuild on our private Nexus. This means that you need to be authorized with your Nexus account, before you can download them.
Login by typing:
docker login private.docker.nexus.frankframework.org
Now you can run the containers without building them.
Navigate to the directory of the desired container.
For example:
cd docker/dbms/Postgresql
Now use Docker compose to run the container defined in the compose file.
docker compose up
The Oracle image can't be build with Kaniko