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

Handle "vanilla" Docker questions and open PRs (where appropriate) #26

Open
1 task done
savannahostrowski opened this issue Jun 27, 2024 · 1 comment
Open
1 task done

Comments

@savannahostrowski
Copy link
Contributor

savannahostrowski commented Jun 27, 2024

These are some basic questions that we should see how these are handled by Copilot without Docker and determine if we should handle these scenarios.

  • @docker what is the best way to Dockerize this project
  • @docker how do I create a Dockerfile for this project
  • @docker how do I create a Docker Compose file for this project
  • @docker create build stage that installs dependencies
  • @docker add a health check to the Dockerfile
  • @docker add a volume to the Docker Compose file
  • @docker I'm getting a syntax error in this Dockerfile
  • @docker fix the indentation in this Docker Compose file
  • @docker why won't this build command work
  • @docker what base image should I use for this project
  • @docker how do I optimize this Dockerfile
  • @docker how can I run my tests in a Docker container

Tasks

Preview Give feedback
  1. enhancement
    krissetto
@savannahostrowski savannahostrowski added this to the Public Preview milestone Jul 12, 2024
@savannahostrowski
Copy link
Contributor Author

We should assess these after merging in Kapa. Some of these will require us plumbing the PR workflow after getting a suggestion. For example, if a user asks how to optimize their Dockerfile, we should return a preview of the optimized Dockerfile and ask if the user wants to open a PR to update (similar to what the generated Dockerfile flow looks like today)

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

No branches or pull requests

1 participant