Skip to content

Commit 0b7dc63

Browse files
committed
Also push Quarkus based MongoDB registry images to container registry
Signed-off-by: Kai Hudalla <[email protected]>
1 parent e5dd6d1 commit 0b7dc63

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

push_hono_images.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#*******************************************************************************
3-
# Copyright (c) 2016, 2021 Contributors to the Eclipse Foundation
3+
# Copyright (c) 2016, 2022 Contributors to the Eclipse Foundation
44
#
55
# See the NOTICE file(s) distributed with this work for additional
66
# information regarding copyright ownership.
@@ -33,15 +33,17 @@ IMAGES="hono-adapter-amqp-vertx \
3333
hono-service-device-connection \
3434
hono-service-device-registry-file \
3535
hono-service-device-registry-jdbc \
36-
hono-service-device-registry-mongodb"
36+
hono-service-device-registry-mongodb \
37+
hono-service-device-registry-mongodb-quarkus"
3738

3839
NATIVE_IMAGES="hono-adapter-amqp-vertx-quarkus-native \
3940
hono-adapter-coap-vertx-quarkus-native \
4041
hono-adapter-http-vertx-quarkus-native \
4142
hono-adapter-lora-vertx-quarkus-native \
4243
hono-adapter-mqtt-vertx-quarkus-native \
4344
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"
4547

4648
ME=`basename "$0"`
4749
echo "called as $ME"

0 commit comments

Comments
 (0)