Skip to content

Commit 4d1adc1

Browse files
fix(shim-build): consolidate test certs to tests/fixtures/, rebase onto master
SPOC review items: - Remove duplicate cert files from docker/shim-build/ - Dockerfile COPY paths point to tests/fixtures/shim-build/ - Rebase deepseek/main onto current master (includes VISUAL_LANGUAGE.md §16) Co-Authored-By: DeepSeek V4 (PRO) <280117185+intergenos-deepseek@users.noreply.github.com>
1 parent 0031a6a commit 4d1adc1

4 files changed

Lines changed: 3 additions & 110 deletions

File tree

docker/shim-build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ RUN git clone --depth 1 --branch 16.1 --recurse-submodules --shallow-submodules
9292
# WARNING: TEST ONLY. NEVER use for production signing.
9393
# Post-ceremony: real vendor cert replaces these files via build arg or COPY.
9494
# -----------------------------------------------------------------------------
95-
COPY docker/shim-build/test-vendor-key.pem /build/vendor_key.pem
96-
COPY docker/shim-build/test-vendor-cert.pem /build/vendor_cert.pem
97-
COPY docker/shim-build/test-vendor-cert.der /build/vendor_cert.der
95+
COPY tests/fixtures/shim-build/test-vendor-key.pem /build/vendor_key.pem
96+
COPY tests/fixtures/shim-build/test-vendor-cert.pem /build/vendor_cert.pem
97+
COPY tests/fixtures/shim-build/test-vendor-cert.der /build/vendor_cert.der
9898

9999
# -----------------------------------------------------------------------------
100100
# Build shim with embedded vendor certificate
-928 Bytes
Binary file not shown.

docker/shim-build/test-vendor-cert.pem

Lines changed: 0 additions & 79 deletions
This file was deleted.

docker/shim-build/test-vendor-key.pem

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)