Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 7592d9e

Browse files
committed
light-bot checkin CHANGELOG.md
1 parent d27af06 commit 7592d9e

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88

99
- fixes \#305 update test case to eliminate the interference on a faster… [\#306](https://github.com/networknt/light-oauth2/pull/306) ([stevehu](https://github.com/stevehu))
10+
11+
1012
## [1.6.32](https://github.com/networknt/light-oauth2/tree/1.6.32) (2021-02-24)
1113

1214

authorize/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

client/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

code/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

key/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

refresh-token/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

service/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

token/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

user/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cleanup() {
4242

4343
publish() {
4444
echo "Building Docker image with version $VERSION"
45-
docker build -t $IMAGE_NAME:$VERSION -f ./Dockerfile . --no-cache=true
45+
docker build -t $IMAGE_NAME:$VERSION -t $IMAGE_NAME:latest -f ./Dockerfile . --no-cache=true
4646
docker build -t $IMAGE_NAME:$VERSION-redhat -f ./docker/Dockerfile-Redhat . --no-cache=true
4747
echo "Images built with version $VERSION"
4848
echo "Pushing image to DockerHub"

0 commit comments

Comments
 (0)