/*
- Copyright (c) 2019 Expleo Germany.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/org/documents/epl-2.0/index.php
- Contributors:
-
* Expleo Germany
*/
Step: | Operation: | Errors: |
---|---|---|
Building image (docker) | ./build.sh <architecture> |
- Does not work with the cloud-mechanic (arguments interpreted wrong) eclipse-kuksa/kuksa.apps#8 |
Building image (Tape-Archive) | docker save <ID> > <tarname>.tar |
None |
Upload Image (Appstore/ HawkBit) | python3 app-publisher <ID> <app-config>.yaml -n |
- publisher NEEDS already loaded docker image - publisher generates docker-container.json but it's ignored by the installer - Image is uploaded to Appstore + Hawkbit for Download |
Re-Upload Image | python3 app-publisher <ID> <app-config>.yaml -r |
- won’t update, if the config-file changed. Even an increased version-number prevents the reupload. eclipse-kuksa/kuksa.apps#16 |
Step: | Operation: | Errors: |
---|---|---|
starting Appmanager | 1. start with docker (inkl. HONO) 2. start with docker (no HONO) 3. start as systemservice (no Hono) 4. start as systemservice (+ Hono) |
1. HONO-parameters are misinterpreted, which bricks the App-Manager #57 2. None 3. None #9 combined issue: #60 |
buying an App | click buy in appstore |
|
downloading App | click download in appstore |
|
installing App | happens automatically after download | .tar is downloaded, but not automatically loaded/installed Pratheek/Sebastian : newer version uses .tar.bz2 |
running app (auto) | despite an existing docker-container.json the app wont be executed after downloading it |
|
running app (manual) | docker run -e <param1> -e ... <ID> |
None |
uninstalling App | clicking uninstall in appstore https://kuksa-appstore.appstacle.appstaclecloud.org:8443/#!login |
Won't be uninstalled from device. Change is detected, but nothing will change on the device. References to installed apps (online and offline) won't be changed/deleted |
Step: | Operation: | Errors: |
---|---|---|
download App (HawkBit) | ./foreverChecker |
None |
download App (App-Store) | ./foreverChecker |
None |
uninstall App (HawkBit) | Drag uninstall onto device |
Won't uninstall but triggers process |
uninstall App | click uninstall in App-Store |
Change is detected, but App won't be uninstalled |