The code was computing $imageTag with the 'sha256-' prefix for digest-based images but then using $parser->getTag() directly when creating the Application, which bypassed the prefix logic entirely. This fix ensures that digest-based Docker images preserve their 'sha256-' prefix by using the computed $imageTag variable instead of calling $parser->getTag() directly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| DockerCompose.php | ||
| DockerImage.php | ||
| EmptyProject.php | ||
| GithubPrivateRepository.php | ||
| GithubPrivateRepositoryDeployKey.php | ||
| PublicGitRepository.php | ||
| Select.php | ||
| SimpleDockerfile.php | ||