Skip to content
Merged
Changes from all commits
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
7 changes: 2 additions & 5 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
VERSION 0.8

ARG --global --required HARBOR_DOCKER_REGISTRY
ARG --global --required MAVEN_REGISTRY_GROUP
ARG --global --required MAVEN_REGISTRY_RELEASES
ARG --global --required MAVEN_REGISTRY_SNAPSHOTS
ARG --global --required RAW_REGISTRY_RELEASES
ARG --global --required RAW_REGISTRY_SNAPSHOTS

build:
FROM eclipse-temurin:25_36-jdk-alpine
DO github.com/genestack/earthly-libs+GRADLE_PREPARE
DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+GRADLE_PREPARE

CACHE /root/.gradle/caches
CACHE /root/.gradle/wrapper
Expand All @@ -31,7 +28,7 @@ build:

python-api-client:
FROM python:3.13.7-alpine
DO github.com/genestack/earthly-libs+PYTHON_PREPARE
DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE

CACHE /root/.cache

Expand Down
Loading