Skip to content

Commit d7d4c40

Browse files
committed
fix mvn mount cache
1 parent b511e99 commit d7d4c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hive/hive-metastore-opa-authorizer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3030
# Make expensive maven build a separate layer for better caching
3131
# Cache mounts are owned by root by default
3232
# We need to explicitly give the uid to use
33-
RUN --mount=type=cache,id=maven-hive-metastore-opa-authorizer-${AUTHORIZER_VERSION},uid=${STACKABLE_USER_UID},target=/stackable/.m2/repository <<EOF
33+
RUN --mount=type=cache,id=maven-hive-metastore-opa-authorizer-${HIVE_VERSION}-${HADOOP_VERSION}-${AUTHORIZER_VERSION},uid=${STACKABLE_USER_UID},target=/stackable/.m2/repository <<EOF
3434
set -e
3535
# for moving nested artifacts out of target folder
3636
mkdir -p /stackable/opa-authorizer-bin

0 commit comments

Comments
 (0)