citusdata / citusdata/the-process
Use tags for different postgres versions of an image
Open
- Dominant language
- Dockerfile
- Stars
- 6
- Forks
- 7
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
We currently generate one image per postgres version. For example if we are supporting 3 postgres major versions then we have `exttester-11`, `exttester-12`, `exttester-13`. Instead it could be `exttester:11.8` etc. That way we have less images and we are more explicit about the major version.
When we do this, we should update our test images in community and enterprise.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.