Skip to content

Commit cb906fa

Browse files
Copilotj143
andauthored
Update ADR-003 implementation diagram to include tar file loading and local registry features (#15)
* Initial plan * Update ADR-003 implementation diagram to include tar file loading and local registry features Co-authored-by: j143 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: j143 <[email protected]> Co-authored-by: Janardhan Pulivarthi <[email protected]>
1 parent 0c32bcd commit cb906fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adr-003-docker-image-download.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ The following diagram illustrates the current stage of implementation and the en
5858
```mermaid
5959
graph TD
6060
A[Simulated Fetching Logic]:::implemented --> B[Registry Interface Implementation]:::implemented
61-
B --> C[Layer Downloading]:::implemented
61+
A --> H[Load Images from .tar Files]:::implemented
62+
B --> I[Local Registry Downloads]:::implemented
63+
B --> C[Layer Downloading]:::inprogress
6264
C --> D[Full Registry Authentication]:::notstarted
6365
D --> E[Layer Verification]:::notstarted
6466
E --> F[Layer Extraction]:::notstarted

0 commit comments

Comments
 (0)