Ivan Krutov
Ivan Krutov
@jesinnott could be a bug in Chrome \ Chromedriver. They are happening from time to time. Can't find an issue for the moment.
@Dor-bl yep, for some reason they removed this package. We are only using it to minify our binaries, so it's safe to comment installation of upx-ucl and upx command call...
@lionelnicolas are you using recent source code?
@b-r-a-v-o I think that's a false positive. You can check source code and make sure we don't have any files like this.
@alexintech you mean this section?
@linjin-harvey this is actually implemented, but this exact version `120.0.6099.216` is not present in their index file. https://github.com/aerokube/images/blob/master/build/chrome.go#L227
@aaggarwal-sumo we never tried building ARM image for Firefox.
@Gevorgisk will the same work with more recent browser version in Moon?
@Gevorgisk I would send a support request to Slack team first. It seems that they consider some user agents as outdated.
``` const { chromium } = require('playwright'); (async () => { var browser = await chromium.connect({ timeout: 0, wsEndpoint: 'ws://moon.aerokube.local/playwright/chrome/playwright-1.46.1?headless=false' }); const page = await browser.newPage(); await page.goto('https://kernel.org/'); const downloadPromise...