Skip to content

Commit 2645e05

Browse files
Update tutorials (#226)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 8cb7da4 commit 2645e05

9 files changed

Lines changed: 186 additions & 186 deletions

File tree

docs/dotnet/README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ $ pack builder inspect heroku/builder:26 | awk '/^Buildpacks:/ {flag=1} /^Detect
6565
Buildpacks:
6666
ID NAME VERSION HOMEPAGE
6767
heroku/deb-packages Heroku .deb Packages 1.0.0 https://github.com/heroku/buildpacks-deb-packages
68-
heroku/dotnet Heroku .NET 1.0.9 https://github.com/heroku/buildpacks-dotnet
68+
heroku/dotnet Heroku .NET 1.0.11 https://github.com/heroku/buildpacks-dotnet
6969
heroku/go Heroku Go 2.2.3 https://github.com/heroku/buildpacks-go
7070
heroku/gradle Heroku Gradle 7.0.11 https://github.com/heroku/buildpacks-jvm
7171
heroku/java Heroku Java 7.0.11 https://github.com/heroku/buildpacks-jvm
7272
heroku/jvm Heroku OpenJDK 7.0.11 https://github.com/heroku/buildpacks-jvm
7373
heroku/maven Heroku Maven 7.0.11 https://github.com/heroku/buildpacks-jvm
74-
heroku/nodejs Heroku Node.js 5.7.2 https://github.com/heroku/buildpacks-nodejs
75-
heroku/php Heroku PHP 1.6.1 https://github.com/heroku/buildpacks-php
74+
heroku/nodejs Heroku Node.js 5.7.4 https://github.com/heroku/buildpacks-nodejs
75+
heroku/php Heroku PHP 1.6.2 https://github.com/heroku/buildpacks-php
7676
heroku/procfile Heroku Procfile 4.2.2 https://github.com/heroku/buildpacks-procfile
7777
heroku/python Heroku Python 6.5.1 https://github.com/heroku/buildpacks-python
7878
heroku/ruby Heroku Ruby 12.4.0 https://github.com/heroku/buildpacks-ruby
@@ -136,7 +136,7 @@ $ pack build my-image-name --path .
136136
Image with name "my-image-name" not found
137137
===> DETECTING
138138
2 of 3 buildpacks participating
139-
heroku/dotnet 1.0.9
139+
heroku/dotnet 1.0.11
140140
heroku/procfile 4.2.2
141141
===> RESTORING
142142
Skipping buildpack layer analysis
@@ -150,7 +150,7 @@ Skipping buildpack layer analysis
150150
- Detected version requirement: `^10.0`
151151
- Resolved .NET SDK version `10.0.300` (linux-amd64)
152152
- SDK installation
153-
- Downloading SDK from https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-x64.tar.gz .......... (7.2s)
153+
- Downloading SDK from https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-x64.tar.gz .... (1.7s)
154154
- Verifying SDK checksum
155155
- Installing SDK
156156
- Restore .NET tools
@@ -163,14 +163,14 @@ Skipping buildpack layer analysis
163163
164164
Restore was successful.
165165
166-
- Done (1.5s)
166+
- Done (1.7s)
167167
- Publish app
168168
- Running `dotnet publish /workspace/GettingStarted.slnx --runtime linux-x64 "-p:PublishDir=bin/publish" --artifacts-path /tmp/build_artifacts`
169169
170170
Determining projects to restore...
171171
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
172172
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
173-
Restored /workspace/Frontend/Frontend.csproj (in 3.3 sec).
173+
Restored /workspace/Frontend/Frontend.csproj (in 4.61 sec).
174174
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
175175
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
176176
Frontend -> /tmp/build_artifacts/bin/Frontend/release_linux-x64/Frontend.dll
@@ -182,13 +182,13 @@ Skipping buildpack layer analysis
182182
Done. Migrations Bundle: /workspace/Frontend/bin/publish/efbundle
183183
Don't forget to copy appsettings.json alongside your bundle if you need it to apply migrations.
184184
185-
- Done (20.0s)
185+
- Done (21.3s)
186186
- Process types
187187
- Detecting process types from published artifacts
188188
- Found `web`: bash -c cd Frontend/bin/publish; ./Frontend --urls http://*:$PORT
189189
- Procfile detected
190190
- Skipping process type registration (add process types to your Procfile as needed)
191-
- Done (finished in 32.0s)
191+
- Done (finished in 28.4s)
192192
193193
## Procfile Buildpack
194194
@@ -208,7 +208,7 @@ Adding label 'io.buildpacks.project.metadata'
208208
Adding label 'io.buildpacks.exec-env'
209209
Setting default process type 'web'
210210
Saving my-image-name...
211-
*** Images (462a8ac96cca):
211+
*** Images (c253ce254c3f):
212212
my-image-name
213213
Adding cache layer 'heroku/dotnet:nuget-cache'
214214
Adding cache layer 'heroku/dotnet:sdk'
@@ -223,7 +223,7 @@ Verify that you see “Successfully built image my-image-name” at the end of t
223223

224224
```
225225
$ docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}" | grep my-image-name
226-
462a8ac96cca my-image-name latest
226+
c253ce254c3f my-image-name latest
227227
```
228228
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
229229
## What does `pack build` do?
@@ -237,7 +237,7 @@ When you run `pack build` with a builder, each buildpack runs a detection script
237237
```
238238
===> DETECTING
239239
2 of 3 buildpacks participating
240-
heroku/dotnet 1.0.9
240+
heroku/dotnet 1.0.11
241241
heroku/procfile 4.2.2
242242
===> RESTORING
243243
Skipping buildpack layer analysis
@@ -263,7 +263,7 @@ $ docker run -it --rm --env PORT=5006 -p 5006:5006 my-image-name
263263
warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60]
264264
Storing keys in a directory '/home/heroku/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. For more information go to https://aka.ms/aspnet/dataprotectionwarning
265265
warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
266-
No XML encryptor configured. Key {4229c1a9-0bee-4902-8d24-1c7fc167862c} may be persisted to storage in unencrypted form.
266+
No XML encryptor configured. Key {5da8ec89-79d9-4b19-a7d8-71c463898f76} may be persisted to storage in unencrypted form.
267267
info: Microsoft.Hosting.Lifetime[14]
268268
Now listening on: http://[::]:5006
269269
info: Microsoft.Hosting.Lifetime[0]
@@ -414,7 +414,7 @@ $ pack build my-image-name --path .
414414
Image with name "my-image-name" not found
415415
===> DETECTING
416416
heroku/python 6.5.1
417-
heroku/dotnet 1.0.9
417+
heroku/dotnet 1.0.11
418418
heroku/procfile 4.2.2
419419
===> RESTORING
420420
Skipping buildpack layer analysis
@@ -443,7 +443,7 @@ Running 'pip install -r requirements.txt'
443443
- Detected version requirement: `^10.0`
444444
- Resolved .NET SDK version `10.0.300` (linux-amd64)
445445
- SDK installation
446-
- Downloading SDK from https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-x64.tar.gz .... (1.1s)
446+
- Downloading SDK from https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-x64.tar.gz ........ (5.4s)
447447
- Verifying SDK checksum
448448
- Installing SDK
449449
- Restore .NET tools
@@ -456,14 +456,14 @@ Running 'pip install -r requirements.txt'
456456
457457
Restore was successful.
458458
459-
- Done (1.4s)
459+
- Done (1.7s)
460460
- Publish app
461461
- Running `dotnet publish /workspace/GettingStarted.slnx --runtime linux-x64 "-p:PublishDir=bin/publish" --artifacts-path /tmp/build_artifacts`
462462
463463
Determining projects to restore...
464464
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
465465
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
466-
Restored /workspace/Frontend/Frontend.csproj (in 3.28 sec).
466+
Restored /workspace/Frontend/Frontend.csproj (in 2.86 sec).
467467
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
468468
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
469469
Frontend -> /tmp/build_artifacts/bin/Frontend/release_linux-x64/Frontend.dll
@@ -475,13 +475,13 @@ Running 'pip install -r requirements.txt'
475475
Done. Migrations Bundle: /workspace/Frontend/bin/publish/efbundle
476476
Don't forget to copy appsettings.json alongside your bundle if you need it to apply migrations.
477477
478-
- Done (19.9s)
478+
- Done (19.8s)
479479
- Process types
480480
- Detecting process types from published artifacts
481481
- Found `web`: bash -c cd Frontend/bin/publish; ./Frontend --urls http://*:$PORT
482482
- Procfile detected
483483
- Skipping process type registration (add process types to your Procfile as needed)
484-
- Done (finished in 25.8s)
484+
- Done (finished in 30.5s)
485485
486486
## Procfile Buildpack
487487
@@ -503,7 +503,7 @@ Adding label 'io.buildpacks.project.metadata'
503503
Adding label 'io.buildpacks.exec-env'
504504
Setting default process type 'web'
505505
Saving my-image-name...
506-
*** Images (23c6572214a6):
506+
*** Images (73876f1c6649):
507507
my-image-name
508508
Adding cache layer 'heroku/python:pip'
509509
Adding cache layer 'heroku/python:pip-cache'

docs/go/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ $ pack builder inspect heroku/builder:26 | awk '/^Buildpacks:/ {flag=1} /^Detect
6565
Buildpacks:
6666
ID NAME VERSION HOMEPAGE
6767
heroku/deb-packages Heroku .deb Packages 1.0.0 https://github.com/heroku/buildpacks-deb-packages
68-
heroku/dotnet Heroku .NET 1.0.9 https://github.com/heroku/buildpacks-dotnet
68+
heroku/dotnet Heroku .NET 1.0.11 https://github.com/heroku/buildpacks-dotnet
6969
heroku/go Heroku Go 2.2.3 https://github.com/heroku/buildpacks-go
7070
heroku/gradle Heroku Gradle 7.0.11 https://github.com/heroku/buildpacks-jvm
7171
heroku/java Heroku Java 7.0.11 https://github.com/heroku/buildpacks-jvm
7272
heroku/jvm Heroku OpenJDK 7.0.11 https://github.com/heroku/buildpacks-jvm
7373
heroku/maven Heroku Maven 7.0.11 https://github.com/heroku/buildpacks-jvm
74-
heroku/nodejs Heroku Node.js 5.7.2 https://github.com/heroku/buildpacks-nodejs
75-
heroku/php Heroku PHP 1.6.1 https://github.com/heroku/buildpacks-php
74+
heroku/nodejs Heroku Node.js 5.7.4 https://github.com/heroku/buildpacks-nodejs
75+
heroku/php Heroku PHP 1.6.2 https://github.com/heroku/buildpacks-php
7676
heroku/procfile Heroku Procfile 4.2.2 https://github.com/heroku/buildpacks-procfile
7777
heroku/python Heroku Python 6.5.1 https://github.com/heroku/buildpacks-python
7878
heroku/ruby Heroku Ruby 12.4.0 https://github.com/heroku/buildpacks-ruby
@@ -179,14 +179,14 @@ Skipping buildpack layer analysis
179179
go: downloading github.com/go-playground/locales v0.14.1
180180
github.com/heroku/go-getting-started
181181
182-
- Done (1.0s)
182+
- Done (1.3s)
183183
- Building packages:
184184
- github.com/heroku/go-getting-started
185185
- Running `go install -tags heroku github.com/heroku/go-getting-started`
186186
187-
- Done (26.3s)
187+
- Done (26.9s)
188188
- Skipping launch process registration (Procfile detected)
189-
- Done (finished in 29.5s)
189+
- Done (finished in 30.2s)
190190
191191
## Procfile Buildpack
192192
@@ -206,7 +206,7 @@ Adding label 'io.buildpacks.project.metadata'
206206
Adding label 'io.buildpacks.exec-env'
207207
Setting default process type 'web'
208208
Saving my-image-name...
209-
*** Images (6e46c25a0ba0):
209+
*** Images (74cebc2e0313):
210210
my-image-name
211211
Adding cache layer 'heroku/go:go_build'
212212
Adding cache layer 'heroku/go:go_deps'
@@ -222,7 +222,7 @@ Verify that you see “Successfully built image my-image-name” at the end of t
222222

223223
```
224224
$ docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}" | grep my-image-name
225-
6e46c25a0ba0 my-image-name latest
225+
74cebc2e0313 my-image-name latest
226226
```
227227
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
228228
## What does `pack build` do?

0 commit comments

Comments
 (0)