Skip to content

Commit

Permalink
Use java-datadog-tracer-base image (#17625)
Browse files Browse the repository at this point in the history
* Use java-datadog-tracer-base image

* Restore build args

* Explicity install tar executable
  • Loading branch information
jdpgrailsdev authored Oct 6, 2022
1 parent 99129ae commit c170173
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions airbyte-container-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JDK_VERSION=17.0.4
ARG JDK_IMAGE=amazoncorretto:${JDK_VERSION}
ARG JDK_VERSION=3.1
ARG JDK_IMAGE=airbyte/java-datadog-tracer-base:${JDK_VERSION}
FROM ${JDK_IMAGE} AS orchestrator

ARG DOCKER_BUILD_ARCH=amd64
Expand Down
4 changes: 2 additions & 2 deletions airbyte-cron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JDK_VERSION=17.0.4
ARG JDK_IMAGE=amazoncorretto:${JDK_VERSION}
ARG JDK_VERSION=3.1
ARG JDK_IMAGE=airbyte/java-datadog-tracer-base:${JDK_VERSION}
FROM ${JDK_IMAGE} AS cron

ARG VERSION=0.40.12
Expand Down
4 changes: 2 additions & 2 deletions airbyte-workers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JDK_VERSION=17.0.4
ARG JDK_IMAGE=amazoncorretto:${JDK_VERSION}
ARG JDK_VERSION=3.1
ARG JDK_IMAGE=airbyte/java-datadog-tracer-base:${JDK_VERSION}
FROM ${JDK_IMAGE} AS worker

ARG DOCKER_BUILD_ARCH=amd64
Expand Down

0 comments on commit c170173

Please sign in to comment.