chore(compose,ci): always specify registry
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fab63e3eee
commit
3b9343debf
32
.drone.yml
32
.drone.yml
@ -13,19 +13,19 @@ trigger:
|
||||
steps:
|
||||
- name: alpine-hugo
|
||||
pull: always
|
||||
image: immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
commands:
|
||||
- hugo version
|
||||
|
||||
- name: alpine-rsync
|
||||
pull: always
|
||||
image: immawanderer/alpine-rsync:latest
|
||||
image: docker.io/immawanderer/alpine-rsync:latest
|
||||
commands:
|
||||
- uname -r
|
||||
|
||||
- name: hadolint
|
||||
pull: always
|
||||
image: hadolint/hadolint:2.10.0-alpine
|
||||
image: docker.io/hadolint/hadolint:2.10.0-alpine
|
||||
commands:
|
||||
- uname -r
|
||||
- hadolint --version
|
||||
@ -66,7 +66,7 @@ steps:
|
||||
|
||||
- name: hugo-extended
|
||||
pull: always
|
||||
image: immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
depends_on: [submodules]
|
||||
commands:
|
||||
- hugo version
|
||||
@ -130,14 +130,14 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: hadolint
|
||||
image: hadolint/hadolint:v2.10.0-alpine
|
||||
image: docker.io/hadolint/hadolint:v2.10.0-alpine
|
||||
commands:
|
||||
- hadolint --version
|
||||
- hadolint Dockerfile
|
||||
|
||||
- name: build
|
||||
pull: always
|
||||
image: tmaier/docker-compose:latest
|
||||
image: docker.io/tmaier/docker-compose:latest
|
||||
volumes:
|
||||
- name: s
|
||||
path: /var/run/docker.sock
|
||||
@ -181,7 +181,7 @@ steps:
|
||||
|
||||
- name: hugo-extended
|
||||
pull: always
|
||||
image: immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
depends_on: [submodules]
|
||||
commands:
|
||||
- hugo version
|
||||
@ -189,7 +189,7 @@ steps:
|
||||
|
||||
- name: deploy
|
||||
pull: if-not-exists
|
||||
image: alpine:3.15.0
|
||||
image: docker.io/library/alpine:3.15.0
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
@ -252,14 +252,14 @@ steps:
|
||||
|
||||
- name: hugo-extended
|
||||
pull: always
|
||||
image: immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.102.2
|
||||
depends_on: [submodules]
|
||||
commands:
|
||||
- hugo version
|
||||
- hugo --gc=true --minify
|
||||
|
||||
- name: hadolint
|
||||
image: hadolint/hadolint:v2.10.0-alpine
|
||||
image: docker.io/hadolint/hadolint:v2.10.0-alpine
|
||||
depends_on:
|
||||
- clone
|
||||
commands:
|
||||
@ -300,7 +300,7 @@ steps:
|
||||
|
||||
- name: rm-intermediate
|
||||
pull: if-not-exists
|
||||
image: immawanderer/fedora-hugo:linux-amd64
|
||||
image: docker.io/immawanderer/fedora-hugo:linux-amd64
|
||||
depends_on:
|
||||
- go build
|
||||
commands:
|
||||
@ -308,7 +308,7 @@ steps:
|
||||
|
||||
- name: build
|
||||
pull: always
|
||||
image: tmaier/docker-compose:latest
|
||||
image: docker.io/tmaier/docker-compose:latest
|
||||
depends_on:
|
||||
- rm-intermediate
|
||||
- hadolint
|
||||
@ -326,7 +326,7 @@ steps:
|
||||
|
||||
- name: deploy
|
||||
pull: always
|
||||
image: tmaier/docker-compose:latest
|
||||
image: docker.io/tmaier/docker-compose:latest
|
||||
depends_on:
|
||||
- build
|
||||
volumes:
|
||||
@ -373,7 +373,7 @@ depends_on: [deploy, deploy-staging]
|
||||
steps:
|
||||
- name: discord
|
||||
pull: if-not-exists
|
||||
image: appleboy/drone-discord:latest
|
||||
image: docker.io/appleboy/drone-discord:latest
|
||||
settings:
|
||||
message: >
|
||||
{{#success build.status}}
|
||||
@ -413,7 +413,7 @@ depends_on: [deploy]
|
||||
steps:
|
||||
- name: discord
|
||||
pull: always
|
||||
image: appleboy/drone-discord:latest
|
||||
image: docker.io/appleboy/drone-discord:latest
|
||||
settings:
|
||||
message: >
|
||||
{{#success build.status}}
|
||||
@ -434,6 +434,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 06767231c40702c03c1b2de45c80ed2d67853cd090870af543f8f498323003ce
|
||||
hmac: db9d7fad7e5ae3387693f534489a3d527e291f656470a31eeaea3c89956d1a9c
|
||||
|
||||
...
|
||||
|
@ -3,7 +3,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
reverse-proxy:
|
||||
image: traefik:2.8.4
|
||||
image: docker.io/library/traefik:2.8.4
|
||||
command: --api=false --api.dashboard=false --providers.docker
|
||||
mem_limit: 64m
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user