Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .chloggen/update-openjdk-11-0-30_7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change_type: enhancement
component: packaging
note: Update bundled OpenJDK to 11.0.30_7
issues: []
subtext: null
2 changes: 1 addition & 1 deletion cmd/otelcol/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG JMX_METRIC_GATHERER_RELEASE
RUN New-Item -Path "C:\\" -Name "opt" -ItemType "directory"
RUN Invoke-WebRequest -Uri "https://github.com/open-telemetry/opentelemetry-java-contrib/releases/download/${env:JMX_METRIC_GATHERER_RELEASE}/opentelemetry-jmx-metrics.jar" -Outfile "c:\opt\opentelemetry-java-contrib-jmx-metrics.jar"

ARG JDK_VERSION="11.0.29_7"
ARG JDK_VERSION="11.0.30_7"
ARG OPENJDK_BASE_URL="https://github.com/adoptium/temurin11-binaries/releases/download"
ENV JAVA_HOME="C:\java\jre"
ENV JAVA_PATH="$JAVA_HOME\bin"
Expand Down
2 changes: 1 addition & 1 deletion packaging/bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG ARCH=amd64
ARG JDK_VERSION=11.0.29_7
ARG JDK_VERSION=11.0.30_7
ARG MAVEN_VERSION=3.6.0
ARG PYTHON_VERSION=3.13.11
ARG PIP_VERSION=24.2
Expand Down
Loading