You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
With the /codewind-workspace docker bind mount going away, Appsody support will break because it Appsody relies on being able to bind mount things into their container:
Various files or directories in the project dir; what's actually mounted is dependent on the stack used
How do we ensure 2 still works?
** options for pfe **
Have an appsody-workspace that is created in a location that can be bind mounted to (like we currently do in 0.5.0 for codewind-workspace). PFE will not sync files and the appsody cli will directly mount to the appsodsy-workspace. User has to create their project in this workspace.
PFE will create a build area somewhere in the docker share space. On a sync, PFE will copy the files to that location for the the appsody cli to then bind mount to. User can create their project anywhere they like
We call the appsody-cli directly on the users workspace
The text was updated successfully, but these errors were encountered:
Both options 1 or 2 sounds feasible. Just have to make sure the host path of that space where appsody projects are put into will be made known to the appsody extension (perhaps via env var)
Codewind version: 0.6.0
OS:
Che version:
IDE extension version:
IDE version:
Kubernetes cluster:
Question synopsis:
This is somewhat related to #564
With the
/codewind-workspace
docker bind mount going away, Appsody support will break because it Appsody relies on being able to bind mount things into their container:Copy controller into container instead of mounting appsody/appsody#467Appsody on K8S should avoid separate mount for the controller appsody/appsody#399)How do we ensure 2 still works?
** options for pfe **
The text was updated successfully, but these errors were encountered: