Skip to content

Commit

Permalink
Fix registry url (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibchikafa authored Oct 17, 2024
1 parent 1e3aac8 commit 267842a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-dashboard
cd deploy/kubernetes/docker || exit
./build.sh --hadoop-version 3.2.0.14-EE-RC0 --registry docker.hops.works --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW
./build.sh --hadoop-version 3.2.0.14-EE-RC0 --registry docker.hops.works/hopsworks --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW --push-image true
cd ../../..
mkdir -p /opt/repository/master/rss/${VERSION}/
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ cp "$RSS_DIR/$RSS_FILE" .
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
GIT_COMMIT=$(git describe --dirty --always --tags | sed 's/-/./g')
IMAGE_VERSION=$(cat $RSS_DIR/version.txt | awk '{$1=$1; print}' | sed '/^$/d')
IMAGE=$REGISTRY/rss-server:$IMAGE_VERSION
echo "image version: ${IMAGE_VERSION}"
IMAGE=$REGISTRY/rss:$IMAGE_VERSION
echo "building image: $IMAGE"
Expand Down

0 comments on commit 267842a

Please sign in to comment.