René's URL Explorer Experiment


Title: Docker image & e2e · Issue #5019 · angular/angular-cli · GitHub

Open Graph Title: Docker image & e2e · Issue #5019 · angular/angular-cli

X Title: Docker image & e2e · Issue #5019 · angular/angular-cli

Description: Hello, I'm making a docker image to build and test angular cli based applications. For now my Dockerfile is : FROM node:7 # Install angular-cli # https://www.npmjs.com/package/angular-cli RUN npm install -g @angular/cli@1.0.0-rc.0 # Inst...

Open Graph Description: Hello, I'm making a docker image to build and test angular cli based applications. For now my Dockerfile is : FROM node:7 # Install angular-cli # https://www.npmjs.com/package/angular-cli RUN npm i...

X Description: Hello, I'm making a docker image to build and test angular cli based applications. For now my Dockerfile is : FROM node:7 # Install angular-cli # https://www.npmjs.com/package/angular-cli RUN n...

Opengraph URL: https://github.com/angular/angular-cli/issues/5019

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Docker image \u0026 e2e","articleBody":"Hello,\r\n\r\nI'm making a docker image to build and test angular cli based applications.\r\nFor now my Dockerfile is :\r\n``` dockerfile\r\nFROM node:7\r\n\r\n# Install angular-cli\r\n# https://www.npmjs.com/package/angular-cli\r\nRUN npm install -g @angular/cli@1.0.0-rc.0\r\n\r\n# Install watchman\r\n# https://ember-cli.com/user-guide/#watchman\r\nRUN npm install -g watchman\r\n\r\n# Install typings\r\n# https://github.com/typings/typings\r\nRUN npm install -g typings\r\n\r\n# Install Yarn\r\n# https://yarnpkg.com/en/docs/install\r\nRUN apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg \u0026\u0026 \\\r\necho \"deb http://dl.yarnpkg.com/debian/ stable main\" | tee /etc/apt/sources.list.d/yarn.list \u0026\u0026 \\\r\napt-get update \u0026\u0026 apt-get install yarn\r\n\r\nWORKDIR /workspace\r\n```\r\n\r\nIt works pretty fine but `ng e2e` doesn't work, I've got this message for chrome :\r\n```\r\nwebpack: Compiled successfully.\r\n[14:41:30] I/direct - Using ChromeDriver directly...\r\n[14:41:30] I/launcher - Running 1 instances of WebDriver\r\n[14:41:30] E/launcher - Server terminated early with status 127\r\n[14:41:30] E/launcher - Error: Server terminated early with status 127\r\n    at /workspace/node_modules/selenium-webdriver/remote/index.js:242:20\r\n    at ManagedPromise.invokeCallback_ (/workspace/node_modules/selenium-webdriver/lib/promise.js:1379:14)\r\n    at TaskQueue.execute_ (/workspace/node_modules/selenium-webdriver/lib/promise.js:2913:14)\r\n    at TaskQueue.executeNext_ (/workspace/node_modules/selenium-webdriver/lib/promise.js:2896:21)\r\n    at asyncRun (/workspace/node_modules/selenium-webdriver/lib/promise.js:2775:27)\r\n    at /workspace/node_modules/selenium-webdriver/lib/promise.js:639:7\r\n    at process._tickCallback (internal/process/next_tick.js:103:7)\r\nFrom: Task: WebDriver.createSession()\r\n    at Function.createSession (/workspace/node_modules/selenium-webdriver/lib/webdriver.js:329:24)\r\n    at Driver (/workspace/node_modules/selenium-webdriver/chrome.js:778:38)\r\n    at Direct.getNewDriver (/workspace/node_modules/protractor/built/driverProviders/direct.js:70:26)\r\n    at Runner.createBrowser (/workspace/node_modules/protractor/built/runner.js:198:43)\r\n    at /workspace/node_modules/protractor/built/runner.js:277:30\r\n    at _fulfilled (/workspace/node_modules/q/q.js:834:54)\r\n    at self.promiseDispatch.done (/workspace/node_modules/q/q.js:863:30)\r\n    at Promise.promise.promiseDispatch (/workspace/node_modules/q/q.js:796:13)\r\n    at /workspace/node_modules/q/q.js:556:49\r\n    at runSingle (/workspace/node_modules/q/q.js:137:13)\r\n    at flush (/workspace/node_modules/q/q.js:125:13)\r\n    at _combinedTickCallback (internal/process/next_tick.js:67:7)\r\n    at process._tickCallback (internal/process/next_tick.js:98:9)\r\n[14:41:30] E/launcher - Process exited with error code 199\r\n```\r\n\r\nAnd for firefox I have :\r\n\r\n```\r\nwebpack: Compiled successfully.\r\n[14:44:40] I/direct - Using FirefoxDriver directly...\r\n[14:44:40] I/launcher - Running 1 instances of WebDriver\r\n[14:44:41] I/update - chromedriver: file exists /workspace/node_modules/protractor/node_modules/webdriver-manager/selenium/chromedriver_2.26linux64.zip\r\n[14:44:41] I/update - chromedriver: unzipping chromedriver_2.26linux64.zip\r\n[14:44:41] I/update - chromedriver: setting permissions to 0755 for /workspace/node_modules/protractor/node_modules/webdriver-manager/selenium/chromedriver_2.26\r\n[14:44:41] I/update - chromedriver: v2.26 up to date\r\n[14:44:41] E/launcher - Could not locate Firefox on the current system\r\n[14:44:41] E/launcher - Error: Could not locate Firefox on the current system\r\n    at found.then.found (/workspace/node_modules/selenium-webdriver/firefox/binary.js:115:11)\r\nFrom: Task: WebDriver.createSession()\r\n    at Function.createSession (/workspace/node_modules/selenium-webdriver/lib/webdriver.js:329:24)\r\n    at Driver (/workspace/node_modules/selenium-webdriver/firefox/index.js:386:38)\r\n    at Direct.getNewDriver (/workspace/node_modules/protractor/built/driverProviders/direct.js:76:26)\r\n    at Runner.createBrowser (/workspace/node_modules/protractor/built/runner.js:198:43)\r\n    at /workspace/node_modules/protractor/built/runner.js:277:30\r\n    at _fulfilled (/workspace/node_modules/q/q.js:834:54)\r\n    at self.promiseDispatch.done (/workspace/node_modules/q/q.js:863:30)\r\n    at Promise.promise.promiseDispatch (/workspace/node_modules/q/q.js:796:13)\r\n    at /workspace/node_modules/q/q.js:556:49\r\n    at runSingle (/workspace/node_modules/q/q.js:137:13)\r\n    at flush (/workspace/node_modules/q/q.js:125:13)\r\n    at _combinedTickCallback (internal/process/next_tick.js:67:7)\r\n    at process._tickCallback (internal/process/next_tick.js:98:9)\r\n[14:44:41] E/launcher - Process exited with error code 199\r\n```\r\n\r\nWhat am I missing ? For firefox, I guess I'm supposed to install it but node image is based on debian so there is iceweasel package instead of firefox.\r\nWhat do you suggest ?\r\n\r\nThanks !","author":{"url":"https://github.com/dorianboulch","@type":"Person","name":"dorianboulch"},"datePublished":"2017-02-26T13:49:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/5019/angular-cli/issues/5019"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2d371c8f-89cf-198a-a3ab-8f7e3b18772f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC4D6:320EB:56A7EE3:79C8587:6A4FA80B
html-safe-nonced35d2acb95827668d433872a3b9760d242289052a765dac2f2c674329d7352ca
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNEQ2OjMyMEVCOjU2QTdFRTM6NzlDODU4Nzo2QTRGQTgwQiIsInZpc2l0b3JfaWQiOiI0OTcyMzcxNTAyNTA4Nzc5NTMxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8c098e426548d7be1836a9d839c7c25292d1e7dad47d04de39526149ff9f23c9
hovercard-subject-tagissue:210319560
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-cli/5019/issue_layout
twitter:imagehttps://opengraph.githubassets.com/05fea10e79c2c72531e6e2255d313954c1d2d1b63b20db9d92e714189f607762/angular/angular-cli/issues/5019
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/05fea10e79c2c72531e6e2255d313954c1d2d1b63b20db9d92e714189f607762/angular/angular-cli/issues/5019
og:image:altHello, I'm making a docker image to build and test angular cli based applications. For now my Dockerfile is : FROM node:7 # Install angular-cli # https://www.npmjs.com/package/angular-cli RUN npm i...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedorianboulch
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
go-importgithub.com/angular/angular-cli git https://github.com/angular/angular-cli.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id36891867
octolytics-dimension-repository_nwoangular/angular-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id36891867
octolytics-dimension-repository_network_root_nwoangular/angular-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angular-cli/issues/5019#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F5019
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F5019
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangular-cli
Reloadhttps://github.com/angular/angular-cli/issues/5019
Reloadhttps://github.com/angular/angular-cli/issues/5019
Reloadhttps://github.com/angular/angular-cli/issues/5019
Please reload this pagehttps://github.com/angular/angular-cli/issues/5019
angular https://github.com/angular
angular-clihttps://github.com/angular/angular-cli
Notifications https://github.com/login?return_to=%2Fangular%2Fangular-cli
Fork 11.9k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Star 27k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Code https://github.com/angular/angular-cli
Issues 276 https://github.com/angular/angular-cli/issues
Pull requests 26 https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security and quality 5 https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
Code https://github.com/angular/angular-cli
Issues https://github.com/angular/angular-cli/issues
Pull requests https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security and quality https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
Docker image & e2ehttps://github.com/angular/angular-cli/issues/5019#top
https://github.com/dorianboulch
dorianboulchhttps://github.com/dorianboulch
on Feb 26, 2017https://github.com/angular/angular-cli/issues/5019#issue-210319560
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.