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

Issues with https://www.pulumi.com/learn/building-with-pulumi/ #10202

Closed
fingolfint opened this issue Oct 31, 2023 · 1 comment · Fixed by #11883
Closed

Issues with https://www.pulumi.com/learn/building-with-pulumi/ #10202

fingolfint opened this issue Oct 31, 2023 · 1 comment · Fixed by #11883
Assignees
Labels
area/docs Improvements or additions to documentation docs/tutorials kind/bug Some behavior is incorrect or out of spec
Milestone

Comments

@fingolfint
Copy link

The code is inconsistent and causes failures:

  1. my_first_app vs my-second-app
  2. my_first_app:mongoHost vs my_first_app:mongo_host
  3. running pulumi up on my_first_app staging will fail if my_first_app dev is still running as there is a port clash for the mongo container
@github-actions github-actions bot added the needs-triage Needs attention from the triage team label Oct 31, 2023
@github-project-automation github-project-automation bot moved this to 🤔 Triage in Docs 📚 Oct 31, 2023
@fingolfint
Copy link
Author

more problems:
image=backend.base_image_name,
^^^^^^^^^^^^^^^^^^^^^^^
should be
image=backend.repo_digest,

@desteves desteves moved this from 🤔 Triage to 🧳 Backlog in Docs 📚 Nov 2, 2023
@desteves desteves added area/docs Improvements or additions to documentation and removed needs-triage Needs attention from the triage team labels Nov 20, 2023
@cnunciato cnunciato self-assigned this Jul 31, 2024
@cnunciato cnunciato added the kind/bug Some behavior is incorrect or out of spec label Jul 31, 2024
@cnunciato cnunciato moved this from 🧳 Backlog to 🔧 In Progress in Docs 📚 Jul 31, 2024
@cnunciato cnunciato added this to the 0.108 milestone Jul 31, 2024
@github-project-automation github-project-automation bot moved this from 🔧 In Progress to 🏁 Done in Docs 📚 Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation docs/tutorials kind/bug Some behavior is incorrect or out of spec
Projects
Status: 🏁 Done
Development

Successfully merging a pull request may close this issue.

3 participants