File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# *******************************************************************************
3
- # Copyright (c) 2016, 2021 Contributors to the Eclipse Foundation
3
+ # Copyright (c) 2016, 2022 Contributors to the Eclipse Foundation
4
4
#
5
5
# See the NOTICE file(s) distributed with this work for additional
6
6
# information regarding copyright ownership.
@@ -33,15 +33,17 @@ IMAGES="hono-adapter-amqp-vertx \
33
33
hono-service-device-connection \
34
34
hono-service-device-registry-file \
35
35
hono-service-device-registry-jdbc \
36
- hono-service-device-registry-mongodb"
36
+ hono-service-device-registry-mongodb \
37
+ hono-service-device-registry-mongodb-quarkus"
37
38
38
39
NATIVE_IMAGES=" hono-adapter-amqp-vertx-quarkus-native \
39
40
hono-adapter-coap-vertx-quarkus-native \
40
41
hono-adapter-http-vertx-quarkus-native \
41
42
hono-adapter-lora-vertx-quarkus-native \
42
43
hono-adapter-mqtt-vertx-quarkus-native \
43
44
hono-service-auth-quarkus-native \
44
- hono-service-command-router-quarkus-native"
45
+ hono-service-command-router-quarkus-native \
46
+ hono-service-device-registry-mongodb-quarkus-native"
45
47
46
48
ME=` basename " $0 " `
47
49
echo " called as $ME "
You can’t perform that action at this time.
0 commit comments