Обложка канала

Библиотека шарписта

Полезные материалы по всему, что может быть интересно разработчику на C#.

Библиотека шарписта

4 года назад
Открыть в
🔧 build-image — инструмент для контейнеризации .NET-приложения без создания Dockerfile’ов, потому что жизнь слишком коротка, чтобы писать их! В статье показано, как использовать этот инструмент, в том числе в GitHub workflow. https://proglib.io/w/83ad4feb
Containerize .NET applications without writing Dockerfiles | Red Hat Developer

This article introduces dotnet build-image, a tool that containerizes .NET applications automatically. You can use build-image to create Dockerfiles and containerized images. You will also discover how to use the tool in a GitHub workflow to create an image from a .NET application and push it to a repository.

Red Hat Developer