Skip to content

draft: hack together arbitrary container layer support for SDK Containers #48804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baronfel
Copy link
Member

@baronfel baronfel commented May 2, 2025

Putting this up as a checkpoint - this works now.

Add

	<ItemGroup Condition="$(RuntimeIdentifier) == 'linux-x64'">
		<ContainerAdditionalLayer Include="sha256:5d07f997927bfbc756cee47f7bb55825a1315fae3d1d9697411b3fe478058ddf" 
			Registry="docker.io" 
			Repository="appdynamics/dotnet-core-agent"
			MediaType="application/vnd.docker.image.rootfs.diff.tar.gzip"
			Size="13558922" />
	</ItemGroup>
	<ItemGroup Condition="$(RuntimeIdentifier) == 'linux-arm64'">
		<ContainerAdditionalLayer Include="sha256:6b24f8c3a780589d68e6f09b3b45dcb499b446db54727d89b73ea5e4e1d081eb" 
		Registry="docker.io" 
		Repository="appdynamics/dotnet-core-agent"
		MediaType="application/vnd.docker.image.rootfs.diff.tar.gzip"
		Size="13576182" />
	</ItemGroup>

to a project file and publish for various RIDs to see it working.

@github-actions github-actions bot added the Area-Containers Related to dotnet SDK containers functionality label May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Containers Related to dotnet SDK containers functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant