Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit e4bbe4b

Browse files
author
ED Hong
committed
Merge branch 'hotfix/icon-not-found' into '2.0'
Hotfix/icon not found Closes #1 See merge request apps/container-station/container-apps!3
2 parents 9efbd27 + f0d0e5b commit e4bbe4b

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed

ai.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This is a photo recognition demo version generated using CAFFE deep learning framework.",
44
"repository": "dockerhub",
55
"arch": "amd64",
6-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
6+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
77
"displayName": "CAFFE Demo - GPU",
88
"name": "qnapnas/caffedemo",
99
"version": "0.1beta-gpu",
@@ -15,7 +15,7 @@
1515
"description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.",
1616
"repository": "dockerhub",
1717
"arch": "amd64",
18-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
18+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
1919
"displayName": "CAFFE - GPU",
2020
"name": "bvlc/caffe",
2121
"version": "gpu",
@@ -27,7 +27,7 @@
2727
"description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.",
2828
"repository": "dockerhub",
2929
"arch": "amd64",
30-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
30+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
3131
"displayName": "CNTK - GPU",
3232
"name": "microsoft/cntk",
3333
"version": "2.6-gpu-python3.5-cuda9.0-cudnn7.0",
@@ -39,7 +39,7 @@
3939
"description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.",
4040
"repository": "dockerhub",
4141
"arch": "amd64",
42-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_mxnet.png",
42+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_mxnet.png",
4343
"displayName": "MXNet - GPU",
4444
"name": "mxnet/python",
4545
"version": "1.3.1_gpu_cu92_mkl_py3",
@@ -51,7 +51,7 @@
5151
"description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.",
5252
"repository": "dockerhub",
5353
"arch": "amd64",
54-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_tensorflow.png",
54+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_tensorflow.png",
5555
"displayName": "TensorFlow - GPU",
5656
"name": "tensorflow/tensorflow",
5757
"version": "1.13.1-gpu-py3",
@@ -63,7 +63,7 @@
6363
"description": "PyTorch is a deep learning framework that puts Python first. It provides Tensors and Dynamic neural networks in Python with strong GPU acceleration.",
6464
"repository": "dockerhub",
6565
"arch": "amd64",
66-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
66+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
6767
"displayName": "Pytorch - GPU",
6868
"name": "pytorch/pytorch",
6969
"version": "1.0.1-cuda10.0-cudnn7-devel",
@@ -75,7 +75,7 @@
7575
"description": "Chainer is a Python-based deep learning framework aiming at flexibility. This is official Chainer image.",
7676
"repository": "dockerhub",
7777
"arch": "amd64",
78-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
78+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
7979
"displayName": "Chainer - GPU",
8080
"name": "chainer/chainer",
8181
"version": "v6.0.0b1",

