Skip to content

Commit

Permalink
update: Update baas-server 7.5.4, latest tomcat/openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakam committed Sep 5, 2021
1 parent c7c138f commit 1031483
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 19 deletions.
27 changes: 16 additions & 11 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
ChangeLog
=========
# ChangeLog

2020-02-28 : ver 7.5.3
----------------------
## 2021-09-05 : ver 7.5.4

* Update baas server: 7.5.3
- Update baas server: 7.5.4
- Update tomcat 9.0.52

2018-12-11 : ver 7.5.1
----------------------
## 2020-02-28 : ver 7.5.3

* Update baas server: 7.5.1
- Update baas server: 7.5.3

2018-11-21 : ver 7.5.0
----------------------
## 2020-02-28 : ver 7.5.3

* Initial release
- Update baas server: 7.5.3

## 2018-12-11 : ver 7.5.1

- Update baas server: 7.5.1

## 2018-11-21 : ver 7.5.0

- Initial release
4 changes: 2 additions & 2 deletions Dockerfile.api
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM necbaas/tomcat:latest
FROM necbaas/tomcat:9.0.52

# Install BaaS Server
ENV BAAS_VERSION 7.5.3
ENV BAAS_VERSION 7.5.4
RUN cd /opt/tomcat/webapps \
&& aria2c -x10 --check-certificate=false https://github.com/nec-baas/baas-server/releases/download/v$BAAS_VERSION/api.war

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.both
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM necbaas/tomcat:latest
FROM necbaas/tomcat:9.0.52

# Install BaaS Server
ENV BAAS_VERSION 7.5.3
ENV BAAS_VERSION 7.5.4
RUN cd /opt/tomcat/webapps \
&& aria2c -x10 --check-certificate=false https://github.com/nec-baas/baas-server/releases/download/v$BAAS_VERSION/api.war \
&& aria2c -x10 --check-certificate=false https://github.com/nec-baas/baas-server/releases/download/v$BAAS_VERSION/console.war
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM necbaas/tomcat:latest
FROM necbaas/tomcat:9.0.52

# Install BaaS Server
ENV BAAS_VERSION 7.5.3
ENV BAAS_VERSION 7.5.4
RUN cd /opt/tomcat/webapps \
&& aria2c -x10 --check-certificate=false https://github.com/nec-baas/baas-server/releases/download/v$BAAS_VERSION/console.war

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORT_OPTS = -p 28080:8080

VOLUME_OPTS = -v $(PWD)/logs:/opt/tomcat/logs:rw

VERSION = 7.5.3
VERSION = 7.5.4

NAME_API = necbaas/api-server:$(VERSION)
NAME_CONSOLE = necbaas/console-server:$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

BAAS_VERSION=7.5.3
BAAS_VERSION=7.5.4

if [ ! -e files/baas-server-$BAAS_VERSION ]; then
wget --no-check-certificate https://github.com/nec-baas/baas-server/releases/download/v$BAAS_VERSION/baas-server-$BAAS_VERSION.tar.gz
Expand Down

0 comments on commit 1031483

Please sign in to comment.