Skip to content

Commit

Permalink
Update MySQL dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Nov 12, 2024
1 parent d2de46a commit 9c65415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ndc-connector-mysql.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# 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}

WORKDIR /build
COPY . /build

Expand Down

0 comments on commit 9c65415

Please sign in to comment.