| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-18 | Remove legacy build utilities (#11162) | Cody Robibero | |
| 2024-01-17 | Refactor Dockerfile and build (#10603) | Gauvino | |
| * Fix fedora * Fix RID Linux * Fix package and image versions * Fix buildling and optimize docker images ``` * Removed find obj * Changed curl command and added gpg * Added to Contributors * Removed apt-transport-https package * Removed RASPI * Update Intel drivers version * Update Dockerfile for CentOS, Fedora, and portable deployments - Changed Jammy docker image to Built-in Jammy Microsoft .NET SDK image - Switched from using "Yum" to "Dnf" for CentOS and Fedora - Added "dnf clean all" and "rm -rf /var/cache/dnf" to the end of CentOS and Fedora Dockerfiles - Added "apt-get clean", "apt-get autoremove", "rm -rf /var/lib/apt/lists/*" to the end of the Debian/Ubuntu Dockerfiles - Added ${DOTNET_VERSION} in every Dockerfile except CentOS/Fedora - Removed previous warning comment for dotnet publish build in parallel - Arranged package installation * Re-arranged Dockerfile package installation * Re-align * Remove curl * Remove curl | |||
| 2023-11-16 | Fix build and changed debian to bookworm | Uruk | |
| 2022-12-07 | chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7 (#8686) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2022-09-14 | Drop transitional package apt-transport-https (#5950) | Robin Schneider | |
| 2021-09-25 | Fix builds for dotnet6 (#6595) | Cody Robibero | |
| * Target net6.0 * Use new Enum.TryParse(ReadOnlySpan<char>) overload * Replace RNGCryptoServiceProvider with RandomNumberGenerator * ci - target net6.0 (#6594) * Update deployment for dotnet6 * Use generic 6.0.x preview for CI * Update direct dotnet download links Co-authored-by: Bond_009 <bond.009@outlook.com> | |||
| 2021-08-06 | fix missing build dependencies | h1dden-da3m0n | |
| needed by the build sh-scripts | |||
| 2021-08-05 | remove packages bundled in dotnet/sdk base image | h1dden-da3m0n | |
| 2021-08-04 | change OS packaging images to be quiet | h1dden-da3m0n | |
| also uses the base dotnet/sdk image where possible | |||
| 2021-07-19 | Update to dotnet 5.0.8 | Cody Robibero | |
| 2021-06-14 | Update to dotnet 5.0.7 | crobibero | |
| 2021-05-17 | Remove erroneous newline | crobibero | |
| 2021-05-14 | Update to dotnet5.0.6 | crobibero | |
| 2021-04-08 | Update to dotnet 5.0.5 | crobibero | |
| 2021-02-09 | Update to dotnet 5.0.3 | crobibero | |
| 2021-01-16 | dotnet 5.0.2 | crobibero | |
| 2020-12-09 | Update to dotnet 5.0.1 | crobibero | |
| 2020-11-15 | Upgrade all netcore3.1 to net5.0 | crobibero | |
| 2020-11-14 | Remove extraneous newline | crobibero | |
| 2020-11-10 | Update build ci, dockerfiles to .Net5.0 | crobibero | |
| 2020-10-13 | Update to dotnet 3.1.9 | crobibero | |
| 2020-09-12 | update to dotnet 3.1.8 | crobibero | |
| 2020-08-12 | update docker dotnet sdk | crobibero | |
| 2020-08-06 | Bump to .NET Core SDK 3.1.302 | Joshua M. Boniface | |
| 2020-03-23 | Go back to cp-based control archive but right | Joshua M. Boniface | |
| 2020-03-23 | Use git checkout instead of file copies to clean | Joshua M. Boniface | |
| 2020-03-23 | Mount the source volume rather than copy it | Joshua M. Boniface | |
| Now that the build script cleans up both before and after building, this is a viable option and will significant reduce build times by promoting container reuse (with `-k`). | |||
| 2020-03-23 | Remove NPM install from Dockerfiles | Joshua M. Boniface | |
| 2020-03-23 | Fix deps for armhf | Joshua M. Boniface | |
| 2020-03-23 | Add arm64 and armhf builds | Joshua M. Boniface | |
