Skip to content

Commit

Permalink
Merge pull request #183 from datastax/feature/CDM-89
Browse files Browse the repository at this point in the history
CDM-89 Fixed docker build errors
  • Loading branch information
msmygit authored Jul 6, 2023
2 parents fad6357 + b2c3689 commit 965db6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
service ssh start

# Copy CDM jar & template files
ARG MAVEN_VERSION=3.9.2
ARG MAVEN_VERSION=3.9.3
ARG USER_HOME_DIR="/root"
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
ENV MAVEN_HOME /usr/share/maven
ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
COPY ./src /assets/src
COPY ./pom.xml /assets/pom.xml
COPY ./src/resources/cdm.properties /assets/
COPY ./src/resources/cdm-detailed.properties /assets/
COPY ./src/resources/partitions.csv /assets/
COPY ./src/resources/primary_key_rows.csv /assets/
COPY ./src/resources/runCommands.txt /assets/

RUN mkdir -p /usr/share/maven /usr/share/maven/ref && \
curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && \
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release Notes
## [4.1.2] - 2023-07-06
- Fixed docker build

## [4.1.1] - 2023-06-29
- Documentation fixes in readme & properties file
- Config namespace fixes
Expand Down

0 comments on commit 965db6f

Please sign in to comment.