我有下面的管道,它将运行实际的容器以及MYSQL容器来运行测试。stage('Test - To check MYSQL connect') { def mysql= docker.image('mysql:5.6').run('-e MYSQL_ALLOW_EMPTY_PASSWORD=yes')
dock
随着AWS更改其rds服务2019年的根ssl证书,2015年的旧证书将失去其有效期03/2020。docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html 如何配置sequalize使用新的rds-ca// current sequalize aws rds configuration as of working with 2015 cert
var