goxygen icon indicating copy to clipboard operation
goxygen copied to clipboard

Distribute Goxygen as a Docker image

Open Shpota opened this issue 3 years ago • 4 comments

Add an ability to run Goxygen from a Docker image so that a user would not have to go get the Goxygen package. Add a CI step to build and push docker images to GitHub Packages.

Shpota avatar Apr 17 '21 16:04 Shpota

Let me help!

orgmatileg avatar Feb 04 '22 21:02 orgmatileg

Thanks @orgmatileg!

Shpota avatar Feb 05 '22 19:02 Shpota

Hi, I just make a draft for PR later, there is still permission issues

orgmatileg:feature/ci-docker-build-and-push

#107

orgmatileg avatar Feb 06 '22 01:02 orgmatileg

Hi, Please review the latest PR #108 @Shpota

You can try docker run -e UID=$(echo $UID) -e GID=$(echo $GID) -v $(pwd):/app/generated ghcr.io/orgmatileg/goxygen:ci-docker-build-and-push init my-app

orgmatileg avatar Feb 06 '22 16:02 orgmatileg