Skip to content

v1.1.0 - Docker Support & Professional Polish

Latest

Choose a tag to compare

@g-laliotis g-laliotis released this 08 Nov 20:52
· 11 commits to master since this release

Added

  • Docker support with multi-stage build
  • Dockerfile with Go builder and Alpine runtime stages
  • .dockerignore for optimized build context
  • Docker commands in Makefile (docker-build, docker-run)
  • GitHub Actions workflow for automated Docker publishing to GHCR
  • Pre-built images available at ghcr.io/g-laliotis/go-reloaded:latest
  • Docker usage documentation in README.md
  • Docker testing instructions in CONTRIBUTING.md
  • Docker deployment option in PRESENTATION_GUIDE.md
  • Docker quick start in GitHub Pages

Changed

  • Updated project structure documentation to include Docker files
  • Enhanced Makefile with containerization commands
  • Improved development workflow with Docker testing options
  • Prioritized GHCR usage over local builds in documentation