Commit Graph

5 Commits

Author SHA1 Message Date
Zeke Foppa 6096150637 Dockerfile fails more cleanly if .git is a submodule (#3591)
# Description of Changes

Our `Dockerfile` runs `COPY . .`. If we're in a submodule rather than a
"full" git repo, that causes `.git` to be a in a weird state inside the
docker container, where it thinks it's in a submodule even though the
parent directory context has been lost.

This PR just adds a clear error message early in the process, because
this has bitten us a few times.

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

- [x] We appropriately get the failure if we try to `docker build` this
from within a submodule.

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-11-07 06:59:37 +00:00
Noa 651f79d22c Make clockworklabs/spacetime docker image build from source (#2521) 2025-04-12 03:15:37 +00:00
John Detter df7832bfc7 This works on both arm and x86 (#2337)
Co-authored-by: John Detter <no-reply@boppygames.gg>
2025-03-04 15:35:20 +00:00
Noa 723d2c61c4 Install dotnet-sdk-8 instead of 9 in Dockerfile (#2323) 2025-02-27 22:16:13 +00:00
Noa 956b4f8e5b Add dockerfile for cli (#2312) 2025-02-27 20:24:43 +00:00