From 688119bd1b1b8d6a958f26085f69682660d5fade Mon Sep 17 00:00:00 2001 From: Amab Date: Sat, 13 Jul 2024 14:07:35 +0200 Subject: [PATCH] Disable ArchLinux image build --- .drone.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index acd4a7e..e951b35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,19 +43,20 @@ steps: # depends_on: # - clone - - name: docker-ArchLinux - image: plugins/docker:linux-amd64 - settings: - registry: git.cuernodehipnos.es - username: - from_secret: docker_username - password: - from_secret: docker_password - repo: git.cuernodehipnos.es/marown/yacy_search_server_docker - tags: latest-ArchLinux - dockerfile: docker/Dockerfile.ArchLinux - depends_on: - - clone +# This step is disabled because the GraalVM JDK Downloader is no longer maintained +# - name: docker-ArchLinux +# image: plugins/docker:linux-amd64 +# settings: +# registry: git.cuernodehipnos.es +# username: +# from_secret: docker_username +# password: +# from_secret: docker_password +# repo: git.cuernodehipnos.es/marown/yacy_search_server_docker +# tags: latest-ArchLinux +# dockerfile: docker/Dockerfile.ArchLinux +# depends_on: +# - clone --- kind: pipeline type: docker