Skip to content

Commit ae5bb22

Browse files
committed
Archive Greenplum image
Greenplum stopped publishing deb file on GitHub and the images is unused in Trino project.
1 parent 3d58bdf commit ae5bb22

File tree

12 files changed

+1
-8
lines changed

12 files changed

+1
-8
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
- image: kerberos
3333
platforms: linux/amd64,linux/arm64
3434
test: kerberos
35-
- image: gpdb-6
36-
test: gpdb-6
3735
- image: hive3.1-hive
3836
platforms: linux/amd64,linux/arm64
3937
test: hive3.1-hive

testing/gpdb-6/Dockerfile archived/gpdb-6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG GPDB_DIR=/usr/local/greenplum-db-$GPDB_VERSION
2222
ENV GPHOME=/usr/gpdb
2323
ENV DATABASE gpadmin
2424

25-
COPY ./files /
25+
COPY files /
2626

2727
# Install dependencies and GPDB
2828
RUN apt-get update -y && \
File renamed without changes.
File renamed without changes.

etc/compose/gpdb-6/docker-compose.yml

-5
This file was deleted.

0 commit comments

Comments
 (0)