Skip to content

Commit 0c32bcd

Browse files
authored
add docker image support status
1 parent bac7176 commit 0c32bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adr-003-docker-image-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ADR-003: Support Real Docker Image Downloads
22

33
## Status
4-
Proposed
4+
In Progress
55

66
## Context
77
The current implementation of the basic Docker engine supports a simplified mechanism for handling container images. This includes listing images and simulating image fetching. However, it does not support real Docker image downloads from container registries, which limits its functionality and compatibility with standard Docker workflows.
@@ -58,7 +58,7 @@ 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]:::inprogress
61+
B --> C[Layer Downloading]:::implemented
6262
C --> D[Full Registry Authentication]:::notstarted
6363
D --> E[Layer Verification]:::notstarted
6464
E --> F[Layer Extraction]:::notstarted

0 commit comments

Comments
 (0)