We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea19fc7 commit ce07d14Copy full SHA for ce07d14
.github/workflows/uber-jar.yml
@@ -69,6 +69,8 @@ jobs:
69
- name: Build Docker image
70
working-directory: ./target/
71
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
74
DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl-${{ matrix.SQRL_VERSION }}-${{ matrix.FLINK_PROFILE }}
75
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} --build-arg RUNNER_VERSION=${{ env.VERSION }} -t $DOCKER_TAG .
76
docker push $DOCKER_TAG
0 commit comments