Skip to content

Commit ce07d14

Browse files
committed
add s3 plugin
1 parent ea19fc7 commit ce07d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/uber-jar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- name: Build Docker image
7070
working-directory: ./target/
7171
run: |
72+
cat Dockerfile
73+
echo 'RUN ln -fs /opt/flink/opt/flink-s3-fs-hadoop-*.jar /opt/flink/plugins/flink-s3-fs-hadoop/.' >> Dockerfile
7274
DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl-${{ matrix.SQRL_VERSION }}-${{ matrix.FLINK_PROFILE }}
7375
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} --build-arg RUNNER_VERSION=${{ env.VERSION }} -t $DOCKER_TAG .
7476
docker push $DOCKER_TAG

0 commit comments

Comments
 (0)