You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
This Docker image provides the base for any Java-based Airbyte module. It is currently based on the [Amazon Corretto](https://aws.amazon.com/corretto/?filtered-posts.sort-by=item.additionalFields.createdDate&filtered-posts.sort-order=desc)
4
+
distribution of [OpenJDK](https://openjdk.org/).
5
+
6
+
# Releasing
7
+
8
+
To release a new version of this base image, use the following steps:
9
+
10
+
1. Log in to [Dockerhub](https://hub.docker.com/) via the Docker CLI (`docker login`).
11
+
2. Run `docker buildx create --use` to enable Docker `buildx` if you have not used it previously.
12
+
3. Run the following to build and push a new version of this image (replace `<new_version>` with a new version!) :
0 commit comments