Browse Source
Merge pull request #9480 from smatvienko-tb/feature/docker-images-update-3.7
Feature/docker images update 3.7
pull/9540/head
Andrew Shvayka
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with
17 additions and
18 deletions
-
docker/docker-compose.yml
-
msa/js-executor/docker/Dockerfile
-
msa/js-executor/pom.xml
-
msa/monitoring/docker/Dockerfile
-
msa/tb-node/docker/Dockerfile
-
msa/tb/docker-cassandra/Dockerfile
-
msa/tb/docker-postgres/Dockerfile
-
msa/transport/coap/docker/Dockerfile
-
msa/transport/http/docker/Dockerfile
-
msa/transport/lwm2m/docker/Dockerfile
-
msa/transport/mqtt/docker/Dockerfile
-
msa/transport/snmp/docker/Dockerfile
-
msa/vc-executor-docker/docker/Dockerfile
-
msa/web-ui/docker/Dockerfile
-
msa/web-ui/pom.xml
-
ui-ngx/pom.xml
|
|
|
@ -300,7 +300,7 @@ services: |
|
|
|
haproxy: |
|
|
|
restart: always |
|
|
|
container_name: "${LOAD_BALANCER_NAME}" |
|
|
|
image: thingsboard/haproxy-certbot:1.3.0 |
|
|
|
image: thingsboard/haproxy-certbot:2.2.31-alpine3.18 |
|
|
|
volumes: |
|
|
|
- ./haproxy/config:/config |
|
|
|
- ./haproxy/letsencrypt:/etc/letsencrypt |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/node:16.17.0-bullseye-slim |
|
|
|
FROM thingsboard/node:16.20.2-bookworm-slim |
|
|
|
|
|
|
|
ENV NODE_ENV production |
|
|
|
ENV DOCKER_MODE true |
|
|
|
|
|
|
|
@ -71,7 +71,7 @@ |
|
|
|
<goal>install-node-and-yarn</goal> |
|
|
|
</goals> |
|
|
|
<configuration> |
|
|
|
<nodeVersion>v16.15.1</nodeVersion> |
|
|
|
<nodeVersion>v16.20.2</nodeVersion> |
|
|
|
<yarnVersion>v1.22.17</yarnVersion> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-monitoring.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,12 +14,11 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-node.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
RUN echo 'networkaddress.cache.ttl=60' >> /etc/java-17-openjdk/security/java.security \ |
|
|
|
&& chmod a+x /tmp/*.sh \ |
|
|
|
RUN chmod a+x /tmp/*.sh \ |
|
|
|
&& mv /tmp/start-tb-node.sh /usr/bin && \ |
|
|
|
(yes | dpkg -i /tmp/${pkg.name}.deb) && \ |
|
|
|
rm /tmp/${pkg.name}.deb && \ |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
ENV PG_MAJOR=12 |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
ENV PG_MAJOR 12 |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-coap-transport.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-http-transport.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-lwm2m-transport.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-mqtt-transport.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-snmp-transport.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/openjdk17:bullseye-slim |
|
|
|
FROM thingsboard/openjdk17:bookworm-slim |
|
|
|
|
|
|
|
COPY start-tb-vc-executor.sh ${pkg.name}.deb /tmp/ |
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/node:16.17.0-bullseye-slim |
|
|
|
FROM thingsboard/node:16.20.2-bookworm-slim |
|
|
|
|
|
|
|
ENV NODE_ENV production |
|
|
|
ENV DOCKER_MODE true |
|
|
|
|
|
|
|
@ -80,7 +80,7 @@ |
|
|
|
<goal>install-node-and-yarn</goal> |
|
|
|
</goals> |
|
|
|
<configuration> |
|
|
|
<nodeVersion>v16.15.1</nodeVersion> |
|
|
|
<nodeVersion>v16.20.2</nodeVersion> |
|
|
|
<yarnVersion>v1.22.17</yarnVersion> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
<goal>install-node-and-yarn</goal> |
|
|
|
</goals> |
|
|
|
<configuration> |
|
|
|
<nodeVersion>v16.15.1</nodeVersion> |
|
|
|
<nodeVersion>v16.20.2</nodeVersion> |
|
|
|
<yarnVersion>v1.22.17</yarnVersion> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|