File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - master
99 schedule :
10- # Tuesday at 10. One day after the CircleCI scheduled upddate
11- # See: https://github.com/CircleCI-Public/cimg-base/blob/main/.circleci/schedule.json
12- - cron : ' 0 10 * * 2'
10+ - cron : ' 0 0 * * 0'
1311 workflow_dispatch :
1412
1513jobs :
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.6
22
33# Intermediate image used to prune cruft from JDKs and squash them all.
4- FROM ubuntu:24.04 AS all-jdk
4+ FROM ubuntu:latest AS all-jdk
55
66COPY --from=eclipse-temurin:8-jdk-jammy /opt/java/openjdk /usr/lib/jvm/8
77COPY --from=eclipse-temurin:11-jdk-jammy /opt/java/openjdk /usr/lib/jvm/11
@@ -75,8 +75,8 @@ COPY --from=all-jdk /usr/lib/jvm/17 /usr/lib/jvm/17
7575COPY --from=all-jdk /usr/lib/jvm/21 /usr/lib/jvm/21
7676
7777# Base image with minimunm requirenents to build the project.
78- # Based on CircleCI Base Image with Ubuntu 22.04.3 LTS, present in most runners .
79- FROM ubuntu:24.04 AS base
78+ # Based on the latest Ubuntu LTS image .
79+ FROM ubuntu:latest AS base
8080
8181# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
8282LABEL org.opencontainers.image.source=https://github.com/DataDog/dd-trace-java-docker-build
You can’t perform that action at this time.
0 commit comments