Skip to content

Commit

Permalink
chore: bump python and worker base java images to pick up new corrett…
Browse files Browse the repository at this point in the history
…o version (#15090)
  • Loading branch information
pmossman committed Jan 24, 2025
1 parent 792689d commit bf4b87c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_PYTHON_BASE_IMAGE_VERSION=2.2.1
ARG JAVA_PYTHON_BASE_IMAGE_VERSION=2.2.2
FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server

# Set up CDK requirements
Expand Down
2 changes: 1 addition & 1 deletion airbyte-connector-rollout-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.0
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.1

FROM scratch as builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion airbyte-connector-rollout-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.0
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.1

FROM scratch as builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion airbyte-connector-sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.0
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.1

FROM scratch as builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion airbyte-container-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.0
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.1

FROM scratch as builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion airbyte-workers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.0
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.1

FROM scratch as builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion airbyte-workload-launcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.0
ARG JAVA_WORKER_BASE_IMAGE_VERSION=3.0.1

FROM scratch as builder
WORKDIR /app
Expand Down

0 comments on commit bf4b87c

Please sign in to comment.