jupyterhub / repo2docker-action

A GitHub action to build data science environment images with repo2docker and push them to registries.
MIT License
142 stars 28 forks source link

Document that you need to copy `image-tests` into the docker image yourself if using a DockerFile #123

Closed jnywong closed 5 months ago

jnywong commented 5 months ago

@batpad @sunu I think if https://github.com/sunu/ghg-workshop-python-image/pull/1 passes tests, then we can add documentation to https://github.com/jupyterhub/repo2docker-action?tab=readme-ov-file#testing-the-built-image to the effect of:

  1. If you're using a Dockerfile, you need to copy image-tests into the docker image yourself
  2. You have to make sure the ownership of that is 'correct', and suggest using COPY --chown for that

Originally posted by @yuvipanda in https://github.com/jupyterhub/repo2docker-action/issues/111#issuecomment-2127825659