Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 670
    • Issues 670
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 175
    • Merge Requests 175
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpine
  • aportsaports
  • Issues
  • #8603

Closed
Open
Opened Mar 04, 2018 by algitbot@rootOwner

dotnet core 2.1 Runtime and SDK packages on aports

.NET team has provided the docker image for Alpine Linux and suggested us to have community driven package: https://github.com/dotnet/dotnet-docker/issues/22\#issuecomment-346215352. .NET Core 2.1 is the upcoming version, currently in preview:

docker run -it microsoft/dotnet:2.1-sdk-alpine

this container has runtime dependencies, runtime and SDK. To test:

<code class="text">
dotnet new console -n mytest
cd mytest
dotnet run
</code>

Runtime Dependencies: https://github.com/dotnet/dotnet-docker/blob/ccccaf7/2.1/runtime-deps/alpine/amd64/Dockerfile
Runtime: https://github.com/dotnet/dotnet-docker/blob/ccccaf7/2.1/runtime/alpine/amd64/Dockerfile
SDK: https://github.com/dotnet/dotnet-docker/blob/ccccaf7/2.1/sdk/alpine/amd64/Dockerfile

If anyone has knowledge how to build Alpine packages out of Docker, please create separate packages for runtime and SDK (as we can switch runtime / SDK in existing installation).

Packages from other official distros (.NET Core 2.0 released version): https://packages.microsoft.com/

(from redmine: issue id 8603, created on 2018-03-04)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#8603