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

fix devcontainer for todo-java-postgresql-terraform #2597

Merged
merged 6 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions templates/common/.devcontainer/Dockerfile/java/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "Azure Developer CLI",
"build": {
"dockerfile": "Dockerfile",
"args": {
"IMAGE": "javascript-node:16-bullseye"
}
},
"image": "mcr.microsoft.com/devcontainers/javascript-node:16-bullseye",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ repo:
to: ./infra

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/csharp
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/csharp/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ repo:
to: ./infra

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/csharp/func
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/csharp/func/devcontainer.json
vhvb1989 marked this conversation as resolved.
Show resolved Hide resolved
to: ./.devcontainer/devcontainer.json

# .devcontainer common (Dockerfile)
- from: ../../../../../common/.devcontainer/Dockerfile/func
Expand Down
4 changes: 2 additions & 2 deletions templates/todo/projects/csharp-sql/.repo/bicep/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ repo:
to: ./infra

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/csharp
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/csharp/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ repo:
to: ./infra

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/java
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/java/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
4 changes: 2 additions & 2 deletions templates/todo/projects/java-mongo/.repo/bicep/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ repo:
to: ./infra

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/java
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/java/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,8 @@ repo:
to: ./infra/modules/apim-api

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/java/terraform
to: ./.devcontainer

# .devcontainer common (Dockerfile)
- from: ../../../../../common/.devcontainer/Dockerfile/java
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/java/terraform/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ repo:
to: ./infra/modules/apim-api

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/nodejs/terraform
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/nodejs/terraform/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ repo:
to: ./infra/modules/apim-api

# .devcontainer common (devcontainer.json)
- from: ../../../../../common/.devcontainer/devcontainer.json/python/terraform
to: ./.devcontainer
- from: ../../../../../common/.devcontainer/devcontainer.json/python/terraform/devcontainer.json
to: ./.devcontainer/devcontainer.json

# Assets common
- from: ../../../../common/assets
Expand Down
Loading