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

Replace image with Ruby:2.7+ #631

Open
ckenst opened this issue Jul 20, 2023 · 0 comments
Open

Replace image with Ruby:2.7+ #631

ckenst opened this issue Jul 20, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@ckenst
Copy link
Member

ckenst commented Jul 20, 2023

GitHub doesn't allow going beyond Jekyll 3.9. Other dependencies (like activesupport) need later versions of Ruby such as 2.7. For this reason we need to create our own image or rebuild our docker-compose file to allow the use a generic ruby image and then mount and install the jekyll dependencies.

version: "2"
services:
  testingconferences:
    image: jekyll/jekyll:3.8.6
    container_name: tcorg
    ports:
      - 4000:4000 # jekyll ui
    command: sh -c "bundle install && jekyll serve"
    restart: unless-stopped
    platform: linux/amd64
    volumes:
      - ./:/srv/jekyll
@ckenst ckenst added the dependencies Pull requests that update a dependency file label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant