QuellCode/CentronERP war nur als Gitlink (Submodul-Referenz auf 79c1142) getrackt, ohne .gitmodules und ohne erreichbares Remote. Der Untersuchungsgegenstand der Versuchsreihe war damit nicht reproduzierbar gesichert: Ein Klon haette ein leeres Verzeichnis erhalten, und die Belege der 3.287 Anforderungen waeren nicht ueberpruefbar gewesen. Umstellung: - Historie nach c:\DEV\CentronERP_git_snapshot_79c1142 ausgelagert (vollstaendig lesbar, enthaelt 79c1142 und Vorgaenger 89ccfd6) - Gitlink aus dem Index entfernt - Dateiinhalt aufgenommen: 24.557 Dateien, rund 333 MB Die verschachtelte .gitignore der Codebasis gilt weiter, Build-Artefakte bleiben ausgeschlossen. Details in Versuche/Versuch_01/_Codebasis-Nachweis.md
21 lines
801 B
Markdown
21 lines
801 B
Markdown
|
|
Note, that folder c-entron-api and c-entron-nexus folders are provided by mitteldeutsche-it and are only here for
|
|
documentation purposes. Once the setup is running they can be removed
|
|
|
|
``` bash
|
|
# build docker image
|
|
docker build -t centron.azurecr.io/centron_nexus$version -f docker/Dockerfile .
|
|
docker build -t centron.azurecr.io/c-entron_webservice:$VERSION_alpine3.19 -f docker/c-entron-webservice/Dockerfile .
|
|
|
|
# login into azure and azure container registry to upload the image
|
|
az login
|
|
az acr login --name centron
|
|
docker push centron.azurecr.io/c-entron_webservice:$VERSION_alpine3.19
|
|
```
|
|
|
|
## Neues Tocken anlege=
|
|
|
|
``` bash
|
|
# neues token in der registry anlegen
|
|
az acr token create -r centron --scope-map customer --output json --name ANWENDER_ODER_KUNDE
|
|
``` |