Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions eng/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
],
"depNameTemplate": "Microsoft.AITools.BinlogMcp",
"datasourceTemplate": "nuget",
"registryUrlTemplate": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
"registryUrlTemplate": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"
}
],
"packageRules": [
Expand All @@ -121,13 +121,6 @@
"**/net11.0/**"
],
"enabled": true
},
{
"description": "Allow pre-release updates for Microsoft.AITools.BinlogMcp (only preview versions are currently published)",
"matchDepNames": [
"Microsoft.AITools.BinlogMcp"
],
"ignoreUnstable": false
}
],
"postUpgradeTasks": {
Expand Down
4 changes: 2 additions & 2 deletions src/azurelinux/3.0/binlog-mcp/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Usage: docker run --rm -i -v /path/to/binlogs:/binlogs \
# mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-binlog-mcp-amd64

ARG BINLOG_MCP_VERSION=1.0.0-preview.26304.3
ARG DOTNET_TOOLS_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
ARG BINLOG_MCP_VERSION=1.0.0
ARG DOTNET_TOOLS_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json

# Stage 1: Use the .NET SDK to install the tool. The SDK is required because
# `dotnet tool install` is not available in distroless runtime images.
Expand Down
Loading