Skip to content

Commit 0eef5d8

Browse files
authored
Merge pull request #910 from buildkite/keithduncan/add-feature-matrix
Add feature matrix to README
2 parents 486db91 + 253fcfe commit 0eef5d8

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

README.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,30 @@ aws cloudformation create-stack \
3434
--parameters "$(cat config.json)"
3535
```
3636

37+
## Supported Features
38+
39+
Most features are supported across both Linux and Windows. See below for details
40+
of per-operating system support:
41+
42+
Feature | Linux | Windows
43+
--- | --- | ---
44+
Docker | ✅ | ✅
45+
Docker Compose | ✅ | ✅
46+
AWS CLI | ✅ | ✅
47+
S3 Secrets Bucket | ✅ | ✅
48+
ECR Login | ✅ | ✅
49+
Docker Login | ✅ | ✅
50+
CloudWatch Logs Agent | ✅ | ✅
51+
Per-Instance Bootstrap Script | ✅ | ✅
52+
🧑‍🔬 git-mirrors experiment | ✅ | ✅
53+
SSM Access | ✅ | ✅
54+
SSH Access | ✅ |
55+
Periodic authorized_keys Refresh | ✅ |
56+
Periodic Instance Health Check | ✅ |
57+
git lfs | ✅ |
58+
Additional sudo Permissions | ✅ |
59+
RDP Access | | ✅
60+
3761
## Security
3862

3963
This repository hasn't been reviewed by security researchers so exercise caution and careful thought with what credentials you make available to your builds.
@@ -74,9 +98,9 @@ make packer
7498
This will boot and image three AWS EC2 instances in your account’s `us-east-1`
7599
default VPC:
76100

77-
- Linux amd64
78-
- Linux arm64
79-
- Windows amd64
101+
- Linux (64-bit x86)
102+
- Linux (64-bit Arm)
103+
- Windows (64-bit x86)
80104

81105
## Support Policy
82106

@@ -95,9 +119,9 @@ We aim to support new regions within one month of general availability.
95119

96120
We build and deploy the following AMIs to all our supported regions:
97121

98-
- Amazon Linux 2 (x86_64)
99-
- Amazon Linux 2 (arm64)
100-
- Windows Server 2019 (x86_64)
122+
- Amazon Linux 2 (64-bit x86)
123+
- Amazon Linux 2 (64-bit Arm)
124+
- Windows Server 2019 (64-bit x86)
101125

102126
### Buildkite Agent
103127

0 commit comments

Comments
 (0)