Docker builds: Switch from openjdk:8-jdk to thingsboard/openjdk8.

This commit is contained in:
Igor Kulikov 2019-05-27 17:55:27 +03:00
parent 9bc5e6760a
commit 0991a96b81
7 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
COPY start-tb-node.sh ${pkg.name}.deb /tmp/

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
RUN apt-get update
RUN apt-get install -y curl nmap procps

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
RUN apt-get update
RUN apt-get install -y postgresql postgresql-contrib

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
COPY logback.xml ${pkg.name}.conf start-db.sh stop-db.sh start-tb.sh upgrade-tb.sh install-tb.sh ${pkg.name}.deb /tmp/

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
COPY start-tb-coap-transport.sh ${pkg.name}.deb /tmp/

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
COPY start-tb-http-transport.sh ${pkg.name}.deb /tmp/

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM openjdk:8-jdk
FROM thingsboard/openjdk8
COPY start-tb-mqtt-transport.sh ${pkg.name}.deb /tmp/