Skip to content
New issue

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

Add latest Docker-DB versions #412

Closed
9 tasks
ckunki opened this issue Sep 17, 2024 · 0 comments · Fixed by #413
Closed
9 tasks

Add latest Docker-DB versions #412

ckunki opened this issue Sep 17, 2024 · 0 comments · Fixed by #413
Assignees
Labels
feature New feature or request

Comments

@ckunki
Copy link
Contributor

ckunki commented Sep 17, 2024

Preparation

Summary

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

  • 7.1.27
  • 7.1.28 (not available)
  • 7.1.29
  • 8.29.1
  • 8.30.0
  • 8.31.0

Compare PR #404

Task(s)

  • Add config for Docker-DB X.Y.Z:
    • use symlink for 7.x versions
    • copy directory for 8.x versions
  • Change default image version to X.Y.Z
  • Update LATEST_DB_VERSION in test_environment_options.py
  • Update currently supported version(s) in user_guide.rst, currently User Guide says --docker-db-image-version ... [default: 8.27.0]
  • Update changelog
@ckunki ckunki added the feature New feature or request label Sep 17, 2024
@ckunki ckunki changed the title Add Docker-DB X.Y.Z Add latest Docker-DB versions Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants