From f08a4b456fc44203ee24b27bc4b50157e3311a85 Mon Sep 17 00:00:00 2001 From: Oleg Kunitsyn Date: Thu, 6 Nov 2025 14:53:02 +0100 Subject: [PATCH 1/2] [ODM-7749] Fix on certain hash in earthly-libs repo --- Earthfile | 7 ++----- build.gradle.kts | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Earthfile b/Earthfile index 65a0a759..8f6dfd3b 100644 --- a/Earthfile +++ b/Earthfile @@ -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 @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index d5a33760..b5131d2a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,6 +19,7 @@ plugins { val sourceDirectory = "$rootDir/openapi/v1" +l val processorsControllerVersion: String = System.getenv("PROCESSORS_CONTROLLER_VERSION") val processorsControllerFileName = "processorsController.yaml" val processorsControllerFilePath = "${sourceDirectory}/${processorsControllerFileName}" From b947eb5c1c7791959a30a8ac8c6cd660c4ac0475 Mon Sep 17 00:00:00 2001 From: Oleg Kunitsyn Date: Thu, 6 Nov 2025 15:11:46 +0100 Subject: [PATCH 2/2] [ODM-7749] Fix on certain hash in earthly-libs repo --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b5131d2a..d5a33760 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,6 @@ plugins { val sourceDirectory = "$rootDir/openapi/v1" -l val processorsControllerVersion: String = System.getenv("PROCESSORS_CONTROLLER_VERSION") val processorsControllerFileName = "processorsController.yaml" val processorsControllerFilePath = "${sourceDirectory}/${processorsControllerFileName}"