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
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
@@ -236,7 +236,7 @@ Verify that you see “Successfully built image my-image-name” at the end of t
236
236
237
237
```
238
238
$ docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}" | grep my-image-name
239
-
d261d901771d my-image-name latest
239
+
9ea5c6bf5031 my-image-name latest
240
240
```
241
241
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
242
242
## What does `pack build` do?
@@ -283,15 +283,15 @@ Picked up JAVA_TOOL_OPTIONS: -XX:MaxRAMPercentage=80.0 -Dfile.encoding=UTF-8
283
283
284
284
:: Built with Spring Boot :: 4.0.3
285
285
286
-
2026-03-23T08:33:54.255Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Starting GettingStartedApplication v1.0.0-SNAPSHOT using Java 25.0.2 with PID 1 (/workspace/build/libs/java-getting-started-gradle-1.0.0-SNAPSHOT.jar started by heroku in /workspace)
287
-
2026-03-23T08:33:54.262Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : No active profile set, falling back to 1 default profile: "default"
288
-
2026-03-23T08:33:55.316Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 5006 (http)
289
-
2026-03-23T08:33:55.332Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-03-23T08:33:55.359Z INFO 1 --- [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1008 ms
292
-
2026-03-23T08:33:55.507Z INFO 1 --- [ main] o.s.b.w.a.WelcomePageHandlerMapping : Adding welcome page template: index
293
-
2026-03-23T08:33:55.831Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 5006 (http) with context path '/'
294
-
2026-03-23T08:33:55.842Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Started GettingStartedApplication in 2.025 seconds (process running for 2.552)
286
+
2026-03-30T08:47:48.370Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Starting GettingStartedApplication v1.0.0-SNAPSHOT using Java 25.0.2 with PID 1 (/workspace/build/libs/java-getting-started-gradle-1.0.0-SNAPSHOT.jar started by heroku in /workspace)
287
+
2026-03-30T08:47:48.376Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : No active profile set, falling back to 1 default profile: "default"
288
+
2026-03-30T08:47:49.500Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 5006 (http)
289
+
2026-03-30T08:47:49.516Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-03-30T08:47:49.545Z INFO 1 --- [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1067 ms
292
+
2026-03-30T08:47:49.696Z INFO 1 --- [ main] o.s.b.w.a.WelcomePageHandlerMapping : Adding welcome page template: index
293
+
2026-03-30T08:47:50.024Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 5006 (http) with context path '/'
294
+
2026-03-30T08:47:50.035Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Started GettingStartedApplication in 2.097 seconds (process running for 2.621)
295
295
```
296
296
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
0 commit comments