Skip to content

Commit

Permalink
Spark 3.3.1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko authored Nov 2, 2022
1 parent a0d8aaa commit a2a6b0a
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 152 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}

container:
image: esdcrproduction.azurecr.io/spark:v3.0.2-bitnami-3.3.0-python-3.9.13
image: esdcrdevelopment.azurecr.io/spark:v3.1.0-2-gcaf5773-bitnami-a0a12a1d-python-3.9.15
credentials:
username: ${{ secrets.AZCR_PROD_USER }}
password: ${{ secrets.AZCR_PROD_TOKEN }}
username: ${{ secrets.AZCR_DEV_USER }}
password: ${{ secrets.AZCR_DEV_TOKEN }}
options: -u root -w /opt/bitnami/spark --mount type=tmpfs,destination=/home/spark

steps:
Expand Down
Loading

0 comments on commit a2a6b0a

Please sign in to comment.