cbacfea7f2
NexusGuard CI / server-core-test (push) Failing after 3m6s
NexusGuard CI / server-core-build (push) Has been skipped
NexusGuard CI / device-agent-test (push) Failing after 4s
NexusGuard CI / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI / dashboard-test (push) Failing after 4s
NexusGuard CI / dashboard-dist (push) Has been skipped
17 lines
545 B
Plaintext
17 lines
545 B
Plaintext
F2: Docker Build Verification
|
|
==============================
|
|
Command: docker build -f apps/server-core/Dockerfile -t nexusguard-server-core apps/server-core
|
|
Result: EXIT 0 (SUCCESS)
|
|
Date: 2026-05-25
|
|
|
|
Key steps from build output:
|
|
#12 swag init generated:
|
|
- docs/docs.go
|
|
- docs/swagger.json
|
|
- docs/swagger.yaml
|
|
#14 go build completed (88.1s)
|
|
#20 Image: nexusguard-server-core
|
|
|
|
Verified: swag init runs during Docker build before go build.
|
|
The fix resolves the original error: "no required module provides package .../docs"
|