2
2
3
3
copyright :
4
4
years : 2022
5
- lastupdated : " 2022-01-07 "
5
+ lastupdated : " 2022-01-13 "
6
6
7
7
keywords : build for code engine, planning for code engine, source code building for code engine, source code repositories and code engine, image builds for code engine, container image builds for code engine, build strategy for code engine, build size for code engine, build, build run, source repository, image registry
8
8
@@ -25,7 +25,7 @@ A build, or image build, is a mechanism that you can use to create a container i
25
25
## Prepare your source location
26
26
{: #build-plan-repo}
27
27
28
- To give {{site.data.keyword.codeengineshort}} access to your source code, you need to make it available in a Git repository
28
+ To give {{site.data.keyword.codeengineshort}} access to your source code, you need to make it available in a Git repository.
29
29
{: shortdesc}
30
30
31
31
Git repository
@@ -51,13 +51,13 @@ When you pull an image from Docker Hub to use with apps or jobs in Code Engine,
51
51
52
52
| Runtime | Version | Samples |
53
53
| --------- | ------- | ------- |
54
- | Go | 1.16.9 | [ Go samples] ( https://github.com/paketo-buildpacks/samples/tree/main/go ) {: external}. |
54
+ | Go | 1.16.12 | [ Go samples] ( https://github.com/paketo-buildpacks/samples/tree/main/go ) {: external}. |
55
55
| Java | 11.0.13 | [ Java samples] ( https://github.com/paketo-buildpacks/samples/tree/main/java ) {: external}. |
56
- | Node.js | 16.13.0 | [ Node.js samples] ( https://github.com/paketo-buildpacks/samples/tree/main/nodejs ) {: external}. |
56
+ | Node.js | 16.13.1 | [ Node.js samples] ( https://github.com/paketo-buildpacks/samples/tree/main/nodejs ) {: external}. |
57
57
| PHP | 8.0.13 | [ PHP samples] ( https://github.com/paketo-buildpacks/samples/tree/main/php ) {: external}. |
58
58
| Python | 3.8.12 | [ Python samples] ( https://github.com/paketo-buildpacks/samples/tree/main/python ) {: external}. |
59
- | Ruby | 2.7.4 | [ Ruby samples] ( https://github.com/paketo-buildpacks/samples/tree/main/ruby ) {: external}. |
60
- | .NET Core | 5 .0.403 (.NET Core SDK), \n 5 .0.12 (.NET Core Runtime) | [ .NET Core samples] ( https://github.com/paketo-buildpacks/samples/tree/main/dotnet-core ) {: external}. |
59
+ | Ruby | 2.7.5 | [ Ruby samples] ( https://github.com/paketo-buildpacks/samples/tree/main/ruby ) {: external}. |
60
+ | .NET Core | 6 .0.101 (.NET Core SDK), \n 6 .0.1 (.NET Core Runtime) | [ .NET Core samples] ( https://github.com/paketo-buildpacks/samples/tree/main/dotnet-core ) {: external}. |
61
61
{: caption="Runtime sample files" caption-side="top"}
62
62
63
63
0 commit comments