Skip to content

Commit

Permalink
container file callout
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-vertica committed Feb 15, 2024
1 parent 80ecf2e commit e9c0286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/containers/creating-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ linkTitle: "Creating a Vertica image"
weight: 10
---

{{% alert title="Note" color="warning" %}}
This tutorial describes the Dockerfile for Vertica versions 23.4 and lower.
{{% /alert %}}

[Vertica on Kubernetes](https://www.vertica.com/docs/latest/HTML/Content/Authoring/Containers/Kubernetes/ContainerizedVerticaWithK8s.htm) deploys an [Eon Mode database](https://www.vertica.com/docs/latest/HTML/Content/Authoring/Eon/EonOverview.htm) in a Kubernetes StatefulSet. The [Vertica server image](https://hub.docker.com/r/vertica/vertica-k8s) is optimized for Kubernetes, using the minimum tools and libraries requried to containerize Vertica.

This tutorial describes the components of our minimal Vertica image so you can build a custom Vertica image for development or production purposes. The Dockerfile reduces image size with a multistage build, and orders instructions for the most efficient cache and build.
Expand Down

0 comments on commit e9c0286

Please sign in to comment.