Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
cc873d4fdf41e42768495265dddb9bffd6198e11
Authored by
Igor Kulikov
2018-10-30 11:42:45 +0200
1 parent
9a5e4db8
Use JDK instead of JRE in docker images
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
msa/tb-node/docker/Dockerfile
msa/tb/docker-cassandra/Dockerfile
msa/tb/docker-postgres/Dockerfile
msa/tb/docker-tb/Dockerfile
msa/transport/coap/docker/Dockerfile
msa/transport/http/docker/Dockerfile
msa/transport/mqtt/docker/Dockerfile
msa/tb-node/docker/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
COPY start-tb-node.sh ${pkg.name}.deb /tmp/
20
20
...
...
msa/tb/docker-cassandra/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
RUN apt-get update
20
20
RUN apt-get install -y curl nmap procps
...
...
msa/tb/docker-postgres/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
RUN apt-get update
20
20
RUN apt-get install -y postgresql postgresql-contrib
...
...
msa/tb/docker-tb/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
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/
20
20
...
...
msa/transport/coap/docker/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
COPY logback.xml ${pkg.name}.conf start-tb-coap-transport.sh ${pkg.name}.deb /tmp/
20
20
...
...
msa/transport/http/docker/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
COPY logback.xml ${pkg.name}.conf start-tb-http-transport.sh ${pkg.name}.deb /tmp/
20
20
...
...
msa/transport/mqtt/docker/Dockerfile
View file @
cc873d4
...
...
@@ -14,7 +14,7 @@
14
14
# limitations under the License.
15
15
#
16
16
17
-
FROM openjdk:8-j
re
17
+
FROM openjdk:8-j
dk
18
18
19
19
COPY logback.xml ${pkg.name}.conf start-tb-mqtt-transport.sh ${pkg.name}.deb /tmp/
20
20
...
...