Compare commits

...

7 Commits

Author SHA1 Message Date
Renovator Bot 4b02767040 chore(deps): update dependency git-chglog/git-chglog to v0.15.3 (#80)
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2023-02-12 12:18:48 +01:00
Renovator Bot ecfefe12c0 chore(docker): update thegeeklab/alpine:latest docker digest to 883c0d7
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-02-11 06:02:57 +00:00
Renovator Bot 437ea62fdf chore(docker): update thegeeklab/alpine:latest docker digest to 2e4c73a
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-02-10 23:02:56 +00:00
Renovator Bot 486213a964 chore(docker): update thegeeklab/alpine:latest docker digest to 74ce2dc
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-02-09 10:03:02 +00:00
Robert Kaussow 6b33a8746e
ci: bump container build plugin to drone-docker-buildx:23
continuous-integration/drone/push Build is passing Details
2023-02-09 10:32:18 +01:00
Renovator Bot 8551ae2a79 chore(docker): update thegeeklab/alpine:latest docker digest to 8b189cf (#76)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2023-02-08 21:50:14 +01:00
Robert Kaussow 8a5d31ee10
fix drone-matrix template
continuous-integration/drone/push Build is passing Details
2023-02-08 21:22:13 +01:00
2 changed files with 10 additions and 10 deletions

View File

@ -28,12 +28,12 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
dry_run: true
repo: thegeeklab/${DRONE_REPO_NAME}
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
when:
ref:
- refs/pull/**
@ -69,15 +69,15 @@ steps:
- changelog-generate
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
from_secret: docker_password
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
provenance: false
when:
ref:
- refs/heads/main
@ -86,16 +86,16 @@ steps:
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
from_secret: quay_password
provenance: false
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: quay_username
provenance: false
when:
ref:
- refs/heads/main
@ -171,7 +171,7 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
template: "Status: **{{ .Build.Status }}**<br/> Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}<br/> Message: {{ .Commit.Message.Title }}"
username:
from_secret: matrix_username
when:
@ -192,6 +192,6 @@ depends_on:
---
kind: signature
hmac: be84fa5f05881cf3972a0a5405c919edac6e069175e554077727136e141d57d2
hmac: a6d86f36e665480bcdca9be016767fb554014910407b428eba9678a9dd27f2eb
...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:14d7caf70da8abf263d833df59a2fe22c632daa63b58a4b0bbc1b79ec16c3534
FROM thegeeklab/alpine:latest@sha256:883c0d7816fa8d5bfe13878faf3f64bc0c3e62a2bc76cb0943309e3b63d84b2d
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/git
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=git-chglog/git-chglog
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.15.2}"
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.15.3}"
COPY overlay/ /