Skip to content

Commit

Permalink
Increment image branch for 202408
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Aug 4, 2024
1 parent 1613cd6 commit 59f9aed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* EXERCISE_FOLDERS has the image name and corresponding build folder
**/

TARGET_BRANCH = '202403'
TARGET_BRANCH = '202408'

EXERCISE_FOLDERS = [
"base": "base",
Expand Down
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="Internet2" \
ImageType="Grouper" \
ImageName="Grouper Training" \
Version="202403" \
Version="202408" \
ImageOS=rocky8

ENV ENV=training \
Expand Down
4 changes: 2 additions & 2 deletions gte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REPOSITORY=tier/gte
if [ -z "$VERSION_TAG" ]; then
VERSION_TAG=202403
VERSION_TAG=202408
fi

EXTRA_ARGS=
Expand Down Expand Up @@ -61,6 +61,6 @@ fi

#docker stop "$1" 2> /dev/null
#docker rm "$1" 2> /dev/null
#docker run -d -p 8443:443 --name $1 tier/gte:"$1"-202403
#docker run -d -p 8443:443 --name $1 tier/gte:"$1"-202408
echo "Starting container tier/gte:"$LESSON_ID"-$VERSION_TAG"
docker run -p 8443:443 -p 5432:5432 $EXTRA_ARGS --name $LESSON_ID tier/gte:"$LESSON_ID"-$VERSION_TAG $*
2 changes: 1 addition & 1 deletion internal/createNew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ security group: gte-training
tag env training


user data script from https://github.internet2.edu/docker/grouper_training/raw/202403/internal/userdata.sh
user data script from https://github.internet2.edu/docker/grouper_training/raw/202408/internal/userdata.sh

ssh -i gte-training-master.pem ec2-user@3.136.154.33

Expand Down
2 changes: 1 addition & 1 deletion internal/mkstudent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export GROUPER_GTE_BRANCH=GROUPER_BUILD_CLOUD_FORMATION
#export GROUPER_GTE_DOCKER_BRANCH=GROUPER_BUILD_CLOUD_FORMATION
export GROUPER_GTE_DOCKER_BRANCH=202403
export GROUPER_GTE_DOCKER_BRANCH=202408

echo "$GROUPER_GTE_BRANCH" > /root/grouperGteBranch.txt
chmod a+r /root/grouperGteBranch.txt
Expand Down

0 comments on commit 59f9aed

Please sign in to comment.