{"id":21823479,"url":"https://github.com/f2calv/playground-dockerfile","last_synced_at":"2026-05-02T05:08:46.376Z","repository":{"id":98597976,"uuid":"205394091","full_name":"f2calv/playground-dockerfile","owner":"f2calv","description":"dockerfile playground ...because it's interesting :)","archived":false,"fork":false,"pushed_at":"2021-06-11T07:35:09.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T22:50:21.586Z","etag":null,"topics":["azure-devops-agent","docker","dockerfile","dotnetcore","self-hosted-agent"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f2calv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-30T14:04:17.000Z","updated_at":"2023-12-05T08:31:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3a1ec21-1b26-4f1f-96e9-b0dcca4a1629","html_url":"https://github.com/f2calv/playground-dockerfile","commit_stats":null,"previous_names":["f2calv/playground-dockerfile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f2calv/playground-dockerfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f2calv%2Fplayground-dockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f2calv%2Fplayground-dockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f2calv%2Fplayground-dockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f2calv%2Fplayground-dockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f2calv","download_url":"https://codeload.github.com/f2calv/playground-dockerfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f2calv%2Fplayground-dockerfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-devops-agent","docker","dockerfile","dotnetcore","self-hosted-agent"],"created_at":"2024-11-27T17:32:19.995Z","updated_at":"2026-05-02T05:08:46.361Z","avatar_url":"https://github.com/f2calv.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile Playground\n\nDifferent Dockerfiles with different installation scenarios of the .NET SDK.\n\nVarious examples include;\n\n- installing .NET Core X.X via packages.\n- installing .NET Core X.X binaries.\n- installing .NET X.X binaries.\n- installing .NET X.X using .\n\nMost recent addition for .NET 6.0;\n\n```pwsh\n#build Ubuntu 20.04 w/.NET 6.0 SDK Preview 4\n\n#installing the binary into a ubuntu20.04 base image, with additional dependencies\ndocker build -t dotnet6a -f .\\ubuntu20.04-and-dotnet6-preview4-a\\Dockerfile .\n\n#installing using the official dotnet-install-script for CI scenarios, with additional dependencies\ndocker build -t dotnet6b -f .\\ubuntu20.04-and-dotnet6-preview4-b\\Dockerfile .\n\n#installing the binary into a runtime-deps ubuntu20.04 base image, with additional dependencies\ndocker build -t dotnet6c -f .\\ubuntu20.04-and-dotnet6-preview4-c\\Dockerfile .\n\n#using the official preview installer into a ubuntu20.04 base image, with additional dependencies\ndocker build -t dotnet6d -f .\\ubuntu20.04-and-dotnet6-preview4-d\\Dockerfile .\n\n#launch one of the images as a container\n#docker run --rm -it --name testa dotnet6a\n#docker run --rm -it --name testb dotnet6b\n#docker run --rm -it --name testc dotnet6c\ndocker run --rm -it --name testd dotnet6d\n\n#list installed SDKs\ndotnet --list-sdks\n\n#output should look similar to;\n# root@2a83fee5ad06:/# dotnet --list-sdks\n# 6.0.100-preview.4.21255.9 [/usr/share/dotnet/sdk]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff2calv%2Fplayground-dockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff2calv%2Fplayground-dockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff2calv%2Fplayground-dockerfile/lists"}