Skip to content

Conversation

@kilifu
Copy link
Contributor

@kilifu kilifu commented Dec 23, 2025

feat(cli): add Docker support with pre-built images

  • Add Dockerfile with multi-stage build for optimized image size
  • Configure GitHub Actions to publish images to GHCR
  • Add docker-compose.yml for simplified local development
  • Include built-in sample files for quick testing
  • Add comprehensive Docker documentation (DOCKER.md)
  • Add Docker quick-start section to README.md
  • Support multi-platform builds (linux/amd64, linux/arm64)
  • Configure automated builds on push and release tags
  • Add build provenance attestations for supply chain security
  • Fix duplicate code bug in README serialization example

Images are published to: ghcr.io/binkylabs/openapi-overlays-dotnet
fixes #179

@kilifu kilifu requested a review from a team as a code owner December 23, 2025 18:18
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think something is wrong with how the tags are set here, see the failing CI

GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} No newline at end of file
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docker-build:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please split the build and the publish jobs? to align with the nuget publish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for docker container

3 participants