-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add disclaimer for Windows ARM support as experimental
Signed-off-by: Austin Vazquez <[email protected]>
- Loading branch information
1 parent
2b9fe9c
commit 6f90b20
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -133,6 +133,14 @@ Once you have installed the credential helper, see the | |
[Configuration section](#configuration) for instructions on how to configure | ||
Docker to work with the helper. | ||
|
||
### Windows | ||
Windows executables are available via [GitHub releases](https://github.com/awslabs/amazon-ecr-credential-helper/releases). | ||
|
||
> [!NOTE] | ||
> Windows ARM support is considered [experimental](#experimental-features). | ||
> | ||
> See https://github.com/awslabs/amazon-ecr-credential-helper/issues/795 | ||
### From Source | ||
To build and install the Amazon ECR Docker Credential Helper, we suggest Go | ||
1.19 or later, `git` and `make` installed on your system. | ||
|
@@ -295,6 +303,19 @@ Logs from the Amazon ECR Docker Credential Helper are stored in `~/.ecr/log`. | |
For more information about Amazon ECR, see the the | ||
[Amazon Elastic Container Registry User Guide](http://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.html). | ||
|
||
## Experimental features | ||
|
||
Features marked as experimental are optionally made available to users to test and provide feedback. | ||
|
||
If you test any experimental feaures, you can give feedback via the feature's tracking issue regarding: | ||
* Your experience with the feature | ||
* Issues or problems | ||
* Suggested improvements | ||
|
||
Experimental features are incomplete in design and implementation. Backwards incompatible | ||
changes may be introduced at any time or support dropped entirely. Therefore experimental | ||
features are **not recommended** for use in production environments. | ||
|
||
## Security disclosures | ||
|
||
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]). | ||
|