INFO : 2021-08-13 13:48:25Z - Deploying ProGet-netcore artifact to ~/proget... INFO : 2021-08-13 13:48:27Z - Artifact deployed. INFO : 2021-08-13 13:48:27Z - Now scanning "service", found 38 files. INFO : 2021-08-13 13:48:27Z - Now scanning "web", found 39 files. INFO : 2021-08-13 13:48:27Z - Now scanning "db", found 2 files. INFO : 2021-08-13 13:48:27Z - Now have 79 files in total. INFO : 2021-08-13 13:48:27Z - Removed 0 files due to nonunique device and inode. INFO : 2021-08-13 13:48:27Z - Now removing files with zero size from list...removed 0 files INFO : 2021-08-13 13:48:27Z - Total size is 40567221 bytes or 39 MiB INFO : 2021-08-13 13:48:27Z - Now sorting on size:removed 13 files due to unique sizes from list.66 files left. INFO : 2021-08-13 13:48:27Z - Now eliminating candidates based on first bytes:removed 0 files from list.66 files left. INFO : 2021-08-13 13:48:27Z - Now eliminating candidates based on last bytes:removed 0 files from list.66 files left. INFO : 2021-08-13 13:48:27Z - Now eliminating candidates based on md5 checksum:removed 2 files from list.64 files left. INFO : 2021-08-13 13:48:27Z - It seems like you have 64 files that are not unique INFO : 2021-08-13 13:48:27Z - Totally, 15 MiB can be reduced. INFO : 2021-08-13 13:48:27Z - Now making hard links. INFO : 2021-08-13 13:48:27Z - Making 32 links. INFO : 2021-08-13 13:48:28Z - Sending build context to Docker daemon 29.65MB INFO : 2021-08-13 13:48:28Z - Step 1/10 : FROM mcr.microsoft.com/dotnet/aspnet:5.0.9 INFO : 2021-08-13 13:48:29Z - 5.0.9: Pulling from dotnet/aspnet INFO : 2021-08-13 13:48:29Z - 33847f680f63: Pulling fs layer INFO : 2021-08-13 13:48:29Z - 28955a17e00c: Pulling fs layer INFO : 2021-08-13 13:48:29Z - 10daa54cc046: Pulling fs layer INFO : 2021-08-13 13:48:29Z - 4b0d1351b23a: Pulling fs layer INFO : 2021-08-13 13:48:29Z - 8226297d7892: Pulling fs layer INFO : 2021-08-13 13:48:29Z - 4b0d1351b23a: Waiting INFO : 2021-08-13 13:48:29Z - 8226297d7892: Waiting INFO : 2021-08-13 13:48:45Z - 28955a17e00c: Verifying Checksum INFO : 2021-08-13 13:48:45Z - 28955a17e00c: Download complete INFO : 2021-08-13 13:48:45Z - 4b0d1351b23a: Verifying Checksum INFO : 2021-08-13 13:48:45Z - 4b0d1351b23a: Download complete INFO : 2021-08-13 13:48:52Z - 33847f680f63: Verifying Checksum INFO : 2021-08-13 13:48:52Z - 33847f680f63: Download complete INFO : 2021-08-13 13:48:52Z - 8226297d7892: Verifying Checksum INFO : 2021-08-13 13:48:52Z - 8226297d7892: Download complete INFO : 2021-08-13 13:48:54Z - 33847f680f63: Pull complete INFO : 2021-08-13 13:48:54Z - 28955a17e00c: Pull complete INFO : 2021-08-13 13:48:54Z - 10daa54cc046: Verifying Checksum INFO : 2021-08-13 13:48:54Z - 10daa54cc046: Download complete INFO : 2021-08-13 13:48:55Z - 10daa54cc046: Pull complete INFO : 2021-08-13 13:48:55Z - 4b0d1351b23a: Pull complete INFO : 2021-08-13 13:48:56Z - 8226297d7892: Pull complete INFO : 2021-08-13 13:48:56Z - Digest: sha256:ebcebd8458aa8ed89cade72ba2d3f5978a7568056a54904c31df859b20a8d371 INFO : 2021-08-13 13:48:56Z - Status: Downloaded newer image for mcr.microsoft.com/dotnet/aspnet:5.0.9 INFO : 2021-08-13 13:48:56Z - ---> bc7f809e6755 INFO : 2021-08-13 13:48:56Z - Step 2/10 : EXPOSE 80 INFO : 2021-08-13 13:48:56Z - ---> Running in 90967c3b1b13 INFO : 2021-08-13 13:48:56Z - Removing intermediate container 90967c3b1b13 INFO : 2021-08-13 13:48:56Z - ---> 88af73edd74c INFO : 2021-08-13 13:48:56Z - Step 3/10 : COPY proget/ /usr/local/proget/ INFO : 2021-08-13 13:48:57Z - ---> 27ca0311a36b INFO : 2021-08-13 13:48:57Z - Step 4/10 : ENV SQL_CONNECTION_STRING "Data Source=proget-sql; Initial Catalog=ProGet; User Id=sa; Password=;" INFO : 2021-08-13 13:48:57Z - ---> Running in f1fc8fc92e4d INFO : 2021-08-13 13:48:57Z - Removing intermediate container f1fc8fc92e4d INFO : 2021-08-13 13:48:57Z - ---> 55eebd073fd2 INFO : 2021-08-13 13:48:57Z - Step 5/10 : ENV PROGET_SVC_MODE both INFO : 2021-08-13 13:48:57Z - ---> Running in d9f42546ebfe INFO : 2021-08-13 13:48:57Z - Removing intermediate container d9f42546ebfe INFO : 2021-08-13 13:48:57Z - ---> d3b0e70b4356 INFO : 2021-08-13 13:48:57Z - Step 6/10 : VOLUME /var/proget/packages INFO : 2021-08-13 13:48:57Z - ---> Running in c72c1a75faf5 INFO : 2021-08-13 13:48:57Z - Removing intermediate container c72c1a75faf5 INFO : 2021-08-13 13:48:57Z - ---> bf84cc653983 INFO : 2021-08-13 13:48:57Z - Step 7/10 : VOLUME /var/proget/extensions INFO : 2021-08-13 13:48:58Z - ---> Running in a69e77d17692 INFO : 2021-08-13 13:48:58Z - Removing intermediate container a69e77d17692 INFO : 2021-08-13 13:48:58Z - ---> d2236d20923f INFO : 2021-08-13 13:48:58Z - Step 8/10 : VOLUME /usr/share/Inedo/SharedConfig INFO : 2021-08-13 13:48:58Z - ---> Running in ff70f4b3e6e5 INFO : 2021-08-13 13:48:58Z - Removing intermediate container ff70f4b3e6e5 INFO : 2021-08-13 13:48:58Z - ---> 30130559116a INFO : 2021-08-13 13:48:58Z - Step 9/10 : WORKDIR /usr/local/proget/ INFO : 2021-08-13 13:48:58Z - ---> Running in 5bd1cd887bf0 INFO : 2021-08-13 13:48:58Z - Removing intermediate container 5bd1cd887bf0 INFO : 2021-08-13 13:48:58Z - ---> 687c2d6d2692 INFO : 2021-08-13 13:48:58Z - Step 10/10 : CMD ([ -f /usr/share/Inedo/SharedConfig/ProGet.config ] || echo ''"$SQL_CONNECTION_STRING"'' > /usr/share/Inedo/SharedConfig/ProGet.config) && exec /usr/local/proget/service/ProGet.Service run --mode=$PROGET_SVC_MODE --linuxContainer INFO : 2021-08-13 13:48:58Z - ---> Running in b234e01d7ebd INFO : 2021-08-13 13:48:59Z - Removing intermediate container b234e01d7ebd INFO : 2021-08-13 13:48:59Z - ---> 06c45910c905 INFO : 2021-08-13 13:48:59Z - Successfully built 06c45910c905 INFO : 2021-08-13 13:48:59Z - Successfully tagged proget.inedo.com/productimages/inedo/proget:5.3.35-ci.1