40 Commits

Author SHA1 Message Date
MrMeeb 5fcb0c0e08 typo correction on readme [CI SKIP] 2023-06-05 21:18:31 +00:00
MrMeeb aace951501 Merge pull request 'fix drone release build dependency graph' (#4) from develop into main
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2023-06-05 21:09:47 +00:00
MrMeeb 193f104408 fix drone release build dependency graph
continuous-integration/drone/push Build is passing
2023-06-05 21:04:42 +00:00
MrMeeb c4e8faff3b Merge pull request '1.0.2' (#3) from develop into main
continuous-integration/drone/push Build was killed
Reviewed-on: #3
2023-06-05 20:50:04 +00:00
MrMeeb 0080d188ab update readme [CI SKIP] 2023-06-05 20:49:35 +00:00
MrMeeb eefaba12cb fix drone dependency graph
continuous-integration/drone/push Build is passing
2023-06-05 20:43:23 +00:00
MrMeeb 114c87fefe drone build and public to ghcr also 2023-06-05 20:43:23 +00:00
MrMeeb a8eb04c76b expose log dir to /config volume 2023-06-05 20:43:23 +00:00
MrMeeb debd509868 add cronicle info to readme [CI SKIP] 2023-06-05 20:43:23 +00:00
MrMeeb e8d9f7c8cd add LOG_LEVEL env var 2023-06-05 20:43:23 +00:00
MrMeeb 98ab91f73f update readme [CI SKIP] 2023-06-05 20:43:23 +00:00
MrMeeb 694ba8f5ce add nano, change editor to it 2023-06-05 20:43:23 +00:00
MrMeeb c232595f36 Merge pull request '1.0.1' (#2) from develop into main
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: #2
2023-05-27 22:10:46 +00:00
MrMeeb 6ac07ec9a0 cleanup misc files in app dir
continuous-integration/drone/push Build is passing
2023-05-27 22:05:58 +00:00
MrMeeb ab73132553 set permissions to 1000 at build
continuous-integration/drone/push Build is passing
2023-05-27 21:58:31 +00:00
MrMeeb 76cdb2640e fix to defined cronicle version 2023-05-27 21:53:40 +00:00
MrMeeb f1f322d58a rename user to cronicle 2023-05-27 18:46:23 +00:00
MrMeeb bfbc0e22d7 fix not hooking conf in if already setup
continuous-integration/drone/push Build is passing
2023-05-27 18:15:12 +00:00
MrMeeb f3dc829111 get correct s6 for architecture
continuous-integration/drone/push Build is passing
2023-05-27 17:49:19 +00:00
MrMeeb 9c3caf751e Merge pull request '1.0.0' (#1) from develop into main
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: #1
2023-05-27 16:53:07 +00:00
MrMeeb 1ac78908ad tweak build behaviour [CI SKIP] 2023-05-27 16:49:13 +00:00
MrMeeb f990871798 updated readme [CI SKIP] 2023-05-27 16:46:47 +00:00
MrMeeb 2ecac58414 add .gitignore [CI SKIP] 2023-05-27 15:37:58 +00:00
MrMeeb 613393f328 redesign around s6-overlay
continuous-integration/drone/push Build is passing
2023-05-27 13:43:46 +00:00
MrMeeb 30026b4e17 update readme [CI SKIP] 2023-05-27 13:42:38 +00:00
MrMeeb 580845afe0 add goreleaser [CI SKIP] 2023-05-27 13:40:53 +00:00
MrMeeb d4aa8ff410 update drone behaviour [CI SKIP] 2023-05-27 13:40:44 +00:00
MrMeeb b3436f3b2c create cronicle user at build
continuous-integration/drone/push Build is passing
2022-12-29 23:49:45 +00:00
MrMeeb 4541df4c8a Merge branch 'main' of https://git.mrmeeb.stream/MrMeeb/cronicle-docker
continuous-integration/drone/push Build is passing
2022-12-29 20:36:16 +00:00
MrMeeb 26c3a15c81 logic fixes 2022-12-29 20:36:15 +00:00
MrMeeb e10acf4e46 Update '.drone.yml'
continuous-integration/drone/push Build is passing
2022-12-29 19:41:42 +00:00
MrMeeb 2d8fb52b23 Update '.drone.yml'
continuous-integration/drone/push Build is failing
2022-12-29 19:03:26 +00:00
MrMeeb 511704a90f drone notify on failure
continuous-integration/drone/push Build was killed
2022-12-29 17:51:38 +00:00
MrMeeb 70d6215ca3 Add logic to detect if config is missing as worker
continuous-integration/drone/push Build is failing
2022-12-29 17:46:57 +00:00
MrMeeb d759db2bb0 Update '.drone.yml'
continuous-integration/drone/push Build is passing
2022-12-27 11:48:39 +00:00
MrMeeb c04d6febad Merge branch 'main' of https://git.mrmeeb.stream/MrMeeb/cronicle-docker
continuous-integration/drone/push Build was killed
2022-12-27 11:44:58 +00:00
MrMeeb cad9b48ab9 add drone, add logic for init scripts 2022-12-27 11:44:51 +00:00
MrMeeb 327208391b Update 'README.md' 2022-12-26 22:31:41 +00:00
MrMeeb ee7034cba3 more dev 2022-12-26 22:30:42 +00:00
MrMeeb 78f681fb41 first commit 2022-12-26 18:21:10 +00:00
2 changed files with 32 additions and 75 deletions
+31 -74
View File
@@ -1,11 +1,12 @@
kind: pipeline
type: docker
name: build-release-images
name: build-main-images
trigger:
event:
exclude:
- pull_request
ref:
- refs/heads/main
- refs/tags/**
platform:
@@ -18,16 +19,36 @@ steps:
image: docker:git
commands:
- git fetch --tags
when:
ref:
- refs/tags/**
depends_on:
- clone
# Set tags for main branch
- name: make-tags
image: node
commands:
- echo -n "${DRONE_TAG}, latest" > .tags
- echo -n "${DRONE_COMMIT_SHA:0:8}, latest" > .tags
when:
ref:
- refs/heads/main
depends_on:
- get-tags
- clone
- name: make-tags-release
image: node
commands:
- echo -n "${DRONE_TAG}, latest" > .tags
when:
ref:
- refs/tags/**
depends_on:
- get-tags
- clone
# Build containers from main branch
- name: build-gitea
image: thegeeklab/drone-docker-buildx
privileged: true
@@ -44,6 +65,7 @@ steps:
- linux/amd64
depends_on:
- make-tags
- make-tags-release
- name: build-github
image: thegeeklab/drone-docker-buildx
@@ -61,6 +83,7 @@ steps:
- linux/amd64
depends_on:
- make-tags
- make-tags-release
- name: release-gitea
image: goreleaser/goreleaser
@@ -69,6 +92,9 @@ steps:
from_secret: gitea_token
commands:
- goreleaser release -f .goreleaser-gitea.yaml
when:
ref:
- refs/tags/**
depends_on:
- build-gitea
@@ -79,6 +105,9 @@ steps:
from_secret: github_token
commands:
- goreleaser release -f .goreleaser-github.yaml
when:
ref:
- refs/tags/**
depends_on:
- build-github
@@ -94,78 +123,6 @@ steps:
depends_on:
- release-gitea
- release-github
---
kind: pipeline
type: docker
name: build-main-images
trigger:
event:
exclude:
- pull_request
ref:
- refs/heads/main
platform:
os: linux
arch: amd64
steps:
- name: make-tags
image: node
commands:
- echo -n "${DRONE_COMMIT_SHA:0:8}, latest" > .tags
when:
ref:
- refs/heads/main
depends_on:
- clone
- name: build-gitea
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
provenance: false
registry: git.mrmeeb.stream
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.mrmeeb.stream/mrmeeb/cronicle
platforms:
- linux/arm64
- linux/amd64
depends_on:
- make-tags
- name: build-github
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
provenance: false
registry: ghcr.io
username:
from_secret: docker_username
password:
from_secret: github_token
repo: ghcr.io/mrmeeb/cronicle
platforms:
- linux/arm64
- linux/amd64
depends_on:
- make-tags
- name: notify
image: plugins/slack
when:
status:
- success
- failure
settings:
webhook:
from_secret: slack_webhook
depends_on:
- build-github
- build-gitea
+1 -1
View File
@@ -10,7 +10,7 @@ ENV S6_OVERLAY_ARCH=aarch64
FROM base-${TARGETARCH}${TARGETVARIANT}
ARG S6_OVERLAY_VERSION=3.1.5.0
ARG CRONICLE_EDGE_VERSION=.1.6.3
ARG CRONICLE_EDGE_VERSION=1.6.2
ENV CRONICLE_foreground=1
ENV CRONICLE_echo=1