Skip to content

Commit

Permalink
Merge pull request #10 from OctopusDeployLabs/update-flyway-tools
Browse files Browse the repository at this point in the history
Removing incompatible jar file as the functionality is now included
  • Loading branch information
harrisonmeister authored Sep 26, 2024
2 parents 082a74e + a66b03b commit fe9ebd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions flyway/linux-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ RUN curl -L https://download.red-gate.com/maven/release/org/flywaydb/enterprise/
# Make it so any user can call /flyway/flyway
&& ln -s /flyway/flyway /usr/local/bin/flyway

# Download Microsoft Managed Identity jar
RUN curl -o /flyway/lib/azure-identity-1.11.1.jar https://repo1.maven.org/maven2/com/azure/azure-identity/1.11.1/azure-identity-1.11.1.jar

# Octopus expects to start in the default directory
WORKDIR /
3 changes: 0 additions & 3 deletions flyway/linux-arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ RUN curl -L https://download.red-gate.com/maven/release/org/flywaydb/enterprise/
# Make it so any user can call /flyway/flyway
&& ln -s /flyway/flyway /usr/local/bin/flyway

# Download Microsoft Managed Identity jar
RUN curl -o /flyway/lib/azure-identity-1.11.1.jar https://repo1.maven.org/maven2/com/azure/azure-identity/1.11.1/azure-identity-1.11.1.jar

# Octopus expects to start in the default directory
WORKDIR /

0 comments on commit fe9ebd5

Please sign in to comment.