update build
This commit is contained in:
87
.drone.yml
87
.drone.yml
@@ -1,46 +1,47 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
#---
|
||||||
type: docker
|
#kind: pipeline
|
||||||
name: docker-build-and-push
|
#type: docker
|
||||||
|
#name: docker-build-and-push
|
||||||
trigger:
|
#
|
||||||
branch:
|
#trigger:
|
||||||
- drone-v4
|
# branch:
|
||||||
|
# - drone-v4
|
||||||
image_pull_secrets:
|
#
|
||||||
- DOCKER_AUTH
|
#image_pull_secrets:
|
||||||
|
# - DOCKER_AUTH
|
||||||
services:
|
#
|
||||||
- name: docker
|
#services:
|
||||||
# https://hub.docker.com/r/library/docker
|
# - name: docker
|
||||||
image: hub.docker.struchkov.dev/docker:27.3.1-dind-alpine3.20
|
# # https://hub.docker.com/r/library/docker
|
||||||
privileged: true
|
# image: hub.docker.struchkov.dev/docker:27.3.1-dind-alpine3.20
|
||||||
volumes:
|
# privileged: true
|
||||||
- name: dockersock
|
# volumes:
|
||||||
path: /var/run
|
# - name: dockersock
|
||||||
|
# path: /var/run
|
||||||
volumes:
|
#
|
||||||
- name: dockersock
|
#volumes:
|
||||||
temp: {}
|
# - name: dockersock
|
||||||
|
# temp: {}
|
||||||
steps:
|
#
|
||||||
- name: docker build an publish
|
#steps:
|
||||||
# https://hub.docker.com/r/library/docker
|
# - name: docker build an publish
|
||||||
image: docker.struchkov.dev/docker-buildx:latest
|
# # https://hub.docker.com/r/library/docker
|
||||||
environment:
|
# image: docker.struchkov.dev/docker-buildx:latest
|
||||||
DOCKER_REGISTRY_TOKEN:
|
# environment:
|
||||||
from_secret: DOCKER_REGISTRY_TOKEN
|
# DOCKER_REGISTRY_TOKEN:
|
||||||
DOCKER_REGISTRY_USER:
|
# from_secret: DOCKER_REGISTRY_TOKEN
|
||||||
from_secret: DOCKER_REGISTRY_USER
|
# DOCKER_REGISTRY_USER:
|
||||||
volumes:
|
# from_secret: DOCKER_REGISTRY_USER
|
||||||
- name: dockersock
|
# volumes:
|
||||||
path: /var/run
|
# - name: dockersock
|
||||||
commands:
|
# path: /var/run
|
||||||
- sleep 15
|
# commands:
|
||||||
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
|
# - sleep 15
|
||||||
- echo "$DOCKER_REGISTRY_TOKEN" | docker login hub.docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
|
# - echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
|
||||||
- docker build -t "docker.struchkov.dev/quartz:develop" .
|
# - echo "$DOCKER_REGISTRY_TOKEN" | docker login hub.docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
|
||||||
- docker push docker.struchkov.dev/quartz:develop
|
# - docker build -t "docker.struchkov.dev/quartz:develop" .
|
||||||
|
# - docker push docker.struchkov.dev/quartz:develop
|
||||||
# - docker buildx create --use
|
# - docker buildx create --use
|
||||||
# - docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t "docker.struchkov.dev/quartz:develop" .
|
# - docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t "docker.struchkov.dev/quartz:develop" .
|
||||||
---
|
---
|
||||||
@@ -97,6 +98,6 @@ steps:
|
|||||||
# drone sign --save DockerFiles/quartz
|
# drone sign --save DockerFiles/quartz
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 071ecb0659da602ad6727b614d3634e92c416c97f0540d16647d444b1b193873
|
hmac: 52b1f4a46241a2b0703c61d987436b93a6473b4070f2afa51668b4d910e28095
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user