feat: with docker
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-30 20:39:50 +01:00
parent 5caf30ec9d
commit c61abf50ec
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -47,8 +47,6 @@ steps:
volumes: volumes:
- name: ssh - name: ssh
path: /root/.ssh/ path: /root/.ssh/
- name: dockersock
path: /var/run
- name: ci - name: ci
path: /mnt/ci path: /mnt/ci
commands: commands:
@ -70,6 +68,7 @@ steps:
from_secret: docker_password from_secret: docker_password
DOCKER_USERNAME: DOCKER_USERNAME:
from_secret: docker_username from_secret: docker_username
DOCKER_HOST: "tcp://192.168.1.233:2376"
CUDDLE_SECRETS_PROVIDER: 1password CUDDLE_SECRETS_PROVIDER: 1password
CUDDLE_ONE_PASSWORD_DOT_ENV: ".env.ci" CUDDLE_ONE_PASSWORD_DOT_ENV: ".env.ci"
CUDDLE_SSH_AGENT: "true" CUDDLE_SSH_AGENT: "true"
@ -94,8 +93,6 @@ steps:
volumes: volumes:
- name: ssh - name: ssh
path: /root/.ssh/ path: /root/.ssh/
# - name: dockersock
# path: /var/run
- name: ci - name: ci
path: /mnt/ci path: /mnt/ci
commands: commands:
@ -154,8 +151,6 @@ steps:
volumes: volumes:
- name: ssh - name: ssh
path: /root/.ssh/ path: /root/.ssh/
- name: dockersock
path: /var/run
- name: ci - name: ci
path: /mnt/ci path: /mnt/ci
commands: commands:
@ -189,18 +184,8 @@ steps:
- "load_secret" - "load_secret"
- "build ci" - "build ci"
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes: volumes:
- name: ssh - name: ssh
temp: {} temp: {}
- name: dockersock
temp: {}
- name: ci - name: ci
temp: {} temp: {}