Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ If you are interested in the script client you find more details [here](https://
We are using the [script-languages-container-tool](https://github.com/exasol/script-languages-container-tool) (exaslct) to build the containers. The script-languages-container-tool is already installed into this repository and will fetch all required Docker images when they are not already present. So, you only need to fulfil the [prerequisites for running the script-languages-container-tool](https://github.com/exasol/script-languages-container-tool#for-running).

Minimum requirements are:
* Docker >= 17.05
* Bash 4.2

* bash
* on Linux >= 4.2
* on MacOsX >= 3.2 (Please see limitations on [MacOsX](#macosx-limitations))
* Docker >= 17.05


### Getting Started

Expand Down Expand Up @@ -122,6 +126,10 @@ Note: The tool `exaslct` tries to reuse as much as possible of the previous buil
* Can push Docker images to Docker registries
* Run tests for you container against an Exasol DB (docker-db or external db)

### MacOsX Limitations

* On MacOsX all arguments (flavors path, output directory, etc.) must point to locations within the current directory (background is that the MacOsX version does not support mount binding additional directories).

## Table of Contents

### Information for Users
Expand Down
3 changes: 2 additions & 1 deletion doc/changes/changes-2.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ This release uses version 0.2.1 of the container tool.
## Features / Enhancements
- #345: Update git package
- #349: Update curl and libcurl4-openssl-dev packages
- #354 Updated to exaslct v0.3.0
- #354: Updated to exaslct v0.3.0
- #335: Add requirements/limitations for MacOsX to README

## Refactoring
n/a