This repository was archived by the owner on Jan 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +10
-8
lines changed Expand file tree Collapse file tree 9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cleanup() {
4242
4343publish () {
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"
You can’t perform that action at this time.
0 commit comments