docs: update docker image label for mermaid chart

This commit is contained in:
2025-02-20 15:07:16 -07:00
parent 40f0eb5963
commit 60fe16a914

View File

@@ -126,7 +126,7 @@ The process of building both images are outlined below. But please remember that
%%{init: { 'themeVariables': { 'fontSize': '10px' }}}%% %%{init: { 'themeVariables': { 'fontSize': '10px' }}}%%
flowchart TB flowchart TB
subgraph GRAPH_TVAPP ["Build thetvapp:latest"] subgraph GRAPH_TVAPP ["Build tvapp2:latest"]
direction TB direction TB
obj_step10["`> git clone git.binaryninja.net/pub_projects/tvapp2.git`"] obj_step10["`> git clone git.binaryninja.net/pub_projects/tvapp2.git`"]
obj_step11["`**Dockerfile obj_step11["`**Dockerfile
@@ -138,7 +138,7 @@ subgraph GRAPH_TVAPP ["Build thetvapp:latest"]
-t tvapp:1.0.0-amd64 \ -t tvapp:1.0.0-amd64 \
-f Dockerfile . \`"] -f Dockerfile . \`"]
obj_step13["`Download **alpine-base** from branch **docker/alpine-base**`"] obj_step13["`Download **alpine-base** from branch **docker/alpine-base**`"]
obj_step14["`New Image: **thetvapp:latest**`"] obj_step14["`New Image: **tvapp2:latest**`"]
style obj_step10 text-align:center,stroke-width:1px,stroke:#555 style obj_step10 text-align:center,stroke-width:1px,stroke:#555
style obj_step11 text-align:left,stroke-width:1px,stroke:#555 style obj_step11 text-align:left,stroke-width:1px,stroke:#555