Skip to content

Commit

Permalink
DBZ-6551 Snapshot image to use modularized coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 5, 2023
1 parent b392124 commit 2d2bf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN mkdir $OPERATOR_HOME;
#
RUN SNAPSHOT_VERSION=$(curl --silent -fSL $MAVEN_OSS_SNAPSHOT/io/debezium/debezium-operator-dist/$DEBEZIUM_VERSION/maven-metadata.xml | awk -F'<[^>]+>' '/<extension>tar.gz<\/extension>/ {getline; print $2; exit}'); \
echo "Downloading and installing debezium-operator-dist-$SNAPSHOT_VERSION.tar.gz ..." ; \
curl --silent -fSL -o /tmp/operator.tar.gz $MAVEN_OSS_SNAPSHOT/io/debezium/debezium-operator/$DEBEZIUM_VERSION/debezium-operator-$SNAPSHOT_VERSION.tar.gz && \
curl --silent -fSL -o /tmp/operator.tar.gz $MAVEN_OSS_SNAPSHOT/io/debezium/debezium-operator-dist/$DEBEZIUM_VERSION/debezium-operator-dist-$SNAPSHOT_VERSION.tar.gz && \
echo "Extracting debezium-operator-dist-$SNAPSHOT_VERSION.tar.gz ..." && \
tar xzf /tmp/operator.tar.gz -C $OPERATOR_HOME --strip-components 1 && \
echo "Successfully installed debezium-operator-$SNAPSHOT_VERSION.tar.gz !" && \
Expand Down

0 comments on commit 2d2bf35

Please sign in to comment.