Spaces:
Paused
Paused
Pin CloudSpace layered gateway image
Browse filesPin GHCR image with single-container gateway lane separation, health/config endpoints, API guards, and HTTP META supervision.
- Dockerfile +1 -1
- README.md +2 -2
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ghcr.io/zhizhishu/cloudspace@sha256:
|
| 2 |
|
| 3 |
ENV PORT=7860 \
|
| 4 |
ACCESS_LOCK_PORT=7860
|
|
|
|
| 1 |
+
FROM ghcr.io/zhizhishu/cloudspace@sha256:350b5521b80dcedf46859f1571c06e3cc933f49d729d7bb592607518355c5102
|
| 2 |
|
| 3 |
ENV PORT=7860 \
|
| 4 |
ACCESS_LOCK_PORT=7860
|
README.md
CHANGED
|
@@ -14,7 +14,7 @@ CloudSpace is a private subscription workspace image for zhizhishu.
|
|
| 14 |
This Hugging Face Space runs the published CloudSpace container image:
|
| 15 |
|
| 16 |
```text
|
| 17 |
-
ghcr.io/zhizhishu/cloudspace@sha256:
|
| 18 |
```
|
| 19 |
|
| 20 |
-
This image
|
|
|
|
| 14 |
This Hugging Face Space runs the published CloudSpace container image:
|
| 15 |
|
| 16 |
```text
|
| 17 |
+
ghcr.io/zhizhishu/cloudspace@sha256:350b5521b80dcedf46859f1571c06e3cc933f49d729d7bb592607518355c5102
|
| 18 |
```
|
| 19 |
|
| 20 |
+
This image keeps a single container while separating gateway lanes for access lock, health/config, API, frontend, and internal HTTP META. It also includes Supabase state backup support, subscription/API stall guards, bounded cache cleanup, and HTTP META supervision.
|