exasol / script-languages-release

Release Repository for Script Language Container for user defined functions (UDF's) that can be used in the EXASOL database.
https://docs.exasol.com/database_concepts/udf_scripts.htm
GNU General Public License v3.0
9 stars 5 forks source link

EXASLCT: add pull, load or local only #52

Closed tkilias closed 2 years ago

tkilias commented 4 years ago

Currently, builds Exaslct the images if it can't find, load or pull them. In the CI (especially in the Release Job of the Google Cloud CI) it is sometimes beneficial to use an already build and tested images. Then the better option is to fail instead of building the images. Add flags with which we can specify which options to get the image are allowed.

tkilias commented 2 years ago

duplicate of https://github.com/exasol/integration-test-docker-environment/issues/114