Skip to content

Commit

Permalink
[Doc] Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed Dec 22, 2023
1 parent 6e64f74 commit ed87a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $ docker build -t infrahelpers/dpp:jdk$JDK_VERSION --build-arg JDK_VERSION=$JDK_
```bash
$ docker build -t infrahelpers/dpp:jdk$JDK_VERSION-python$PYTHON_MINOR_VERSION --build-arg JDK_VERSION=$JDK_VERSION --build-arg PYTHON_MINOR_VERSION=$PYTHON_MINOR_VERSION --build-arg PYTHON_MICRO_VERSION=$PYTHON_MICRO_VERSION corretto-emr-dbs-universal-pyspark
docker tag infrahelpers/dpp:jdk$JDK_VERSION-python$PYTHON_MINOR_VERSION infrahelpers/dpp:jdk$JDK_VERSION-python$PYTHON_MICRO_VERSION
docker tag infrahelpers/dpp:jdk$JDK_VERSION-python
docker tag infrahelpers/dpp:jdk$JDK_VERSION-python$PYTHON_MINOR_VERSION infrahelpers/dpp:jdk$JDK_VERSION-python
```
+ Amazon Linux 2 for Elastic Map Reduce (EMR) 6 and DataBricks
with SBT and Scala, with more freedom on its version:
Expand Down
1 change: 1 addition & 0 deletions corretto-emr-dbs-universal-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ WORKDIR $HOME

# Cloud helpers Shell scripts (https://github.com/cloud-helpers/k8s-job-wrappers)
RUN KJW_VER=$(curl -Ls https://api.github.com/repos/cloud-helpers/k8s-job-wrappers/tags|jq -r '.[].name'|grep "^v"|sort -r|head -1|cut -d'v' -f2,2) && \
echo "KJW_VER=${KJW_VER}" && \
curl -Ls \
https://github.com/cloud-helpers/k8s-job-wrappers/archive/refs/tags/v${KJW_VER}.tar.gz \
-o k8s-job-wrappers.tar.gz && \
Expand Down

0 comments on commit ed87a9e

Please sign in to comment.