We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new Docker-DB version which we need to support have been released. https://hub.docker.com/r/exasol/docker-db/tags
function docker-db-versions () { local ORG=exasol; local REPO=docker-db; curl -s "https://hub.docker.com/v2/namespaces/$ORG/repositories/$REPO/tags" | jq '.results | .[] | .name' }
Additional versions at 2024-09-17
Compare PR #404
LATEST_DB_VERSION
test_environment_options.py
user_guide.rst
--docker-db-image-version ... [default: 8.27.0]
The text was updated successfully, but these errors were encountered:
ba03b2e
Jannis-Mittenzwei
Successfully merging a pull request may close this issue.
Preparation
Summary
A new Docker-DB version which we need to support have been released.
https://hub.docker.com/r/exasol/docker-db/tags
Additional versions at 2024-09-17
7.1.27Compare PR #404
Task(s)
LATEST_DB_VERSION
intest_environment_options.py
user_guide.rst
, currently User Guide says--docker-db-image-version ... [default: 8.27.0]
The text was updated successfully, but these errors were encountered: