Skip to content

Commit

Permalink
Remove deprecated images
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and wendigo committed Sep 12, 2023
1 parent 91f3ddf commit d273dee
Show file tree
Hide file tree
Showing 199 changed files with 10 additions and 7,196 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,11 @@ jobs:
test: kerberos
- image: gpdb-6
test: gpdb-6
- image: hdp2.6-hive-kerberized-2
- image: hive3.1-hive
platforms: linux/amd64,linux/arm64
test: hive3.1-hive
- image: hdp2.6-hive-kerberized
test: hdp2.6-hive
- image: hdp3.1-hive-kerberized
test: hdp3.1-hive
- image: cdh5.15-hive-kerberized
test: cdh5.15-hive
- image: cdh5.15-hive-kerberized-kms
# TODO add test https://github.com/trinodb/trino/issues/14543
- image: phoenix5
platforms: linux/amd64,linux/arm64
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ jobs:
)
single_arch=(
testing/accumulo
testing/cdh5.15-hive
testing/cdh5.15-hive-kerberized
testing/cdh5.15-hive-kerberized-kms
testing/gpdb-6
testing/hdp2.6-hive
testing/hdp2.6-hive-kerberized
testing/hdp2.6-hive-kerberized-2
testing/hdp3.1-hive
testing/hdp3.1-hive-kerberized
testing/hdp3.1-hive-kerberized-2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FLAGDIR=$(BUILDDIR)/flags
# Also, find on Mac doesn't support -exec {} +
#
# Note that the generated .d files also include reverse dependencies so that
# you can e.g. `make hdp2.6-base.dependants' and hdp2.6-hive, and all of its
# you can e.g. `make hdp3.1-base.dependants' and hdp3.1-hive, and all of its
# dependent images will be rebuilt. This is used in .travis.yml to break the
# build up into pieces based on image that have a large number of direct and
# indirect children.
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
## Docker Image Names

The docker images in this repository are expected to be given names of the form
testing/hdp2.6-hive. The Dockerfile and other files needed to build the
testing/hdp2.6-hive image are located in the directory
testing/hdp2.6-hive.
testing/hdp3.1-hive. The Dockerfile and other files needed to build the
testing/hdp3.1-hive image are located in the directory
testing/hdp3.1-hive.

Generally speaking, the images should *not* be built manually with docker
build.

## Building docker images

The docker images should be built using `make`. To build the docker image named
`testing/hdp2.6-hive`, run `make testing/hdp2.6-hive`. Make will build
`testing/hdp3.1-hive`, run `make testing/hdp3.1-hive`. Make will build
the image and its dependencies in the correct order.

If you want to build a base image and all the images depending on it,
you can use the `*.dependants` targets. E.g.

```
make testing/hdp2.6-base.dependants
make testing/hdp3.1-base.dependants
```

will build the `hdp2.6-base` and all the images depending on it (transitively).
will build the `hdp3.1-base` and all the images depending on it (transitively).

## Releasing (pushing) docker image

Expand All @@ -36,9 +36,9 @@ It will:

All of the docker images in the repository share the same version number. This
is because most of the images depend on a parent image that is also in the
repository (e.g. testing/hdp2.6-hive is FROM testing/hdp2.6-base),
or are meant to be used together in testing (testing/hdp2.6-hive and
testing/hdp2.6-hive-kerberized).
repository (e.g. testing/hdp3.1-hive is FROM testing/hdp3.1-base),
or are meant to be used together in testing (testing/hdp3.1-hive and
testing/hdp3.1-hive-kerberized).

Having all of the images on the same version number make troubleshooting easy:
If all of the docker images you are using have the same version number then
Expand Down
77 changes: 0 additions & 77 deletions archived/cdh5.12-hive-jdk8/Dockerfile

This file was deleted.

This file was deleted.

97 changes: 0 additions & 97 deletions archived/cdh5.12-hive-jdk8/files/etc/hadoop/conf/core-site.xml

This file was deleted.

27 changes: 0 additions & 27 deletions archived/cdh5.12-hive-jdk8/files/etc/hadoop/conf/hadoop-env.sh

This file was deleted.

Loading

0 comments on commit d273dee

Please sign in to comment.