Docker builds: Switch from openjdk:8-jdk to thingsboard/openjdk8.
This commit is contained in:
parent
9bc5e6760a
commit
0991a96b81
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
FROM openjdk:8-jdk
|
||||
FROM thingsboard/openjdk8
|
||||
|
||||
COPY start-tb-node.sh ${pkg.name}.deb /tmp/
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user