Skip to content

Commit

Permalink
Removing incompatible jar file as the functionality is now included
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Sep 26, 2024
1 parent 082a74e commit a66b03b
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 a66b03b

Please sign in to comment.