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 #1119

Closed
wants to merge 1 commit into from

Conversation

jasonkneen
Copy link

@jasonkneen jasonkneen commented Feb 6, 2025

Fixes #1072

Add Docker support for Goose.

  • Dockerfile

    • Create a Dockerfile to build the Goose Docker image using a multi-stage build.
    • Set the entrypoint to the Goose binary.
  • GitHub Actions Workflow

    • Add .github/workflows/build-docker-image.yml to build and publish the Docker image.
    • Trigger the workflow on push to the main branch and on release tags.
    • Use Docker build and push action to build and publish the image.
    • Set up Docker Hub credentials as secrets in the repository.
  • README.md

    • Add instructions on how to build and run the Goose Docker image.
    • Include a section on using the Docker image for Goose.

For more details, open the Copilot Workspace session.

Fixes block#1072

Add Docker support for Goose.

* **Dockerfile**
  - Create a `Dockerfile` to build the Goose Docker image using a multi-stage build.
  - Set the entrypoint to the Goose binary.

* **GitHub Actions Workflow**
  - Add `.github/workflows/build-docker-image.yml` to build and publish the Docker image.
  - Trigger the workflow on push to the main branch and on release tags.
  - Use Docker build and push action to build and publish the image.
  - Set up Docker Hub credentials as secrets in the repository.

* **README.md**
  - Add instructions on how to build and run the Goose Docker image.
  - Include a section on using the Docker image for Goose.

---

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