flyway-docker icon indicating copy to clipboard operation
flyway-docker copied to clipboard

Official Flyway Docker images

Results 28 flyway-docker issues
Sort by recently updated
recently updated
newest added

I needed to use Flyway with MySQL + SSL. I got it working so I thought someone else might need this too.

This PR fixes Issue #31 and provides an additional security enhancement of verifying the PGP key used to create the detached signature file. In each Dockerfile the following flyway-cli installation...

Hope this saves some time for someone else... While attempting to use a flyway container in docker-compose, I recently ran into a self-imposed problem where I had forgotten to add...

We previously pinned to a specific version of `eclipse-temurin` due to an update in `11-jre` which lead to [this](https://github.com/flyway/flyway/issues/3457) issue As per [this](https://github.com/flyway/flyway/issues/3457#issuecomment-1150790288) comment, we could try `11-jre-focal`

For example, I used flyway docker image with a GCP Cloud SQL MySQL server which requires mTLS(server + client certs) connections. The server SSL support is documented by the mTLS...

Hi, When upgrading 7.8.1-alpine to 7.8.2-alpine, the connection to Aurora Serverless broke: ``` Flyway Community Edition 7.8.2 by Redgate -- ERROR: Unable to obtain connection from database (jdbc:mysql://blahblah.region.rds.amazonaws.com:3306/bar?useSsl=true) for user...

See #27 This will need some enhancement to our build and release scripts.

Trying to run flyway from Gitlab CI/CD. But not matter what I do I haven't been able to get it to find and use the migrations. I've been able to...

I tried to follow the Official documentation example to run a docker-compose version having a MySQL and flyway image running the migration but an error about RSA public key is...

The image doesn't support use of Azure-AD as authentication mechanism. See https://learn.microsoft.com/en-us/sql/connect/jdbc/connecting-using-azure-active-directory-authentication?view=sql-server-ver16 for additional dependencies. `azure-identity` should be added as well. ```shell null_resource.flyway (local-exec): qzvu7upyk1ggzjbkyumavxzrs9w_ddl-image_1 exited with code 0 null_resource.flyway...