cicd update java v21
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-08-27 18:56:14 +03:00
parent e844942973
commit 4d8a48497e
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -13,7 +13,7 @@ trigger:
services:
- name: docker
# https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.0.3-dind-alpine3.20
image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20
privileged: true
volumes:
- name: dockersock
@ -29,7 +29,7 @@ volumes:
steps:
- name: create jar
# https://hub.docker.com/_/maven
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-22-alpine
volumes:
- name: m2
path: /root/.m2/repository
@ -67,7 +67,7 @@ trigger:
services:
- name: docker
# https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.0.3-dind-alpine3.20
image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20
privileged: true
volumes:
- name: dockersock
@ -82,7 +82,7 @@ volumes:
steps:
- name: create jar
image: maven:3.8.6-eclipse-temurin-17
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-22-alpine
volumes:
- name: m2
path: /root/.m2/repository
@ -201,6 +201,6 @@ steps:
# drone sign --save Telegram-Bots/gitlab-notification
---
kind: signature
hmac: 09a32cb9330dec903b4b91e26dd962cccdc495dec9696f09b8544db9bf8b61ae
hmac: b0704e1ed6c75469f2197afa7de1fb6f4a96765bb00f766be8a3da6fc4a87267
...