Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
36 stars 25 forks source link

Update version to [4.70.5] for [nopcommerce] ¥10 #888

Closed qiaofeng1227 closed 1 day ago

qiaofeng1227 commented 4 days ago

What type of your feature request?

Change the W9_VERSION to target version number at .env and test it

Research and development steps your need to do

How to commit your change to docker-library?

   docker exec -it websoft9-apphub bash
   apphub commit --appid --github_token

Testing steps

jinsheng200303 commented 1 day ago

docker logs

docker logs nopcommerce_zddhi
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[58]
      Creating key {f0dffa83-4ead-496e-8dc2-658ebb01e180} with creation date 2024-11-04 08:02:33Z, activation date 2024-11-04 08:02:33Z, and expiration date 2025-02-02 08:02:33Z.
warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
      No XML encryptor configured. Key {f0dffa83-4ead-496e-8dc2-658ebb01e180} may be persisted to storage in unencrypted form.
info: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[39]
      Writing data to file '/app/App_Data/DataProtectionKeys/key-f0dffa83-4ead-496e-8dc2-658ebb01e180.xml'.
warn: Microsoft.AspNetCore.Hosting.Diagnostics[15]
      Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://+:80'.
info: Microsoft.Hosting.Lifetime[14]
      Now listening on: http://[::]:80
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: /app
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/1.1 GET http://nopcommerce.test2.websoft9.cn/ - - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/1.1 GET http://nopcommerce.test2.websoft9.cn/ - 302 0 - 29.4587ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/1.1 GET http://nopcommerce.test2.websoft9.cn/install - - -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
      Executing endpoint 'Nop.Web.Controllers.InstallController.Index (Nop.Web)'
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[102]
      Route matched with {action = "Index", controller = "Install", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller Nop.Web.Controllers.InstallController (Nop.Web).
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      Executing ViewResult, running view Index.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      Executed ViewResult - view Index executed in 4215.3566ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[105]
      Executed action Nop.Web.Controllers.InstallController.Index (Nop.Web) in 4341.072ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
      Executed endpoint 'Nop.Web.Controllers.InstallController.Index (Nop.Web)'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/1.1 GET http://nopcommerce.test2.websoft9.cn/install - 200 - text/html;+charset=utf-8 4451.9244ms

screenshoot

image image image image