Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Disable building and publishing of 'eclipse/che-theia-endpoint-runtim…
Browse files Browse the repository at this point in the history
…e' image

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Oct 30, 2019
1 parent 3ab22bc commit df22b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.include
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ is_publish_images() {
PR_IMAGES=(
dockerfiles/theia-dev
dockerfiles/theia
dockerfiles/theia-endpoint-runtime
dockerfiles/theia-endpoint-runtime-binary
)

# KEEP RIGHT ORDER!!!
DOCKER_FILES_LOCATIONS=(
dockerfiles/theia-dev
dockerfiles/theia
dockerfiles/theia-endpoint-runtime
dockerfiles/theia-endpoint-runtime-binary
dockerfiles/remote-plugin-node
dockerfiles/remote-plugin-java8
Expand All @@ -90,7 +88,6 @@ DOCKER_FILES_LOCATIONS=(
PUBLISH_IMAGES_LIST=(
eclipse/che-theia-dev
eclipse/che-theia
eclipse/che-theia-endpoint-runtime
eclipse/che-theia-endpoint-runtime-binary
eclipse/che-remote-plugin-node
eclipse/che-remote-plugin-runner-java8
Expand Down
4 changes: 4 additions & 0 deletions dockerfiles/theia-endpoint-runtime/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# This Dockerfile is deprecated and subject for remove

Now we are using [theia-endpoint-runtime-binary](../theia-endpoint-runtime-binary) image to provide remote plugin runtime.

0 comments on commit df22b89

Please sign in to comment.