Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

"alpeware/chrome-headless-trunk:rev-599821" not found #45

Open
mpalpha opened this issue Jun 6, 2019 · 0 comments
Open

"alpeware/chrome-headless-trunk:rev-599821" not found #45

mpalpha opened this issue Jun 6, 2019 · 0 comments

Comments

@mpalpha
Copy link

mpalpha commented Jun 6, 2019

to the tests to run I had to go into "/cromium/Dockerfile" line 1, and change

"FROM alpeware/chrome-headless-trunk:rev-599821"

to

"FROM alpeware/chrome-headless-trunk"

and in "src/utils/dockerChrome.js" comment out lines 125-128

// const data = readFileSync(dockerFilePath, { encoding: 'utf-8' });
// const previousTag = data.match(/:(.*)/)[1]; // get everything after : on same line
// const newData = data.replace(previousTag, latestTag);
// writeFileSync(dockerFilePath, newData, { encoding: 'utf-8' });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant