Jake

Results 8 comments of Jake

@JfrogPrasanna you need to throw out your docker-compose 'config.sh' system and start over. The docker image itself should check the version of the data and do the migration if needed....

Something like this... both of my images have some customization for internal certs and plugins. ``` version: '3' services: postgresql: image: postgres:9.6.11 environment: - POSTGRES_DB=artifactory - POSTGRES_USER=artifactory - POSTGRES_PASSWORD=$ARTIFACTORY_POSTGRES_PASSWORD volumes:...

I couldn't find one, but you could write something that accepts dns transfers and converts them to use an api, https://dehydrated.de has a ton of samples and could be used...

how are you updating your config? why not add a test pipeline ``` /usr/local/bin/nagios -v /opt/nagios/etc/nagios.cfg ```

Yes! not having to build locally would be preferred, if you can publish all images to a publicly accessible docker registry then it would be easy to override the images...

> Sorry ... what are the cron images? https://github.com/getsentry/onpremise/blob/master/cron/Dockerfile

in-place upgraded from 2.4.5 on an Dell SFF w/o issue, could be a bug with the Protectli, never liked those units (I had a fleet of like 100, they all...

SuiteCRM 7.2 has made major adjustments to it's JS/CSS, I would suggest seriously looking into Callinize, we're making the switch, using javascript for the caller popups will never be as...