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

Update local Dockerfile used for spec changes to be in line with github workflows #19718

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

yilinwei
Copy link
Contributor

Currently the local server for the spec fails to build with the same issue as in #19288 on a fresh docker build.

This is the minimum amount of changes to actually get the spec building for users to make changes. I highly recommend updating all the versions when #19716 is finished.

RUN gem install sass-embedded -v 1.58.0
RUN gem install bundler:1.17.2 jekyll
RUN gem install bundler:2.3.5
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The bundler file we have is built using this version according to the logs. Bumping this means that we don't need to pull a second version.

@@ -7,9 +7,11 @@ RUN apt-get install -y curl \
&& apt-get install -y nodejs \
&& curl -L https://www.npmjs.com/install.sh | sh

RUN gem update --system
RUN gem install "rubygems-update:<3.5" --no-document
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Taken directly from the spec.yml

@yilinwei yilinwei changed the title Update local Dockerfile to be in line with github workflows Update local Dockerfile used for spec changes to be in line with github workflows Feb 18, 2024
Copy link
Member

@bishabosha bishabosha left a comment

Choose a reason for hiding this comment

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

Thanks for doing this! I was able to build it locally in docker

@bishabosha bishabosha merged commit 4e6a502 into scala:main Feb 21, 2024
19 checks passed
@Kordyjan Kordyjan added this to the 3.4.2 milestone Mar 28, 2024
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.

3 participants