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

Update Vertica Docker Image #279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion etc/VerticaPyLab.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ VERTICA_CONTAINER_NAME=verticadb
VERTICA_HOST_NAME=$VERTICA_CONTAINER_NAME
VERTICA_DB_NAME=$VERTICA_CONTAINER_NAME
DB_NAME=demo
VERTICA_DOCKER_IMAGE=opentext/vertica-k8s:23.4.0-0-minimal # see https://hub.docker.com/r/vertica/vertica-k8s
VERTICA_DOCKER_IMAGE=opentext/vertica-k8s:24.1.0-0-minimal # see https://hub.docker.com/r/vertica/vertica-k8s
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to fail. The new vertica images use vcluster instead of admintools and Verticapylab is configured to used admintools.
Is there an urgent need for 24.1 on Verticapylab?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no urgent need. But we have certain functions in 24.2.1 that I have been wanting to use. If we can get the latest then it will be convenient for developers/users.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any news on that?

VSQL_USER=dbadmin
#VERTICA_RUNARGS+=( ) # add more args to the docker run command

Expand Down
Loading