Skip to content

fix dockerfile issues and upgrade base images - #99

Open
msarfaty wants to merge 1 commit into
dineshba:mainfrom
msarfaty:msarfaty/upgrade-docker-image
Open

fix dockerfile issues and upgrade base images#99
msarfaty wants to merge 1 commit into
dineshba:mainfrom
msarfaty:msarfaty/upgrade-docker-image

Conversation

@msarfaty

@msarfaty msarfaty commented Jan 23, 2026

Copy link
Copy Markdown

Hey all, just looking to start using this image at work, and need to fix some issues with the latest version that was published about a year ago as it's failing our image import process for using an EOL version of Alpine

Let me know how I can help push this along! Thank you thank you

Summary

Update Docker build configuration for compatibility and best practices.

  • Upgrade Go from 1.17 to 1.21 and Alpine from 3.16 to 3.20
  • Fix ENTRYPOINT placement: move from base-release to individual release stages to ensure binary exists before container starts
  • Add missing --from=builder flag in release stage COPY command
  • Use absolute path for WORKDIR to resolve Docker build warnings
  • Standardize stage naming (lowercase as → uppercase AS)

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.

2 participants