-
My company has a local habor as internal container registery which use http only as only internal use. but I set
I guess the reason is default is https, can I set http protocol? addition info: I have already set docker
If I use a Dockerfile and build with docker command, it will be fine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
We don't support insecure registries yet, but adhering to docker configuration is probably a great way for us to go when we do support this. Is this something you'd be interested in helping contribute? |
Beta Was this translation helpful? Give feedback.
-
I create a nukpg for fix this problem. I can't push it to nuget.com because I dont want changed the package name. I just changed the version postfix. If you run into this issue, you can download this package and put the nupkg file to your local nuget package source. <ItemGroup>
<!-- <PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.203" />-->
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.203-sgd" />
</ItemGroup> It will work on 8.0.203 sdk version. |
Beta Was this translation helpful? Give feedback.
I create a nukpg for fix this problem. I can't push it to nuget.com because I dont want changed the package name. I just changed the version postfix.
If you run into this issue, you can download this package and put the nupkg file to your local nuget package source.
Then change the Microsoft.NET.Build.Containers version to
8.0.203-sgd
It will work on 8.0.203 sdk version.
Microsoft.NET.Build.Containers.8.0.203-sgd.nupkg.zip