BUILDX_VERSION=0.25.0 and DOCKER_VERSION=28.3.0-dind-alpine3.22
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Struchkov Mark
2025-07-03 12:11:27 +03:00
parent cd21630b7f
commit 2d17e2d6be
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.5.1-dind-alpine3.21 image: hub.docker.struchkov.dev/docker:28.3.0-dind-alpine3.22
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.5.1-dind-alpine3.21 image: hub.docker.struchkov.dev/docker:28.3.0-dind-alpine3.22
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: d1dae8e76c7807eb249ea439bef20eceb317835c0cee7eaf9c097687f328e83b hmac: 1d61087f0abef2cba49ef473f73b417af31bdfb30b618fff5f041e76b92b5c1d
... ...

View File

@@ -1,7 +1,7 @@
# https://github.com/docker/buildx/releases/ # https://github.com/docker/buildx/releases/
ARG BUILDX_VERSION=0.20.1 ARG BUILDX_VERSION=0.25.0
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
ARG DOCKER_VERSION=27.5.1-dind-alpine3.21 ARG DOCKER_VERSION=28.3.0-dind-alpine3.22
FROM hub.docker.struchkov.dev/alpine AS fetcher FROM hub.docker.struchkov.dev/alpine AS fetcher