Skip to content

Commit

Permalink
Increment image branch for 202411
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Oct 8, 2024
1 parent 714bc00 commit fc9d682
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 = '202408'
TARGET_BRANCH = '202411'

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

ENV ENV=training \
USERTOKEN=gte-base
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=202408
VERSION_TAG=202411
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"-202408
#docker run -d -p 8443:443 --name $1 tier/gte:"$1"-202411
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/202408/internal/userdata.sh
user data script from https://github.internet2.edu/docker/grouper_training/raw/202411/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=202408
export GROUPER_GTE_DOCKER_BRANCH=202411

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

0 comments on commit fc9d682

Please sign in to comment.