BUILDX_VERSION=0.31.0 and DOCKER_VERSION=29.2.0-dind-alpine3.23
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
@@ -6,7 +6,7 @@ name: docker-with-buildx
|
||||
steps:
|
||||
- name: Release For Tag
|
||||
# https://hub.docker.com/r/library/docker
|
||||
image: hub.docker.struchkov.dev/docker:28.4.0-dind-alpine3.22
|
||||
image: hub.docker.struchkov.dev/docker:29.1.5-dind-alpine3.23
|
||||
environment:
|
||||
DOCKER_REGISTRY_TOKEN:
|
||||
from_secret: DOCKER_REGISTRY_TOKEN
|
||||
@@ -32,7 +32,7 @@ trigger:
|
||||
services:
|
||||
- name: docker
|
||||
# https://hub.docker.com/r/library/docker
|
||||
image: hub.docker.struchkov.dev/docker:28.4.0-dind-alpine3.22
|
||||
image: hub.docker.struchkov.dev/docker:29.1.5-dind-alpine3.23
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
@@ -48,6 +48,6 @@ image_pull_secrets:
|
||||
# drone sign --save DockerFiles/docker-with-buildx
|
||||
---
|
||||
kind: signature
|
||||
hmac: 12d48ddcf865b2b5ad796db53a09a093f1e38a301c86ab489c8ab83d3c06faf4
|
||||
hmac: af4f9bda7ca3c0dddfd4d8e5b4b65ed265c6b236122186e947f0e465660b0501
|
||||
|
||||
...
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# https://github.com/docker/buildx/releases/
|
||||
ARG BUILDX_VERSION=0.28.0
|
||||
ARG BUILDX_VERSION=0.31.0
|
||||
# https://hub.docker.com/r/library/docker
|
||||
ARG DOCKER_VERSION=28.4.0-dind-alpine3.22
|
||||
ARG DOCKER_VERSION=29.1.5-dind-alpine3.23
|
||||
|
||||
FROM hub.docker.struchkov.dev/alpine AS fetcher
|
||||
|
||||
|
||||
Reference in New Issue
Block a user