Skip to content

Commit

Permalink
added jooq args to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
gneeri committed Nov 25, 2024
1 parent 38629ba commit 8fdda8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ndc-connector-phoenix.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Build stage
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2 AS build

ARG JOOQ_PRO_EMAIL
ARG JOOQ_PRO_LICENSE

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
ENV JOOQ_PRO_EMAIL=${JOOQ_PRO_EMAIL}
ENV JOOQ_PRO_LICENSE=${JOOQ_PRO_LICENSE}
Expand Down

0 comments on commit 8fdda8c

Please sign in to comment.