Skip to content

Commit

Permalink
harmonize images used in devfile and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunix committed Nov 24, 2020
1 parent f785dcb commit 032f4c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:

- alias: quarkus-backend-dev
type: dockerimage
image: quay.io/quarkus/centos-quarkus-maven:20.0.0-java8
image: quay.io/quarkus/centos-quarkus-maven:20.1.0-java11
memoryLimit: 4Gi
command: ['sleep']
args: ['infinity']
Expand Down Expand Up @@ -48,7 +48,7 @@ components:

- alias: node-frontend-dev
mountSources: true
image: 'quay.io/eclipse/che-nodejs8-centos:7.2.0'
image: 'quay.io/eclipse/che-nodejs12-community:nightly'
memoryLimit: 768Mi
type: dockerimage
endpoints:
Expand Down Expand Up @@ -100,6 +100,8 @@ components:
type: chePlugin
alias: vscode-openshift

- id: che-incubator/typescript/latest
type: chePlugin

- alias: git
type: dockerimage
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/quarkus/centos-quarkus-maven:20.0.0-java8 as quarkus-dev
FROM quay.io/quarkus/centos-quarkus-maven:20.1.0-java11 as quarkus-dev
COPY --chown=1001:1001 quarkus-backend /quarkus-backend
WORKDIR /quarkus-backend
RUN env && \
Expand Down

0 comments on commit 032f4c4

Please sign in to comment.