INFO : 2022-02-25 19:12:24Z - Deploying Otter-netcore artifact to ~/otter... INFO : 2022-02-25 19:12:28Z - Artifact deployed. INFO : 2022-02-25 19:12:28Z - Now scanning "service", found 102 files. INFO : 2022-02-25 19:12:28Z - Now scanning "web", found 33 files. INFO : 2022-02-25 19:12:28Z - Now scanning "db", found 2 files. INFO : 2022-02-25 19:12:28Z - Now have 137 files in total. INFO : 2022-02-25 19:12:28Z - Removed 0 files due to nonunique device and inode. INFO : 2022-02-25 19:12:28Z - Now removing files with zero size from list...removed 0 files INFO : 2022-02-25 19:12:28Z - Total size is 65232404 bytes or 62 MiB INFO : 2022-02-25 19:12:28Z - Now sorting on size:removed 72 files due to unique sizes from list.65 files left. INFO : 2022-02-25 19:12:28Z - Now eliminating candidates based on first bytes:removed 0 files from list.65 files left. INFO : 2022-02-25 19:12:28Z - Now eliminating candidates based on last bytes:removed 8 files from list.57 files left. INFO : 2022-02-25 19:12:28Z - Now eliminating candidates based on md5 checksum:removed 3 files from list.54 files left. INFO : 2022-02-25 19:12:28Z - It seems like you have 54 files that are not unique INFO : 2022-02-25 19:12:28Z - Totally, 8 MiB can be reduced. INFO : 2022-02-25 19:12:28Z - Now making hard links. INFO : 2022-02-25 19:12:28Z - Making 27 links. INFO : 2022-02-25 19:12:29Z - Sending build context to Docker daemon 84.31MB INFO : 2022-02-25 19:12:29Z - Step 1/9 : FROM mcr.microsoft.com/dotnet/aspnet:5.0.13 INFO : 2022-02-25 19:12:29Z - ---> 3aaf45867ca6 INFO : 2022-02-25 19:12:29Z - Step 2/9 : EXPOSE 80 INFO : 2022-02-25 19:12:29Z - ---> Running in cd724da1c1c8 INFO : 2022-02-25 19:12:30Z - Removing intermediate container cd724da1c1c8 INFO : 2022-02-25 19:12:30Z - ---> 28828504d11a INFO : 2022-02-25 19:12:30Z - Step 3/9 : COPY otter/ /usr/local/otter/ INFO : 2022-02-25 19:12:31Z - ---> b75da0cf1826 INFO : 2022-02-25 19:12:31Z - Step 4/9 : ENV OTTER_SQL_CONNECTION_STRING "Data Source=otter-sql; Initial Catalog=Otter; User Id=sa; Password=;" INFO : 2022-02-25 19:12:31Z - ---> Running in f224b44af399 INFO : 2022-02-25 19:12:31Z - Removing intermediate container f224b44af399 INFO : 2022-02-25 19:12:31Z - ---> 90fe93f149ab INFO : 2022-02-25 19:12:31Z - Step 5/9 : ENV ASPNETCORE_URLS "http://*:80" INFO : 2022-02-25 19:12:31Z - ---> Running in 5ab0eec4ac9d INFO : 2022-02-25 19:12:31Z - Removing intermediate container 5ab0eec4ac9d INFO : 2022-02-25 19:12:31Z - ---> 49fa27dca517 INFO : 2022-02-25 19:12:31Z - Step 6/9 : ENV OTTER_SVC_MODE both INFO : 2022-02-25 19:12:31Z - ---> Running in a89a18a577f4 INFO : 2022-02-25 19:12:31Z - Removing intermediate container a89a18a577f4 INFO : 2022-02-25 19:12:31Z - ---> 29d3da018fe9 INFO : 2022-02-25 19:12:31Z - Step 7/9 : VOLUME /var/otter/extensions INFO : 2022-02-25 19:12:31Z - ---> Running in 7713152e96d0 INFO : 2022-02-25 19:12:32Z - Removing intermediate container 7713152e96d0 INFO : 2022-02-25 19:12:32Z - ---> 46757d7415ca INFO : 2022-02-25 19:12:32Z - Step 8/9 : WORKDIR /usr/local/otter/ INFO : 2022-02-25 19:12:32Z - ---> Running in e031dee14047 INFO : 2022-02-25 19:12:32Z - Removing intermediate container e031dee14047 INFO : 2022-02-25 19:12:32Z - ---> b60b5f355957 INFO : 2022-02-25 19:12:32Z - Step 9/9 : CMD /usr/local/otter/service/Otter.Service run --mode=$OTTER_SVC_MODE --linuxContainer INFO : 2022-02-25 19:12:32Z - ---> Running in df62d3d06cc1 INFO : 2022-02-25 19:12:32Z - Removing intermediate container df62d3d06cc1 INFO : 2022-02-25 19:12:32Z - ---> bc31a57a74eb INFO : 2022-02-25 19:12:32Z - Successfully built bc31a57a74eb INFO : 2022-02-25 19:12:32Z - Successfully tagged proget.inedo.com/productimages/inedo/otter:3.0.20-ci.3