Skip to content

Commit

Permalink
- updated the sdk
Browse files Browse the repository at this point in the history
- removed the extra url stuff
  • Loading branch information
Richard Hessinger committed Mar 26, 2020
1 parent acfcd72 commit d72cfdb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Clair/InedoExtension/InedoExtension.csproj
Expand Up @@ -32,22 +32,22 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Inedo.Agents, Version=46.0.0.0, Culture=neutral, PublicKeyToken=9de986a2f8db80fc, processorArchitecture=MSIL">
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0005\lib\net452\Inedo.Agents.dll</HintPath>
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0007\lib\net452\Inedo.Agents.dll</HintPath>
</Reference>
<Reference Include="Inedo.Agents.Client, Version=1000.0.0.0, Culture=neutral, PublicKeyToken=9de986a2f8db80fc, processorArchitecture=MSIL">
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0005\lib\net452\Inedo.Agents.Client.dll</HintPath>
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0007\lib\net452\Inedo.Agents.Client.dll</HintPath>
</Reference>
<Reference Include="Inedo.ExecutionEngine, Version=1000.0.0.0, Culture=neutral, PublicKeyToken=68703f0e52007e75, processorArchitecture=MSIL">
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0005\lib\net452\Inedo.ExecutionEngine.dll</HintPath>
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0007\lib\net452\Inedo.ExecutionEngine.dll</HintPath>
</Reference>
<Reference Include="Inedo.SDK, Version=1.8.0.0, Culture=neutral, PublicKeyToken=29fae5dec3001603, processorArchitecture=MSIL">
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0005\lib\net452\Inedo.SDK.dll</HintPath>
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0007\lib\net452\Inedo.SDK.dll</HintPath>
</Reference>
<Reference Include="InedoLib, Version=1000.0.0.0, Culture=neutral, PublicKeyToken=112cfb71329714a6, processorArchitecture=MSIL">
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0005\lib\net452\InedoLib.dll</HintPath>
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0007\lib\net452\InedoLib.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0005\lib\net452\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Inedo.SDK.1.8.0-pre0007\lib\net452\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Expand Up @@ -139,7 +139,7 @@ private async Task<ClairPostResponse> PushLayerToClair(JsonSerializer serializer
{
Format = "Docker",
Name = blob.Digest,
Path = $"{blob.FeedUrl.Trim('/')}/library/blobs/{blob.Digest}",
Path = blob.DownloadUrl,
Headers = new ClairPostRequest.ClairHeaders()
};

Expand Down
2 changes: 1 addition & 1 deletion Clair/InedoExtension/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Inedo.SDK" version="1.8.0-pre0005" targetFramework="net452" />
<package id="Inedo.SDK" version="1.8.0-pre0007" targetFramework="net452" />
</packages>

0 comments on commit d72cfdb

Please sign in to comment.