Skip to content

Commit

Permalink
Update php sidecar references to new image (#566)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Williams <ericwill@redhat.com>
  • Loading branch information
ericwill committed Aug 12, 2020
1 parent 002c838 commit 6ce4143
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion v3/plugins/redhat/php-debugger/1.13.0/meta.yaml
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-04-16"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-php:7-5c5ecc5"
- image: "quay.io/eclipse/che-sidecar-php:7-fc377b6"
name: php-debugger
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-php-debug/php-debug-1.13.0.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/php/1.3.11/meta.yaml
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2020-05-26"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-php:7-5c5ecc5"
- image: "quay.io/eclipse/che-sidecar-php:7-fc377b6"
memoryLimit: "1000Mi"
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-intelephense/vscode-intelephense-client-1.3.11.vsix
10 changes: 4 additions & 6 deletions vscode-extensions.json
Expand Up @@ -27,10 +27,9 @@
"repository": "https://github.com/bmewburn/vscode-intelephense",
"revision": "v1.3.11",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-php:7-5c5ecc5",
"image": "quay.io/eclipse/che-sidecar-php:7-fc377b6",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-php",
"revision": "7"
"repository": "https://github.com/che-dockerfiles/che-sidecar-php"
}
}
},
Expand Down Expand Up @@ -112,10 +111,9 @@
"repository": "https://github.com/felixfbecker/vscode-php-debug",
"revision": "v1.13.0",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-php:7-5c5ecc5",
"image": "quay.io/eclipse/che-sidecar-php:7-fc377b6",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-php",
"revision": "7"
"repository": "https://github.com/che-dockerfiles/che-sidecar-php"
}
}
},
Expand Down

0 comments on commit 6ce4143

Please sign in to comment.