Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions features/src/browsers/README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1 @@
# Browsers (browsers)

Installs various browsers and their dependencies.

## Example Usage

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/browsers:1.0.0": {
"chromeVersion": "none",
"useChromeForTesting": true,
"chromeDownloadUrl": "",
"chromeVersionsUrl": "",
"chromeTestingVersionsUrl": "",
"firefoxVersion": "none",
"firefoxDownloadUrl": "",
"firefoxVersionsUrl": "",
"firefoxVersionResolve": false
}
}
```

## Options

| Option | Description | Type | Default Value | Proposals |
|-----|-----|-----|-----|-----|
| chromeVersion | The version of the Chrome to install. | string | none | none, latest, 126 |
| useChromeForTesting | A flag to indicate if the Chrome for Testing or the default chrome should be used. | boolean | true | true, false |
| chromeDownloadUrl | Override Chrome download base URL. | string | <empty> | |
| chromeVersionsUrl | Override Chrome versions URL. | string | <empty> | |
| chromeTestingVersionsUrl | Override Chrome for Testing versions URL. | string | <empty> | |
| firefoxVersion | The version of the Firefox to install. | string | none | none, latest, 128 |
| firefoxDownloadUrl | Override Firefox download base URL. | string | <empty> | |
| firefoxVersionsUrl | Override Firefox versions URL. | string | <empty> | |
| firefoxVersionResolve | If true, resolves partial Firefox versions (e.g. 142.0) to the highest available patch version (e.g. 142.0.3). | boolean | false | true, false |

## Notes

### System Compatibility

Debian, Ubuntu

### Accessed Urls

Needs access to the following URL for downloading and resolving:
* https://dl.google.com
* https://versionhistory.googleapis.com
* https://googlechromelabs.github.io
* https://download-installer.cdn.mozilla.net
* https://product-details.mozilla.org

### Old Chrome Versions

It seems Google deletes old packages from time to time. So if you use a fixed version, make sure to keep it updated.