Skip to content

Commit

Permalink
remove gaffer-gremlin build
Browse files Browse the repository at this point in the history
  • Loading branch information
tb06904 committed Aug 20, 2024
1 parent 038abf4 commit b77cd40
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion cd/build_core_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pushd "${ROOT_DIR}" || exit 1
# HADOOP_VERSION
# GAFFER_VERSION
# ACCUMULO_VERSION
# TINKERPOP_VERSION
if [[ -f "${1}" ]]; then
source "${1}"
else
Expand Down
3 changes: 0 additions & 3 deletions cd/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pushd "${ROOT_DIR}" || exit 1
# GAFFERPY_VERSION
# ACCUMULO_VERSION
# SPARK_VERSION
# TINKERPOP_VERSION
if [[ -f "${1}" ]]; then
source "${1}"
else
Expand All @@ -42,8 +41,6 @@ docker compose --project-directory ./docker/gaffer-road-traffic-loader/ -f ./doc
# Builds all of the notebook related images:
docker compose --project-directory ./docker/gaffer-pyspark-notebook/ -f ./docker/gaffer-pyspark-notebook/docker-compose.yaml build notebook
docker compose --project-directory ./docker/spark-py/ -f ./docker/spark-py/docker-compose.yaml build
# Builds the Gaffer Gremlin server
./docker/gaffer-gremlin/build.sh

# Set $JHUB_OPTIONS_SERVER_VERSION
source ./docker/gaffer-jhub-options-server/get-version.sh
Expand Down
1 change: 0 additions & 1 deletion cd/publish_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ pushContainer gchq/accumulo "${ACCUMULO_VERSION}"
pushContainer gchq/gaffer "${GAFFER_VERSION}-accumulo-${ACCUMULO_VERSION}"
pushContainer gchq/gaffer-rest "${GAFFER_VERSION}-accumulo-${ACCUMULO_VERSION}"
pushContainer gchq/gaffer-road-traffic-loader "${GAFFER_VERSION}"
pushContainer gchq/gaffer-gremlin "${GAFFER_VERSION}-gremlin-${TINKERPOP_VERSION}"
pushContainer gchq/gaffer-pyspark-notebook "${GAFFER_VERSION}"
pushContainer gchq/gaffer-jhub-options-server "${JHUB_OPTIONS_SERVER_VERSION}"
pushContainer gchq/spark-py "${SPARK_VERSION}"
Expand Down
1 change: 0 additions & 1 deletion cd/update_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ source ./docker/gaffer-jhub-options-server/get-version.sh
find . -type f -exec sed -i "s/GAFFER_VERSION=[0-9]\.[0-9]\.[0-9]/GAFFER_VERSION=${APP_VERSION}/g" {} +
find . -type f -exec sed -E -i "s/GAFFERPY_VERSION=(gafferpy-)?[0-9]\.[0-9]\.[0-9]/GAFFERPY_VERSION=\1${APP_VERSION}/g" {} +
find . -type f -exec sed -i "s/GAFFER_TESTER_VERSION=[0-9]\.[0-9]\.[0-9]/GAFFER_TESTER_VERSION=${APP_VERSION}/g" {} +
sed -i'' -e "s/<gaffer.version>[0-9]\.[0-9]\.[0-9]/<gaffer.version>${APP_VERSION}/g" docker/gaffer-gremlin/pom.xml
sed -i'' -e "s/BASE_IMAGE_TAG=[0-9]\.[0-9]\.[0-9]/BASE_IMAGE_TAG=${APP_VERSION}/g" docker/gaffer-kerberos/gaffer-krb/Dockerfile
sed -i'' -e "s/BASE_IMAGE_TAG=[0-9]\.[0-9]\.[0-9]/BASE_IMAGE_TAG=${APP_VERSION}/g" docker/gaffer-kerberos/gaffer-rest-krb/Dockerfile

Expand Down
1 change: 0 additions & 1 deletion docker/accumulo1.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ GAFFER_VERSION=2.3.0
GAFFER_TESTER_VERSION=2.3.0
GAFFERPY_VERSION=2.3.0
SPARK_VERSION=3.1.2
TINKERPOP_VERSION=3.7.1
KUBECTL_VERSION=1.23.0
1 change: 0 additions & 1 deletion docker/accumulo2.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ GAFFER_VERSION=2.3.0
GAFFER_TESTER_VERSION=2.3.0
GAFFERPY_VERSION=2.3.0
SPARK_VERSION=3.1.2
TINKERPOP_VERSION=3.7.1
KUBECTL_VERSION=1.23.0

0 comments on commit b77cd40

Please sign in to comment.