Skip to content

Conversation

willdollman
Copy link
Contributor

Update base image

Using index digest:

> docker buildx imagetools inspect eclipse-temurin:17
Name:      docker.io/library/eclipse-temurin:17
MediaType: application/vnd.oci.image.index.v1+json
Digest:    sha256:6eca72bb4cd5fb8cd215f2579a4dfffd24b0f47effb6c868b7e92b7f0422fa9f

Test plan

Local build:

> docker buildx build --platform linux/amd64 -f Dockerfile -t scip-java:latest .

> docker run --rm -it --entrypoint /bin/sh scip-java:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
# scip-java
Using JVM version '21'
Picked up JAVA_TOOL_OPTIONS: -XX:MaxRAMPercentage=80.0 -XX:+UseContainerSupport
Picked up JAVA_TOOL_OPTIONS: -XX:MaxRAMPercentage=80.0 -XX:+UseContainerSupport
openjdk version "21.0.8" 2025-07-15 LTS
OpenJDK Runtime Environment Temurin-21.0.8+9 (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.8+9 (build 21.0.8+9-LTS, mixed mode, sharing)
Picked up JAVA_TOOL_OPTIONS: -XX:MaxRAMPercentage=80.0 -XX:+UseContainerSupport
USAGE
  scip-java COMMAND [OPTIONS]

COMMANDS
  help              Print this help message
  version           Print the version of this program
  index             Automatically generate an SCIP index in the current working directory.
  index-semanticdb  Converts SemanticDB files into a single SCIP index file.
  index-dependency
  snapshot          Generates annotated snapshots for each `*.scip` file in the given target roots.
  snapshot-lsif

  Use 'scip-java help COMMAND' for more information on a specific command.

@willdollman willdollman self-assigned this Aug 18, 2025
@antonsviridov-src antonsviridov-src self-assigned this Aug 18, 2025
@antonsviridov-src antonsviridov-src merged commit 617e708 into main Aug 23, 2025
17 checks passed
@antonsviridov-src antonsviridov-src deleted the will/update-base-image-20250818 branch August 23, 2025 13:35
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.

2 participants