kbmanseau

Results 5 comments of kbmanseau

Whenever the next update happens could you add CENGN (395262)? Thank you!

Hello, is this something that progress might be made on? I am attempting to build a custom image as mentioned in this thread however I am hitting: `#5 1.922 CentOS...

For anyone coming across the issue I was facing, adding `--disablerepo=crunchypg13,appstream,baseos` to the yum commands allowed me to download the timescaldb version as described above. It's not ideal but is...

@benjamin-bergia, I was able to get past this by building my own image. I have the following DOCKERFILE: ``` FROM registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0 USER root RUN curl -sSL -o /etc/yum.repos.d/timescale_timescaledb.repo "https://packagecloud.io/install/repositories/timescale/timescaledb/config_file.repo?os=el&dist=8" &&...

Thanks @netyook, just wanted to clarify the behavior and solution I had in case others stumble across this. I am working on migrating from the snas kafka image to the...