You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working some on some projects where JFrog Artifactory is used for private authenticated NuGet feeds.
When we currently build Docker images for the .NET applications, the Dockerfile contains a line like this (where the NuGet.config file has been configured already with the credentials)
RUN --mount=type=secret,id=nuget,dst=/src/NuGet.Config dotnet restore Project/Project.csproj
Is there any ability to do something like that with the Container SDK?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working some on some projects where JFrog Artifactory is used for private authenticated NuGet feeds.
When we currently build Docker images for the .NET applications, the Dockerfile contains a line like this (where the NuGet.config file has been configured already with the credentials)
RUN --mount=type=secret,id=nuget,dst=/src/NuGet.Config dotnet restore Project/Project.csproj
Is there any ability to do something like that with the Container SDK?
Beta Was this translation helpful? Give feedback.
All reactions