[TT-17689] Update httpbin image to mccutchen/go-httpbin in tests#8428
Conversation
|
This pull request updates the Files Changed AnalysisThe change is a simple find-and-replace operation across 7 configuration files, resulting in 8 additions and 8 deletions. The modifications are consistently applied to the main release workflow ( Architecture & Impact Assessment
Scope Discovery & Context ExpansionThe scope of this PR is narrow and well-defined, impacting only the development and testing lifecycle. As Metadata
Powered by Visor from Probelabs Last updated: 2026-07-02T19:04:52.136Z | Triggered by: pr_updated | Commit: 725774b 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. ✅ Security Check PassedNo security issues found – changes LGTM. \n\n \n\n✅ Performance Check PassedNo performance issues found – changes LGTM. \n\n✅ Quality Check PassedNo quality issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-07-02T19:04:48.114Z | Triggered by: pr_updated | Commit: 725774b 💡 TIP: You can chat with Visor using |
|
|
SentinelOne CNS Hardcoded Secret Detector SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
…e (5.14.0) (#8450) Reverts the httpbin test-infra migration back to the pre-migration baseline. Supersedes/Reverts: - tyk #8418 - tyk #8428 - tyk #8440 Jira: https://tyktech.atlassian.net/browse/DX-2386 Requested by: U3P2L4XNE Slack thread: https://slack.com/archives/D09SZABNLG3/p1783328328323169 - [x] No go.mod changes --------- Co-authored-by: Leonid Bugaev <[email protected]>


Problem / Task
The
kennethreitz/httpbinDocker image is outdated. We need to replace it withmccutchen/go-httpbinin our tests as it has a 100% compatible API.Requested by: U3P2L4XNE
Slack thread: https://slack.com/archives/C0ATZQCMG58/p1782915217567649
Changes
kennethreitz/httpbinandkennethreitz/httpbin:latestwithmccutchen/go-httpbinin alldocker-compose.ymlfiles and GitHub Actions workflows.Testing