Dockerfiles for container images use incorrect froms [DBZ-8881]
Open
component/build-infrastructure
migrated-from-jira
type/task
- Dominant language
- HTML
- Stars
- 6
- Forks
- 8
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 1
Description
Migrated from [DBZ-8881](https://issues.redhat.com/browse/DBZ-8881)
This happened in 3.1 and now in 3.2 where the created Dockerfile(s) for images result in incorrect FROM designators, preventing images from building:
debezium/connect-base:3.2
{noformat}
FROM localhost:5500/debeziumquay/kafka:3.2
{noformat}
debezium/connect:3.2
{noformat}
FROM localhost:5500/debeziumquay/connect-base:3.2
{noformat}
I've fixed the main branch in container-images with these commits:
https://github.com/debezium/container-images/commit/c600b66bc927d4d87d8313514e25e65a870983cb
https://github.com/debezium/container-images/commit/2efb43f1f0349f5f0c6205ebe70dbd471db9a318
Contributor guide
Assessment
This issue has not been assessed yet.