Skip to content

Commit

Permalink
fixed e2e tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cchen-vertica committed Jul 26, 2024
1 parent a20d737 commit a197d90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-vertica-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#

ARG BASE_OS_VERSION="lunar"
ARG BUILDER_OS_VERSION="stream8"
ARG BUILDER_OS_VERSION="8"
ARG MINIMAL=""
ARG NO_KEYS=""
ARG S6_OVERLAY_VERSION=3.1.2.1
FROM quay.io/centos/centos:${BUILDER_OS_VERSION} as builder
FROM almalinux:${BUILDER_OS_VERSION} as builder

ARG VERTICA_RPM="vertica-x86_64.RHEL6.latest.rpm"
ARG MINIMAL
Expand Down
2 changes: 1 addition & 1 deletion docker-vertica-v2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERTICA_RPM?=vertica-x86_64.RHEL6.latest.rpm
BUILDER_OS_VERSION?=stream8
BUILDER_OS_VERSION?=8
BASE_OS_VERSION?=lunar
VERTICA_IMG?=vertica-k8s
MINIMAL_VERTICA_IMG?=
Expand Down
4 changes: 2 additions & 2 deletions docker-vertica/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#

ARG BASE_OS_VERSION="lunar"
ARG BUILDER_OS_VERSION="stream8"
ARG BUILDER_OS_VERSION="8"
ARG MINIMAL=""
ARG NO_KEYS=""
ARG S6_OVERLAY_VERSION=3.1.2.1
FROM quay.io/centos/centos:${BUILDER_OS_VERSION} as builder
FROM almalinux:${BUILDER_OS_VERSION} as builder

ARG VERTICA_RPM="vertica-x86_64.RHEL6.latest.rpm"
ARG MINIMAL
Expand Down
2 changes: 1 addition & 1 deletion docker-vertica/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERTICA_RPM?=vertica-x86_64.RHEL6.latest.rpm
BUILDER_OS_VERSION?=stream8
BUILDER_OS_VERSION?=8
BASE_OS_VERSION?=lunar
VERTICA_IMG?=vertica-k8s
MINIMAL_VERTICA_IMG?=
Expand Down

0 comments on commit a197d90

Please sign in to comment.