Skip to content

Commit

Permalink
Pin Loki's chrome docker image to a fixed version
Browse files Browse the repository at this point in the history
- latest will fail with `read ECONNRESET` otherwise
  • Loading branch information
cee-chen committed Oct 14, 2024
1 parent 33bf1b7 commit ac3a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eui/loki.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
// Please keep in sync with .storybook/loki.ts
chromeSelector: '#story-wrapper > *',
chromeRetries: 3,
chromeDockerImage: 'yukinying/chrome-headless-browser-stable:latest',
chromeDockerImage: 'yukinying/chrome-headless-browser-stable:118.0.5993.117', // Loki does not work with latest Chrome images and must be pinned
chromeFlags: '--headless --disable-gpu --hide-scrollbars --force-prefers-reduced-motion',
configurations: {
'chrome.desktop': {
Expand Down

0 comments on commit ac3a796

Please sign in to comment.