BUILDX_VERSION=0.19.2 and DOCKER_VERSION=27.4.0-dind-alpine3.20
Some checks reported errors
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
Struchkov Mark 2024-12-10 09:07:17 +03:00
parent 33a54b1184
commit 53c2076adc
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ name: docker-with-buildx
steps: steps:
- name: Release For Tag - name: Release For Tag
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.3.1-dind-alpine3.20 image: hub.docker.struchkov.dev/docker:27.4.0-dind-alpine3.20
environment: environment:
DOCKER_REGISTRY_TOKEN: DOCKER_REGISTRY_TOKEN:
from_secret: DOCKER_REGISTRY_TOKEN from_secret: DOCKER_REGISTRY_TOKEN
@ -32,7 +32,7 @@ trigger:
services: services:
- name: docker - name: docker
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.3.1-dind-alpine3.20 image: hub.docker.struchkov.dev/docker:27.4.0-dind-alpine3.20
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock
@ -48,6 +48,6 @@ image_pull_secrets:
# drone sign --save DockerFiles/docker-with-buildx # drone sign --save DockerFiles/docker-with-buildx
--- ---
kind: signature kind: signature
hmac: 51b488a1807188012573693778f74f716c383b739d26b7b1b322b7b976ac28b6 hmac: 6c5aec8d82b9a7a9711673d7a001da049a42aff54f556fd88d0e60b4d10c695f
... ...

View File

@ -1,7 +1,7 @@
# https://github.com/docker/buildx/releases/ # https://github.com/docker/buildx/releases/
ARG BUILDX_VERSION=0.17.1 ARG BUILDX_VERSION=0.19.2
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
ARG DOCKER_VERSION=27.3.1-dind-alpine3.20 ARG DOCKER_VERSION=27.4.0-dind-alpine3.20
FROM hub.docker.struchkov.dev/alpine AS fetcher FROM hub.docker.struchkov.dev/alpine AS fetcher