Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker image for goose #1115

Closed
wants to merge 1 commit into from

Conversation

jasonkneen
Copy link

@jasonkneen jasonkneen commented Feb 6, 2025

Fixes #1072

Add a Docker image for goose and update workflows and documentation.

  • Dockerfile: Add a Dockerfile in the root directory to build the goose docker image using a multi-stage build.
  • GitHub Actions:
    • Update .github/workflows/build-cli.yml to include a job for building and publishing the goose docker image.
    • Update .github/workflows/release.yml to include a step for building and publishing the docker image during the release process.
  • Documentation: Update documentation/docs/getting-started/installation.md to include instructions for using the goose docker image, including commands to pull and run the image from Docker Hub.

For more details, open the Copilot Workspace session.

Fixes block#1072

Add a Docker image for goose and update workflows and documentation.

* **Dockerfile**: Add a `Dockerfile` in the root directory to build the goose docker image using a multi-stage build.
* **GitHub Actions**: 
  - Update `.github/workflows/build-cli.yml` to include a job for building and publishing the goose docker image.
  - Update `.github/workflows/release.yml` to include a step for building and publishing the docker image during the release process.
* **Documentation**: Update `documentation/docs/getting-started/installation.md` to include instructions for using the goose docker image, including commands to pull and run the image from Docker Hub.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/block/goose/issues/1072?shareId=XXXX-XXXX-XXXX-XXXX).
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.

Package as docker image
2 participants