Sign inSign up

jbfavre/vertica

By jbfavre

Updated over 7 years ago

Images collection for HP Vertica

Image
25

500K+

jbfavre/vertica repository overview

docker images for HPE Vertica

Docker images collection for Vertica database

Vertica is a column oriented database from HPE. It's available with both a free community licence, and an entreprise one.

News

  • 2019, Apr. 8th:
    Support of Vertica 8.x has been removed because I'm lacking time to manage it.
  • 2018, Jan. 31th:
    Support of Vertica 7.x has been removed since this version has been EOL for quite a time.

latest tag follows the Debian flavour of the image.

Flavours

Following Vertica/Operating systems versions are provided:

  • Vertica 9.2
    • on Ubuntu LTS 16.04
    • on Debian 8.0 Jessie
    • on CentOS 7 (Thanks to @pcerny for the work)

Usage

You can use theses images without persistent data store:

docker run -p 5433:5433 jbfavre/vertica:latest

Or with persistent data store:

docker run -p 5433:5433 -d \
           -v /path/to/vertica_data:/home/dbadmin/docker \
           jbfavre/vertica:latest

How to fuild from Dockerfile

You have to get relevant Vertica package from my.vertica.com (registration mandatory). Save it in packages directory.

Then, use following command:

docker build -f Dockerfile.<OS_codename>.<OS_version>_<Vertica_version> \
             --build-arg VERTICA_PACKAGE=vertica_<Vertica_version>_amd64.deb \
             -t jbfavre/vertica:<Vertica_version>_<OS_codename>-<OS_version> .

Or have a look into Makefile.

Want to contribute ?

Fork, dev, make a PR :)

Tag summary

Content type

Image

Digest

Size

761.6 MB

Last updated

over 7 years ago

docker pull jbfavre/vertica