This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
forked from eclipse-che/che-theia
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from PizzaFactory/prp-update-to-the-upstream
[Scheduled] Update to the upstream
- Loading branch information
Showing
21 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dockerfiles/theia-dev/docker/alpine/builder-image-from.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM node:12.20.1-alpine3.12 | ||
FROM node:14.19.0-alpine3.15 |
4 changes: 2 additions & 2 deletions
4
dockerfiles/theia-dev/docker/ubi8/builder-image-from.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-12 | ||
FROM registry.access.redhat.com/ubi8/nodejs-12:1-107 | ||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14 | ||
FROM registry.access.redhat.com/ubi8/nodejs-14:1-63 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dockerfiles/theia-endpoint-runtime-binary/docker/alpine/builder-from.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM quay.io/eclipse/che-custom-nodejs-deasync:12.20.1 as custom-nodejs | ||
FROM quay.io/eclipse/che-custom-nodejs-deasync:14.19.0 as custom-nodejs | ||
FROM ${BUILD_ORGANIZATION}/${BUILD_PREFIX}-theia:${BUILD_TAG} as builder |
4 changes: 2 additions & 2 deletions
4
dockerfiles/theia-endpoint-runtime-binary/docker/alpine/builder-setup.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ENV NEXE_FLAGS="--target 'alpine-x64-12' --temp /tmp/nexe-cache" | ||
ENV NEXE_FLAGS="--target 'alpine-x64-14' --temp /tmp/nexe-cache" | ||
|
||
COPY --from=custom-nodejs /alpine-x64-12 /tmp/nexe-cache/alpine-x64-12 | ||
COPY --from=custom-nodejs /alpine-x64-14 /tmp/nexe-cache/alpine-x64-14 |
2 changes: 1 addition & 1 deletion
2
dockerfiles/theia-endpoint-runtime-binary/docker/ubi8/builder-from.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM quay.io/eclipse/che-custom-nodejs-deasync:12.20.1 as custom-nodejs | ||
FROM quay.io/eclipse/che-custom-nodejs-deasync:14.19.0 as custom-nodejs | ||
FROM ${BUILD_ORGANIZATION}/${BUILD_PREFIX}-theia:${BUILD_TAG} as builder |
4 changes: 2 additions & 2 deletions
4
dockerfiles/theia-endpoint-runtime-binary/docker/ubi8/builder-setup.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ENV NEXE_FLAGS="--target 'alpine-x64-12' --temp /tmp/nexe-cache" | ||
ENV NEXE_FLAGS="--target 'alpine-x64-14' --temp /tmp/nexe-cache" | ||
|
||
COPY --from=custom-nodejs /alpine-x64-12 /tmp/nexe-cache/alpine-x64-12 | ||
COPY --from=custom-nodejs /alpine-x64-14 /tmp/nexe-cache/alpine-x64-14 | ||
|
||
USER root |
2 changes: 1 addition & 1 deletion
2
dockerfiles/theia-endpoint-runtime-binary/docker/ubi8/runtime-from.dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM node:12.20.1-alpine3.12 as build-result | ||
FROM node:14.19.0-alpine3.15 as build-result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM node:12.20.1-alpine3.12 as runtime | ||
FROM node:14.19.0-alpine3.15 as runtime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-12 | ||
FROM registry.access.redhat.com/ubi8/nodejs-12:1-107 as build-result | ||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14 | ||
FROM registry.access.redhat.com/ubi8/nodejs-14:1-63 as build-result | ||
USER root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-12 | ||
FROM registry.access.redhat.com/ubi8/nodejs-12:1-107 as runtime | ||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14 | ||
FROM registry.access.redhat.com/ubi8/nodejs-14:1-63 as runtime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters