Skip to content

Initialize Sail for the repository #719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Initialize Sail for the repository #719

wants to merge 1 commit into from

Conversation

teddy-codes
Copy link

Added sail

The reasoning for using codercom/ubuntu-dev instead of codercom/ubuntu-dev-node12 is because yarn was producing an install error because of some deprecated .node packages.

This currently does not resolve #713 but aims to eventually solve that by providing a consistent environment.

I would like some help since I am getting this error:

- scripts/build.sh 
+ [[ linux-gnu == \d\a\r\w\i\n* ]]
scripts/build.sh: line 26: TARGET: unbound variable

when trying to build code-server through Sail. Is there a dependency that I need to add to the sail Dockerfile?

Copy link
Contributor

@nhooyr nhooyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You want to use yarn here instead of npm so no need for package-lock.json.

See https://github.com/cdr/code-server/blob/master/Dockerfile for the deps you want in the Sail dockerfile.

@nhooyr
Copy link
Contributor

nhooyr commented Sep 20, 2019

@roberthmiller We really appreciate your work here but for now we've determined its best not to add Sail to this repository.

@nhooyr nhooyr closed this Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to build latest releases
2 participants