Spaces:
Running
Running
closeout: repin to digest @sha256 :8aaea251 (bridge #232 + formulas #233 + path fix #234, main 87b5d4bc)
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
# Workaround for HF builder exit-128 on the full source tree (corrupted repo storage).
|
| 3 |
# The real image is built/signed/SLSA-attested in szl-holdings/a11oy CI.
|
| 4 |
#
|
| 5 |
-
# CLOSEOUT 2026-06-03 (A11oy Full-Stack Team):
|
| 6 |
-
#
|
| 7 |
-
#
|
| 8 |
-
#
|
| 9 |
-
FROM ghcr.io/szl-holdings/a11oy@sha256:
|
| 10 |
|
| 11 |
# HF Spaces requires the app to listen on port 7860 (image already binds 0.0.0.0:7860)
|
| 12 |
EXPOSE 7860
|
|
|
|
| 2 |
# Workaround for HF builder exit-128 on the full source tree (corrupted repo storage).
|
| 3 |
# The real image is built/signed/SLSA-attested in szl-holdings/a11oy CI.
|
| 4 |
#
|
| 5 |
+
# CLOSEOUT 2026-06-03 (A11oy Full-Stack Team): pinned to the IMMUTABLE digest of
|
| 6 |
+
# main @ 87b5d4bc, which includes: Cross-Harness Receipt Bridge runtime (#232),
|
| 7 |
+
# the Formulas SPA section (#233), and the Formulas Try-it endpoint path fix (#234).
|
| 8 |
+
# SLSA L2 build-provenance attested + cosign keyless-signed.
|
| 9 |
+
FROM ghcr.io/szl-holdings/a11oy@sha256:8aaea251609104b554baaac161a0e44cb59a909296e0b37d25ba94b3ab921530
|
| 10 |
|
| 11 |
# HF Spaces requires the app to listen on port 7860 (image already binds 0.0.0.0:7860)
|
| 12 |
EXPOSE 7860
|