Skip to content

Commit

Permalink
plugins must use docker.io or quay.io registry prefix so it's easier …
Browse files Browse the repository at this point in the history
…to airgap them later (#251)

Change-Id: I6ff9817ff5637d5f50b3c73df2d23064b53b199a
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Oct 11, 2019
1 parent 3c292d9 commit 690b4e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v3/plugins/redhat/rhamt/0.0.8/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
attributes:
protocol: http
containers:
- image: "windup3/rhamt-vscode-extension:java8"
- image: "docker.io/windup3/rhamt-vscode-extension:java8"
name: rhamt-extension
memoryLimit: 1500Mi
ports:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/rhamt/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
attributes:
protocol: http
containers:
- image: "windup3/rhamt-vscode-extension:java8"
- image: "docker.io/windup3/rhamt-vscode-extension:java8"
name: rhamt-extension
memoryLimit: 1500Mi
ports:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-camelk/0.0.9/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-07-10'
spec:
containers:
- image: "eclipse/che-remote-plugin-camelk-0.0.9:next"
- image: "docker.io/eclipse/che-remote-plugin-camelk-0.0.9:next"
name: vscode-camelk
memoryLimit: "1G"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-camelk/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-07-10'
spec:
containers:
- image: "eclipse/che-remote-plugin-camelk-0.0.9:next"
- image: "docker.io/eclipse/che-remote-plugin-camelk-0.0.9:next"
name: vscode-camelk
memoryLimit: "1G"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-02-26"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:next"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:next"
memoryLimit: "256Mi"
extensions:
- https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-wsdl2rest/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-02-26"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:next"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:next"
memoryLimit: "256Mi"
extensions:
- https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix

0 comments on commit 690b4e5

Please sign in to comment.