Skip to content
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

Create a Dockerfile for contributing #9105

Open
Alex-Cannon opened this issue Oct 26, 2019 · 15 comments
Open

Create a Dockerfile for contributing #9105

Alex-Cannon opened this issue Oct 26, 2019 · 15 comments

Comments

@Alex-Cannon
Copy link

🚀 Dockerfile for contributing to Jest

Create a DockerFile to run jest.

Motivation

It would be nice to have a option to run Jest with a one-click command instead of having to do any manual setup.

  • I'd be happy to create a DockerFile for Jest and matching documentation.

Example

I imagine something along the lines of this (may not be semantically correct):

docker build . /
docker run jest

Pitch

  • Make contributing easier & faster by removing manual setup (installing, having to deal with differences between Node versions, yarn, OS differences, etc.)
  • Allow all contributors to develop Jest in the exact same environment to reduce the number of platform-specific bugs.
@Alex-Cannon Alex-Cannon changed the title Add a Dockerfile for contributing Create a Dockerfile for contributing Oct 26, 2019
@SimenB
Copy link
Member

SimenB commented Oct 27, 2019

sure, no reason not to, methinks. feel free to open up a PR 🙂

@AbdoliMR
Copy link

@SimenB I can do it.

@github-actions
Copy link

This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 25, 2022
@evanrittenhouse
Copy link

@SimenB Hi, is this issue still open? I see that there's been a PR open for a few years. Would love to take it on if it is.

@github-actions
Copy link

This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Mar 13, 2023
@Ksj14-kumar
Copy link

Hi @SimenB, is anyone working on this issue? if no please assign it to me I can do it.

@github-actions github-actions bot removed the Stale label Apr 2, 2023
@ashutosh887
Copy link

I would like to work on this issue

@Aryangp
Copy link

Aryangp commented Jul 13, 2023

hey can i work on this issue @Alex-Cannon

@abhijeetgauravm
Copy link

I would like to work on this issue!

@mdeshpande12
Copy link

@Alex-Cannon if no one is working on this issue, I'd like to work on it

@Tweniee
Copy link

Tweniee commented Dec 6, 2023

is this issue still open?

@KunalKumar-1
Copy link

is it still open ?

@lovedayikegbulam
Copy link

I will like to work on this issue

@Sooraj2003
Copy link

I would love to work on this issue,Can u assign me

@mzhubail
Copy link

mzhubail commented Jul 30, 2024

@SimenB

From what I can find, the docker file was almost done in #13009, but was held back because yarn watch command was not working.

Would it be of interest if I try to make it work with docker compose watch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet