Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.66 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.66 KB

Frank!Framework CI images

Auxiliary images to assist during the test pipelines in the Continuous Integration for the Frank!Framework.

Docker Containers

These instructions will cover usage information and for the Docker container

Prerequisites

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.

Usage

Images can be created or downloaded before running them, this is done with the help of Docker compose.

⚠️ Not all images have compose files yet

Create the image

Navigate to the directory of the desired image.

For example:

cd 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.

Download the image

All images are prebuilt 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.

Run the container

Navigate to the directory of the desired container.

For example:

cd dbms/Postgresql

Now use Docker compose to run the container defined in the compose file.

docker compose up

Known issues

The Oracle image can't be built with Kaniko