iot.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Node-RED visual tool for wiring the Internet of Things",
44
"repository": "dockerhub",
55
"arch": "amd64",
6-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_node_red.png",
6+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_node_red.png",
77
"displayName": "Node-RED",
88
"name": "nodered/node-red-docker",
99
"version": "latest",
@@ -15,7 +15,7 @@
1515
"description": "Ponte is an Internet of Things / Machine to Machine platform that connect Things to Web developers",
1616
"repository": "dockerhub",
1717
"arch": "amd64",
18-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
18+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
1919
"displayName": "Ponte",
2020
"name": "qnapnas/qiot-ponte_amd64",
2121
"version": "0.1",
@@ -27,7 +27,7 @@
2727
"description": "RabbitMQ is a highly reliable enterprise messaging system based on the emerging AMQP standard",
2828
"repository": "dockerhub",
2929
"arch": "amd64",
30-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_rabbit_mq.png",
30+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_rabbit_mq.png",
3131
"displayName": "RabbitMQ",
3232
"name": "qnapnas/qiot-rabbitmq_amd64",
3333
"version": "3.6.6-management",
@@ -39,7 +39,7 @@
3939
"description": "MQTT Mosquitto 1.5.8 build on ubuntu 14.4",
4040
"repository": "dockerhub",
4141
"arch": "amd64",
42-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_mqtt.png",
42+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_mqtt.png",
4343
"displayName": "MQTT",
4444
"name": "qnapnas/qiot-mosquitto_amd64",
4545
"version": "0.1",
@@ -51,7 +51,7 @@
5151
"description": "Run Dashing in a Docker container",
5252
"repository": "dockerhub",
5353
"arch": "amd64",
54-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
54+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
5555
"displayName": "Dashing",
5656
"name": "qnapnas/qiot-dashing_amd64",
5757
"version": "0.1",
@@ -63,7 +63,7 @@
6363
"description": "Redis is an open source key-value store that functions as a data structure server",
6464
"repository": "dockerhub",
6565
"arch": "amd64",
66-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_redis.png",
66+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_redis.png",
6767
"displayName": "Redis",
6868
"name": "qnapnas/qiot-redis_amd64",
6969
"version": "3.0.7",
@@ -75,7 +75,7 @@
7575
"description": "Redis management tool written in node.js",
7676
"repository": "dockerhub",
7777
"arch": "amd64",
78-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
78+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
7979
"displayName": "Redis Commander",
8080
"name": "qnapnas/qiot-redis-commander_amd64",
8181
"version": "0.1",
@@ -87,7 +87,7 @@
8787
"description": "MongoDB document databases provide high availability and easy scalability",
8888
"repository": "dockerhub",
8989
"arch": "amd64",
90-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_mongo.png",
90+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_mongo.png",
9191
"displayName": "MongoDB",
9292
"name": "qnapnas/qiot-mongodb_amd64",
9393
"version": "3.2",
@@ -99,7 +99,7 @@
9999
"description": "mqtt-spy is an open source utility intended to help you with monitoring activity on MQTT topics",
100100
"repository": "dockerhub",
101101
"arch": "amd64",
102-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
102+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
103103
"displayName": "mqtt-spy",
104104
"name": "qnapnas/qiot-mqtt-spy_amd64",
105105
"version": "0.1",
@@ -111,7 +111,7 @@
111111
"description": "A damn-sexy, open source real-time dashboard builder for IOT and other web mashups",
112112
"repository": "dockerhub",
113113
"arch": "amd64",
114-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_freeboard.png",
114+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_freeboard.png",
115115
"displayName": "freeboard",
116116
"name": "qnapnas/qiot-freeboard_amd64",
117117
"version": "0.1",
@@ -123,7 +123,7 @@
123123
"description": "Node-RED visual tool for wiring the Internet of Things",
124124
"repository": "dockerhub",
125125
"arch": "armhf",
126-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_node_red.png",
126+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_node_red.png",
127127
"displayName": "Node-RED",
128128
"name": "qnapnas/qiot-node-red_armhf",
129129
"version": "0.1",
@@ -135,7 +135,7 @@
135135
"description": "Ponte is an Internet of Things / Machine to Machine platform that connect Things to Web developers",
136136
"repository": "dockerhub",
137137
"arch": "armhf",
138-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
138+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
139139
"displayName": "Ponte",
140140
"name": "qnapnas/qiot-ponte_armhf",
141141
"version": "0.1",
@@ -147,7 +147,7 @@
147147
"description": "RabbitMQ is a highly reliable enterprise messaging system based on the emerging AMQP standard",
148148
"repository": "dockerhub",
149149
"arch": "armhf",
150-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_rabbit_mq.png",
150+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_rabbit_mq.png",
151151
"displayName": "RabbitMQ",
152152
"name": "qnapnas/qiot-rabbitmq_armhf",
153153
"version": "0.1",
@@ -159,7 +159,7 @@
159159
"description": "MQTT Mosquitto 1.5.8 build on ubuntu 14.4",
160160
"repository": "dockerhub",
161161
"arch": "armhf",
162-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_mqtt.png",
162+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_mqtt.png",
163163
"displayName": "MQTT",
164164
"name": "qnapnas/qiot-mosquitto_armhf",
165165
"version": "0.1",
@@ -171,7 +171,7 @@
171171
"description": "Run Dashing in a Docker container",
172172
"repository": "dockerhub",
173173
"arch": "armhf",
174-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
174+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
175175
"displayName": "Dashing",
176176
"name": "qnapnas/qiot-dashing_armhf",
177177
"version": "0.4",
@@ -183,7 +183,7 @@
183183
"description": "Redis is an open source key-value store that functions as a data structure server",
184184
"repository": "dockerhub",
185185
"arch": "armhf",
186-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_redis.png",
186+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_redis.png",
187187
"displayName": "Redis",
188188
"name": "qnapnas/qiot-redis_armhf",
189189
"version": "3.0.7",
@@ -195,7 +195,7 @@
195195
"description": "Redis management tool written in node.js",
196196
"repository": "dockerhub",
197197
"arch": "armhf",
198-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_default.png",
198+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_default.png",
199199
"displayName": "Redis Commander",
200200
"name": "qnapnas/qiot-redis-commander_armhf",
201201
"version": "0.1",
@@ -207,7 +207,7 @@
207207
"description": "MongoDB document databases provide high availability and easy scalability",
208208
"repository": "dockerhub",
209209
"arch": "armhf",
210-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_mongo.png",
210+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_mongo.png",
211211
"displayName": "MongoDB",
212212
"name": "qnapnas/qiot-mongodb_armhf",
213213
"version": "2.4.10",
@@ -219,7 +219,7 @@
219219
"description": "A damn-sexy, open source real-time dashboard builder for IOT and other web mashups",
220220
"repository": "dockerhub",
221221
"arch": "armhf",
222-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_freeboard.png",
222+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_freeboard.png",
223223
"displayName": "freeboard",
224224
"name": "qnapnas/qiot-freeboard_armhf",
225225
"version": "0.1",
@@ -231,7 +231,7 @@
231231
"description": "A vendor and technology agnostic open source automation software for home.",
232232
"repository": "dockerhub",
233233
"arch": "amd64",
234-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_openhab.png",
234+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_openhab.png",
235235
"displayName": "openHAB",
236236
"name": "openhab/openhab",
237237
"version": "2.2.0-amd64-debian",
@@ -243,7 +243,7 @@
243243
"description": "A vendor and technology agnostic open source automation software for home.",
244244
"repository": "dockerhub",
245245
"arch": "armhf",
246-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_openhab.png",
246+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_openhab.png",
247247
"displayName": "openHAB",
248248
"name": "openhab/openhab",
249249
"version": "2.2.0-armhf-alpine",
@@ -255,7 +255,7 @@
255255
"description": "LoRaGateWay, PHP, MySQL, myphpadmin, Dashboard",
256256
"repository": "dockerhub",
257257
"arch": "amd64",
258-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_ifroglab.png",
258+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_ifroglab.png",
259259
"displayName": "iFrogLab/LoRaGateway",
260260
"name": "ifroglab/loragateway",
261261
"version": "latest",
@@ -267,7 +267,7 @@
267267
"description": "Open-source home automation platform running on Python 3.",
268268
"repository": "dockerhub",
269269
"arch": "amd64",
270-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_home_assistant.png",
270+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_home_assistant.png",
271271
"displayName": "Home Assistant",
272272
"name": "homeassistant/home-assistant",
273273
"version": "0.65.5",
@@ -279,7 +279,7 @@
279279
"description": "Wio Link is designed to simplify your IoT development. It is an ESP8266 based Wi-Fi development board for you to create IoT applications with open-source, plug and play electronics, mobile APPs and RESTful APIs.",
280280
"repository": "dockerhub",
281281
"arch": "amd64",
282-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/iot_wiolink.png",
282+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/iot_wiolink.png",
283283
"displayName": "Wio Link",
284284
"name": "killingjacky/wio_link",
285285
"version": "latest",

0 commit comments

Comments
 (0)