This commit is contained in:
parent
7e435f322b
commit
33a54b1184
@ -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.1.2-dind-alpine3.20
|
image: hub.docker.struchkov.dev/docker:27.3.1-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.1.2-dind-alpine3.20
|
image: hub.docker.struchkov.dev/docker:27.3.1-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: 9f5e75a620fdda60afca13b680401cf734d5f7dc36ccb7d3913169064c0fd360
|
hmac: 51b488a1807188012573693778f74f716c383b739d26b7b1b322b7b976ac28b6
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# https://github.com/docker/buildx/releases/
|
# https://github.com/docker/buildx/releases/
|
||||||
ARG BUILDX_VERSION=0.16.2
|
ARG BUILDX_VERSION=0.17.1
|
||||||
# https://hub.docker.com/r/library/docker
|
# https://hub.docker.com/r/library/docker
|
||||||
ARG DOCKER_VERSION=27.1.2-dind-alpine3.20
|
ARG DOCKER_VERSION=27.3.1-dind-alpine3.20
|
||||||
|
|
||||||
FROM hub.docker.struchkov.dev/alpine AS fetcher
|
FROM hub.docker.struchkov.dev/alpine AS fetcher
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user