You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Windows Server Core 2016 | aws/codebuild/windows\-base:2\.0 | N/A |
15
+
| Windows Server Core 2019 | aws/codebuild/windows\-base:2019\-1\.0 | N/A |
15
16
16
-
¹ No longer maintained after June, 2020\.
17
+
¹ No longer maintained after June 2020\.
17
18
18
19
The latest version of each image is cached\. If you specify a more specific version, then CodeBuild provisions that version instead of the cached version\. This can result in longer build times\. For example, to benefit from caching, specify `aws/codebuild/amazonlinux2-x86_64-standard:3.0` instead of a more granular version, such as `aws/codebuild/amazonlinux2-x86_64-standard:3.0-1.0.0`\.
19
20
@@ -28,7 +29,7 @@ AWS CodeBuild manages the following Docker images that are available in the Code
28
29
**Note**
29
30
The `aws/codebuild/amazonlinux2-aarch64-standard:1.0` image does not support the Android Runtime \(ART\)\.
30
31
31
-
The base image of the Windows Server Core 2016 contains the following runtimes\.
32
+
The base image of the Windows Server Core 2016 contains the following runtimes\.
32
33
33
34
34
35
| Runtime name | Version in `windows-base:2.0`|
@@ -41,8 +42,22 @@ The `aws/codebuild/amazonlinux2-aarch64-standard:1.0` image does not support the
41
42
| python | 3\.7 |
42
43
| ruby | 2\.6 |
43
44
45
+
The base image of the Windows Server Core 2019 contains the following runtimes\.
46
+
47
+
48
+
| Runtime name | Version in `windows-base:2019-1.0`|
49
+
| --- | --- |
50
+
| dotnet | 3\.1\.3 |
51
+
| golang | 1\.14 |
52
+
| nodejs | 12\.18 |
53
+
| java | corretto11 |
54
+
| php | 7\.3, 7\.4 |
55
+
| powershell | 7\.0\.2 |
56
+
| python | 3\.7, 3\.8 |
57
+
| ruby | 2\.7 |
58
+
44
59
**Note**
45
-
The base image of the Windows Server Core 2016 platform is available in the US East \(N\. Virginia\), US East \(Ohio\), US West \(Oregon\), and Europe \(Ireland\)regions only\.
60
+
The base image of the Windows Server Core 2016 and Windows Server Core 2016 platforms are available in the US East \(N\. Virginia\), US East \(Ohio\), US West \(Oregon\), and Europe \(Ireland\)Regions only\.
46
61
47
62
You can use a build specification to install other components \(for example, the AWS CLI, Apache Maven, Apache Ant, Mocha, RSpec, or similar\) during the `install` build phase\. For more information, see [Buildspec example](build-spec-ref.md#build-spec-ref-example)\.
Copy file name to clipboardExpand all lines: doc_source/build-env-ref-cmd.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ You can specify any Shell Command Language \(sh\) command\. In buildspec version
13
13
14
14
If CodeBuild encounters an error, the error might be more difficult to troubleshoot compared to running a single command in its own instance of the default shell\.
15
15
16
-
Commands that are run in a Windows Server Core 2016 image use the Powershell shell\.
16
+
Commands that are run in a Windows Server Core 2016 image use the PowerShell shell\.
Copy file name to clipboardExpand all lines: doc_source/build-env-ref-compute-types.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ The disk space listed for each build environment is available only in the direct
18
18
19
19
**Note**
20
20
Some environment and compute types have limitations:
21
-
The environment type `LINUX_GPU_CONTAINER` is available only in regions US East \(N\. Virginia\), US West \(Oregon\), Canada \(Central\), Europe \(Ireland\), Europe \(London\), Europe \(Frankfurt\), Asia Pacific \(Tokyo\), Asia Pacific \(Seoul\), Asia Pacific \(Singapore\), Asia Pacific \(Sydney\), China \(Beijing\), and China \(Ningxia\)\.
22
-
The environment type `ARM_CONTAINER` is available only in regions US East \(N\. Virginia\), US East \(Ohio\), US West \(Oregon\), Europe \(Ireland\), Asia Pacific \(Mumbai\), Asia Pacific \(Tokyo\), Asia Pacific \(Sydney\), and Europe \(Frankfurt\)\.
23
-
The compute type `build.general1.2xlarge` is available only in regions US East \(N\. Virginia\), US East \(Ohio\), US West \(N\. California\), US West \(Oregon\), Canada \(Central\), South America \(São Paulo\), Europe \(Stockholm\), Europe \(Ireland\), Europe \(London\), Europe \(Paris\), Europe \(Frankfurt\), Middle East \(Bahrain\), Asia Pacific \(Hong Kong\), Asia Pacific \(Tokyo\), Asia Pacific \(Seoul\), Asia Pacific \(Singapore\), Asia Pacific \(Sydney\), Asia Pacific \(Mumbai\), China \(Beijing\), and China \(Ningxia\)\.
21
+
The environment type `LINUX_GPU_CONTAINER` is available only in Regions US East \(N\. Virginia\), US West \(Oregon\), Canada \(Central\), Europe \(Ireland\), Europe \(London\), Europe \(Frankfurt\), Asia Pacific \(Tokyo\), Asia Pacific \(Seoul\), Asia Pacific \(Singapore\), Asia Pacific \(Sydney\), China \(Beijing\), and China \(Ningxia\)\.
22
+
The environment type `ARM_CONTAINER` is available only in Regions US East \(N\. Virginia\), US East \(Ohio\), US West \(Oregon\), Europe \(Ireland\), Asia Pacific \(Mumbai\), Asia Pacific \(Tokyo\), Asia Pacific \(Sydney\), and Europe \(Frankfurt\)\.
23
+
The compute type `build.general1.2xlarge` is available only in Regions US East \(N\. Virginia\), US East \(Ohio\), US West \(N\. California\), US West \(Oregon\), Canada \(Central\), South America \(São Paulo\), Europe \(Stockholm\), Europe \(Ireland\), Europe \(London\), Europe \(Paris\), Europe \(Frankfurt\), Middle East \(Bahrain\), Asia Pacific \(Hong Kong\), Asia Pacific \(Tokyo\), Asia Pacific \(Seoul\), Asia Pacific \(Singapore\), Asia Pacific \(Sydney\), Asia Pacific \(Mumbai\), China \(Beijing\), and China \(Ningxia\)\.
24
24
For the compute type `build.general1.2xlarge`, Docker images up to 100 GB uncompressed are supported\.
25
25
26
26
27
27
**Operating system: Windows**
28
28
29
29
| Compute type | computeType value | Memory | vCPUs | Disk space | Environment type |
For custom build environment images, CodeBuild supports Docker images up to 50 GB uncompressed in Linux and Windows, regardless of the compute type\. To check your build image's size, use Docker to run the `docker images REPOSITORY:TAG` command\.
Copy file name to clipboardExpand all lines: doc_source/create-project-cli.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@ Docker layer cache mode is available for Linux only\. If you choose it, your pro
298
298
+ `LINUX_CONTAINER`
299
299
+ `LINUX_GPU_CONTAINER`
300
300
+ `WINDOWS_CONTAINER`
301
+
+ `WINDOWS_SERVER_2019_CONTAINER`
301
302
+ *image*: Required\. The Docker image identifier used by this build environment\. Typically, this identifier is expressed as *image\-name*:*tag*\. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this could be `aws/codebuild/standard:4.0`\. In Docker Hub, `maven:3.3.9-jdk-8`\. In Amazon ECR, `account-id.dkr.ecr.region-id.amazonaws.com/your-Amazon-ECR-repo-name:tag`\. For more information, see [Docker images provided by CodeBuild](build-env-ref-available.md)\.
302
303
+ *computeType*: Required\. A category that corresponds to the number of CPU cores and memory used by this build environment\. Allowed values include:
Copy file name to clipboardExpand all lines: doc_source/history.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
The following table describes the important changes to the documentation since the last release of AWS CodeBuild\. For notification about updates to this documentation, you can subscribe to an RSS feed\.
4
4
+**Latest API version:** 2016\-10\-06
5
-
+**Latest documentation update: **May 29, 2020
5
+
+**Latest documentation update: **July 20, 2020
6
6
7
7
| Change | Description | Date |
8
8
| --- |--- |--- |
9
-
|[Updated topic](#history)| CodeBuild now supports specifying a shell to use in their build environments in the buildspec file\. For more information, see [Build specification reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html)\.| June 25, 2020 |
9
+
|[Windows Server 2019 image](#history)| CodeBuild now provides a Windows Server Core 2019 build image\. For more information, see [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html)\.| July 20, 2020 |
10
+
|[Session Manager](#history)| CodeBuild now allows you to pause a running build and then use AWS Systems Manager Session Manager to connect to the build container and view the state of the container\. For more information, see [Session Manager](https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html)\.| July 20, 2020 |
11
+
|[Updated topic](#history)| CodeBuild now supports specifying a shell to use in their build environments in the buildspec file\. For more information, see [Build specification reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html)\.| June 25, 2020 |
10
12
|[Test reporting with test frameworks](#history)| Added several topics the describe how to generate CodeBuild test reports with several test frameworks\. For more information, see [Test reporting with test frameworks](https://docs.aws.amazon.com/codebuild/latest/userguide/test-framework-reporting.html)\.| May 29, 2020 |
11
13
|[Updated topics](#history)| CodeBuild now supports adding tags to report groups\. For more information, see [ReportGroup](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ReportGroup.html)\.| May 21, 2020 |
12
14
|[Support for test reporting](#history)| CodeBuild support for test reporting is now generally available\.| May 21, 2020 |
Copy file name to clipboardExpand all lines: doc_source/sample-windows.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Microsoft Windows samples for CodeBuild<aname="sample-windows"></a>
2
2
3
-
These samples use an AWS CodeBuild build environment running Microsoft Windows Server 2016, the \.NET Framework, and the \.NET Core SDK to build executables file out of code written in C\#, F\#, and Visual Basic\.
3
+
These samples use an AWS CodeBuild build environment running Microsoft Windows Server 2019, the \.NET Framework, and the \.NET Core SDK to build executables file out of code written in C\#, F\#, and Visual Basic\.
4
4
5
5
**Important**
6
6
Running these samples might result in charges to your AWS account\. These include possible charges for CodeBuild and for AWS resources and actions related to Amazon S3, AWS KMS, and CloudWatch Logs\. For more information, see [CodeBuild pricing](http://aws.amazon.com/codebuild/pricing), [Amazon S3 pricing](http://aws.amazon.com/s3/pricing), [AWS Key Management Service pricing](http://aws.amazon.com/kms/pricing), and [Amazon CloudWatch pricing](http://aws.amazon.com/cloudwatch/pricing)\.
@@ -32,8 +32,8 @@ If you are using an S3 input bucket, be sure to create a ZIP file that contains
0 commit comments