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

[RFE] Build including local gems #60

Open
filbranden opened this issue Jan 8, 2019 · 0 comments
Open

[RFE] Build including local gems #60

filbranden opened this issue Jan 8, 2019 · 0 comments

Comments

@filbranden
Copy link

Hi,

This is a request for enhancement, a new feature.

I've been using docker-github-pages to test changes in some of the Ruby components (more specifically, jekyll/github-metadata), but I've been using a dirty hack to put the bits into the container, with this Dockerfile:

FROM starefossen/github-pages:latest
COPY github-metadata/lib/ /usr/local/bundle/gems/jekyll-github-metadata-2.9.4/lib/

I tried to do this in a cleaner way but didn't really find a good way to do so...

Would it be possible to provide a separate Dockerfile (similar to "onbuild" perhaps) that would take additional Ruby Gems from a local repository and use them in the build or upgrade the Gems in the container to those in the local repository? That, together with instructions on how to include additional Gems would be really useful in using this container to develop Jekyll plugins for GitHub pages, without the burden of setting up a local environment for it...

Thanks!
Filipe

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

No branches or pull requests

1 participant