|
| 1 | +# Copy of hackorum-dev/postgres-ci eras.yml. That repo owns this file - it |
| 2 | +# builds the images from it. The copy exists because the app reads the same |
| 3 | +# mapping and postgres-ci is not, and should not be, a checkout hackorum needs: |
| 4 | +# the specs, the CI runners and the prod image all have to see it. |
| 5 | +# |
| 6 | +# Refresh with `cp postgres-ci/eras.yml config/patch_ci/eras.yml` and put this |
| 7 | +# header back. Only families, majors and enabled are read here, so a change to |
| 8 | +# base_image, eol or runtime_packages needs no re-copy - eras_spec fails when |
| 9 | +# the parts that matter drift and postgres-ci is checked out next to us. |
| 10 | +# |
| 11 | +# Build environments for hackorum patch CI, keyed by the PG major version of |
| 12 | +# the base commit. One image per family; every major it serves is a tag on it. |
| 13 | +# |
| 14 | +# reference_commits warm the baked ccache - one build per major the family |
| 15 | +# serves, all sharing one content-addressed cache. |
| 16 | +# |
| 17 | +# runtime_packages lists the shared-library packages a compiled postgres |
| 18 | +# needs at runtime for that family's Debian release. Runtime library package |
| 19 | +# names change across releases (openssl, ldap and readline all rename |
| 20 | +# theirs), so this is spelled out per family instead of guessed once. |
| 21 | +families: |
| 22 | + stretch: |
| 23 | + enabled: true |
| 24 | + base_image: debian/eol:stretch |
| 25 | + eol: true |
| 26 | + majors: |
| 27 | + 9: bd6cf3f237c9aeb4dad1ac3ec2008c5768fe4c1b |
| 28 | + 10: 8569955ee39650a667b9700385e1bc19fbf47069 |
| 29 | + 11: 96102a32a374c3b81ba9c2b24bcf1943a87a9ef6 |
| 30 | + runtime_packages: >- |
| 31 | + libssl1.1 libreadline7 libicu57 libldap-2.4-2 libxml2 libxslt1.1 |
| 32 | + libpam0g libkrb5-3 libselinux1 libuuid1 zlib1g libperl5.24 |
| 33 | + buster: |
| 34 | + enabled: true |
| 35 | + base_image: debian/eol:buster |
| 36 | + eol: true |
| 37 | + majors: |
| 38 | + 12: 68a13f28bebc9eb70cc6988bfa2daaf4500f519f |
| 39 | + 13: 7559d8ebfa11d98728e816f6b655582ce41150f3 |
| 40 | + runtime_packages: >- |
| 41 | + libssl1.1 libreadline7 libicu63 libldap-2.4-2 libxml2 libxslt1.1 |
| 42 | + libpam0g libkrb5-3 libselinux1 libuuid1 zlib1g libperl5.28 |
| 43 | + bullseye: |
| 44 | + enabled: true |
| 45 | + base_image: debian:bullseye |
| 46 | + eol: false |
| 47 | + majors: |
| 48 | + 14: 88e014c149cc396fb218b08eda17c47d5b33e94f |
| 49 | + 15: cab5b9ab2c066ba904f13de2681872dcda31e207 |
| 50 | + runtime_packages: >- |
| 51 | + libssl1.1 libreadline8 libicu67 libldap-2.4-2 libxml2 libxslt1.1 |
| 52 | + libpam0g libkrb5-3 libselinux1 libuuid1 zlib1g libperl5.32 |
| 53 | + bookworm: |
| 54 | + enabled: true |
| 55 | + base_image: debian:bookworm |
| 56 | + eol: false |
| 57 | + majors: |
| 58 | + 16: c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 |
| 59 | + 17: 29275b1d177096597675b5c6e7e7c9db2df8f4df |
| 60 | + runtime_packages: >- |
| 61 | + libssl3 libreadline8 libicu72 libldap-2.5-0 libxml2 libxslt1.1 |
| 62 | + libpam0g libkrb5-3 libselinux1 libuuid1 zlib1g libperl5.36 |
| 63 | + trixie: |
| 64 | + enabled: true |
| 65 | + base_image: debian:trixie |
| 66 | + eol: false |
| 67 | + majors: |
| 68 | + 18: c9b3d4909bbfcaa8cc2ed434d12a562fb30fe422 |
| 69 | + 19: 45d92b76dc4ac31d44e46ca38bee12d5d8fac1f5 |
| 70 | + 20: 1c4b1de888559a47df599dcef356ea7fbf96fd0c |
| 71 | + runtime_packages: >- |
| 72 | + libssl3t64 libreadline8t64 libicu76 libldap2 libxml2 libxslt1.1 |
| 73 | + libpam0g libkrb5-3 libselinux1 libuuid1 zlib1g libperl5.40 |
0 commit comments