-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix: building image failure #2355
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
takaishi
commented
Jun 19, 2024
•
edited
Loading
edited
- Fix conflicting ruby version between Dockerfile and Gemfile. The ruby version is specified in .ruby-version, so it's unnecessary.
- Revert dockerfile syntax version. When using 1.8, assets:precompile fails (why !?!?!?)
- Add .ruby-version to target of renovate
The ruby version is specified in .ruby-version, so it's unnecessary.
gitops-for-cloudnativedays
bot
added
the
reviewapps
Build ReviewApp environment automatically if this label is granted
label
Jun 19, 2024
gitops-for-cloudnativedays bot
pushed a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 19, 2024
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 19, 2024
commit: cloudnativedaysjp/dreamkast@c3dae53 Co-authored-by: GitHub Action <[email protected]>
takaishi
removed
the
reviewapps
Build ReviewApp environment automatically if this label is granted
label
Jun 19, 2024
Simplecov Report
|
gitops-for-cloudnativedays
bot
added
the
reviewapps
Build ReviewApp environment automatically if this label is granted
label
Jun 19, 2024
gitops-for-cloudnativedays bot
pushed a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 19, 2024
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 19, 2024
commit: cloudnativedaysjp/dreamkast@7b495ab Co-authored-by: GitHub Action <[email protected]>
gitops-for-cloudnativedays bot
pushed a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 22, 2024
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 22, 2024
commit: cloudnativedaysjp/dreamkast@11587e9 Co-authored-by: GitHub Action <[email protected]>
gitops-for-cloudnativedays bot
pushed a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 22, 2024
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 22, 2024
commit: cloudnativedaysjp/dreamkast@b27c286 Co-authored-by: GitHub Action <[email protected]>
> [asset-compile 16/16] RUN --mount=type=cache,uid=1000,target=/app/tmp/cache SECRET_KEY_BASE=hoge RAILS_ENV=production DB_ADAPTER=nulldb bin/rails assets:precompile: 45.61 ERROR in ./app/javascript/stylesheets/cndt2023.scss (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/src??ref--6-2!./node_modules/sass-loader/dist/cjs.js??ref--6-3!./app/javascript/stylesheets/cndt2023.scss) 45.61 Module build failed (from ./node_modules/postcss-loader/src/index.js): 45.61 Error: No PostCSS Config found in: /app 45.61 at /app/node_modules/postcss-load-config/src/index.js:91:15 45.61
takaishi
force-pushed
the
adjust-ruby-version
branch
from
June 22, 2024 01:10
b27c286
to
99322b6
Compare
gitops-for-cloudnativedays bot
pushed a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 22, 2024
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jun 22, 2024
commit: cloudnativedaysjp/dreamkast@99322b6 Co-authored-by: GitHub Action <[email protected]>
takaishi
changed the title
remove ruby version from Gemfile
fix: building image failure
Jun 22, 2024
jacopen
approved these changes
Jun 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.