Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and push multi architecture docker images. #247

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Conversation

maheshrajamani
Copy link
Contributor

@maheshrajamani maheshrajamani commented Mar 10, 2023

What this PR does:
Add JsonApi to build and export docker image for architecture linux/arm64.

Which issue(s) this PR fixes:
Fixes #245

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@maheshrajamani maheshrajamani marked this pull request as ready for review March 10, 2023 19:47
@maheshrajamani maheshrajamani requested a review from a team as a code owner March 10, 2023 19:47
@maheshrajamani
Copy link
Contributor Author

Testing logs from local:

jsonapi % ./mvnw clean package -DskipTests -Dquarkus.container-image.build=true -Dquarkus.docker.buildx.platform=linux/amd64,linux/arm64 --2023-03-10 14:48:39-- https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar Resolving repo.maven.apache.org (repo.maven.apache.org)... 151.101.208.215 Connecting to repo.maven.apache.org (repo.maven.apache.org)|151.101.208.215|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59925 (59K) [application/java-archive] Saving to: ‘/Users/mahesh.rajamani/docv3/multiArch/jsonapi/.mvn/wrapper/maven-wrapper.jar’ ...... ..... [INFO] [io.quarkus.container.image.docker.deployment.DockerProcessor] WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load [INFO] [io.quarkus.container.image.docker.deployment.DockerProcessor] Built container image stargateio/jsonapi:v1.0.0-ALPHA-4-SNAPSHOT (linux/amd64,linux/arm64 platform(s))

@maheshrajamani maheshrajamani merged commit 2aa6c3d into main Mar 10, 2023
@maheshrajamani maheshrajamani deleted the multiarch branch March 10, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Push multi-architecture Docker images for JSON API
2 participants