-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- the CL https://chromium-review.googlesource.com/c/chromium/src/+/952522 introduced a security check which makes it necessary to access the chrome containers with IP addresses. The --hosts parameter resolves the given hosts and constructs URLs. fixed a few silly bugs concerning the parameter handling
- Loading branch information
1 parent
17651cf
commit 117c5e3
Showing
1,425 changed files
with
327,010 additions
and
134,855 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/knq/chromedp" | ||
name = "github.com/chromedp/chromedp" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
|
||
docker-compose up --build --remove-orphans | ||
|
||
curl -d @test.svg http://localhost:8001/api/v1/proxy/namespaces/admin/services/svg2png:80/v1/png > test.png | ||
# TEST | ||
|
||
curl -d @test.svg http://localhost:8544/v1/png > test.png | ||
|
||
# TODO | ||
|
||
Split chrome runners into seperate pods to enable autoscaling | ||
-> needs support for a resizable, remote pool, not included in knq/chromedp | ||
-> needs support for a resizable, remote pool, not included in chromedp/chromedp |
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
Oops, something went wrong.