Skip to content

Commit

Permalink
rename idea-server to idea-remote-dev-server
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <[email protected]>
  • Loading branch information
azatsarynnyy committed Apr 10, 2024
1 parent b6d17f9 commit 8c215f7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM registry.access.redhat.com/ubi8/nodejs-18:1-94
USER 0

WORKDIR $REMOTE_SOURCES_DIR/devspaces-images-idea/app/devspaces-idea-server/
WORKDIR $REMOTE_SOURCES_DIR/devspaces-images-idea/app/devspaces-idea-remote-dev-server/

# cachito:yarn step 1: copy cachito sources where we can use them; source env vars; set working dir
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ compose:
image_build_method: imagebuilder

remote_sources:
- name: devspaces-idea-server
- name: devspaces-idea-remote-dev-server
remote_source:
repo: https://github.com/redhat-developer/devspaces-images.git
ref: b8d76a3091d9fbf553184bd0a3d8b797a76e38dd
pkg_managers: [npm]
packages:
npm:
- path: devspaces-idea-server/status-app/
- path: devspaces-idea-remote-dev-server/status-app/
File renamed without changes.
2 changes: 1 addition & 1 deletion devspaces-operator-bundle/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ operator_manifests:
devspaces-dashboard-rhel8-container: devspaces/dashboard-rhel8
devspaces-devfileregistry-rhel8-container: devspaces/devfileregistry-rhel8
devspaces-idea-rhel8-container: devspaces/idea-rhel8
devspaces-idea-server-rhel8-container: devspaces/idea-server-rhel8
devspaces-idea-remote-dev-server-rhel8-container: devspaces/idea-remote-dev-server-rhel8
devspaces-imagepuller-rhel8-container: devspaces/imagepuller-rhel8
devspaces-machineexec-rhel8-container: devspaces/machineexec-rhel8
devspaces-pluginregistry-rhel8-container: devspaces/pluginregistry-rhel8
Expand Down

0 comments on commit 8c215f7

Please sign in to comment.