Commit Graph

7 Commits

Author SHA1 Message Date
74bb1f6070 Run SDK image as nonroot (UID 65532) for Docker Scout compliance
- apko/sdk.yaml: run-as 65532, create /home/nonroot and /app owned by nonroot
- sdk.Dockerfile: USER 65532, set HOME and DOTNET_CLI_HOME to /home/nonroot
- README/DOCKERHUB: update examples to use COPY --chown=nonroot and /app/publish

dotnet restore writes NuGet cache to $DOTNET_CLI_HOME/.nuget/packages
which is now /home/nonroot/.nuget/packages — no root needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:39:51 -05:00
67d4d72414 Fix version table rendering by moving markers outside table
HTML comments between the separator and data rows break markdown
table parsing. Markers now wrap the entire table (header included)
and the pipeline regenerates the full table.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:34:30 -05:00
843184da33 Auto-update README version tables from .NET release metadata
The daily update-check pipeline now regenerates the images table,
EOL dates, and .NET badge in README.md and DOCKERHUB.md from the
Microsoft releases-index.json API. Commits changes only when the
supported version set changes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:32:02 -05:00
759cf715d4 Fix .NET 9 EOL date to 2026-11-10
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:28:31 -05:00
b7b87035d9 Add EOL column to images table
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:27:12 -05:00
00dcc4b884 Restructure images table with versions as rows and link variants to DockerHub
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:26:29 -05:00
a6c460c127 Add README, DOCKERHUB overview, and prerelease -test tag support
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:23:21 -05:00