Compare commits

..

No commits in common. "main" and "v1.2.15-2" have entirely different histories.

13 changed files with 65 additions and 136 deletions

View File

@ -1,23 +0,0 @@
# Changelog
{{ range .Versions -}}
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

View File

@ -1,25 +0,0 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://gitea.rknet.org/docker/kanboard
options:
commit_groups:
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
chore: Others
test: Testing
ci: CI Pipeline
docs: Documentation
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
- BREAKING CHANGE

View File

@ -1,23 +1,3 @@
---
kind: pipeline
name: test
platform:
os: linux
arch: amd64
steps:
- name: markdownlint
image: thegeeklab/markdownlint-cli
commands:
- markdownlint 'README.md'
trigger:
ref:
- refs/heads/main
- refs/pull/**
- refs/tags/**
---
kind: pipeline
name: build-container
@ -28,7 +8,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: plugins/docker
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -36,7 +16,7 @@ steps:
dry_run: true
password:
from_secret: docker_password
repo: thegeeklab/${DRONE_REPO_NAME}
repo: xoxys/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
@ -44,7 +24,7 @@ steps:
- refs/pull/**
- name: tags
image: thegeeklab/docker-autotag
image: xoxys/docker-autotag
environment:
DOCKER_AUTOTAG_FORCE_LATEST: True
DOCKER_AUTOTAG_IGNORE_PRERELEASE: True
@ -52,40 +32,31 @@ steps:
DOCKER_AUTOTAG_VERSION: ${DRONE_TAG}
when:
ref:
- refs/heads/main
- refs/heads/master
- refs/tags/**
depends_on:
- dryrun
- name: changelog
image: thegeeklab/git-chglog
commands:
- git fetch -tq
- git-chglog --no-color --no-emoji ${DRONE_TAG:---next-tag unreleased unreleased}
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
depends_on:
- tags
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: plugins/docker
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
dockerfile: Dockerfile
password:
from_secret: docker_password
repo: thegeeklab/${DRONE_REPO_NAME}
repo: xoxys/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
ref:
- refs/heads/main
- refs/heads/master
- refs/tags/**
depends_on:
- changelog
- tags
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: plugins/docker
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -98,10 +69,10 @@ steps:
from_secret: quay_username
when:
ref:
- refs/heads/main
- refs/heads/master
- refs/tags/**
depends_on:
- changelog
- tags
- name: publish-gitea
image: plugins/gitea-release
@ -119,15 +90,6 @@ steps:
- publish-dockerhub
- publish-quay
trigger:
ref:
- refs/heads/main
- refs/pull/**
- refs/tags/**
depends_on:
- test
---
kind: pipeline
name: notifications
@ -146,8 +108,8 @@ steps:
DOCKER_USER:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: Custom image for Kanboard Kanban project management
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
PUSHRM_SHORT: Rootless Kanboard - Kanban project management software
PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME}
when:
status:
- success
@ -183,7 +145,7 @@ steps:
trigger:
ref:
- refs/heads/main
- refs/heads/master
- refs/tags/**
status:
- success
@ -194,6 +156,6 @@ depends_on:
---
kind: signature
hmac: 2bc6998878baf263dbda96a4c7946551fffc788c2738660b4ebee62887f375d0
hmac: 6de8c4bda6096cd5de0da8809d028733c64a4b0a95eb5f2a5743c849bc88bc2c
...

1
.gitignore vendored
View File

@ -1,2 +1 @@
test/
CHANGELOG.md

View File

@ -1,6 +0,0 @@
---
default: True
MD013: False
MD041: False
MD004:
style: dash

View File

@ -1 +0,0 @@
.drone.yml

2
CHANGELOG.md Normal file
View File

@ -0,0 +1,2 @@
- INTERNAL
- publish to quay.io besides dockerhub

View File

@ -1,15 +1,13 @@
FROM thegeeklab/nginx:latest@sha256:1c97c8395046bf2eaa9e758661581d42a9857dcefc6bcf07908dac55dbf26082
FROM xoxys/nginx:latest
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="Kanboard"
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/kanboard"
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/kanboard"
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/kanboard"
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.name="Kanboard" \
org.label-schema.vcs-url="https://gitea.rknet.org/docker/kanboard" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=kanboard/kanboard
ENV KANBOARD_VERSION="${BUILD_VERSION:-v1.2.19}"
ARG BUILD_VERSION=master
ENV KANBOARD_VERSION="${BUILD_VERSION:-master}"
ADD overlay/ /

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,16 +1,16 @@
# kanboard
Custom image for Kanboard Kanban project management
Rootless Kanboard - Kanban project management software
[![Build Status](https://img.shields.io/drone/build/docker/kanboard?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/kanboard)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/kanboard)
[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/kanboard)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/kanboard)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/kanboard)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/kanboard/src/branch/main/LICENSE)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/kanboard/src/branch/master/LICENSE)
> **WARNING**: Since release v1.2.1102 this image is a rootless image and may BREAK your setup!
> __WARNING__: since release v1.2.1102 this image is a rootless image and may BREAK your setup!
Custom rootless Docker image for Kanboard, a project management software that focuses on the Kanban methodology.
Kanboard is project management software that focuses on the Kanban methodology.
## Usage
@ -24,12 +24,35 @@ Here are some example snippets to help you get started creating a container. Thi
docker create \
--name=kanboard \
-p 80:8080 \
thegeeklab/kanboard
xoxys/kanboard
```
### Docker Compose
Please take a look at the [example](https://gitea.rknet.org/docker/kanboard/src/branch/main/docker-compose.yml) compose file from the git repo.
Compatible with docker-compose v2 schemas.
```Yaml
---
version: '3'
services:
kanboard:
container_name: kanboard
image: xoxys/kanboard:latest
ports:
- "80:8080"
volumes:
- kanboard_data:/var/www/app/data
- kanboard_plugins:/var/www/app/plugins
environment:
KANBOARD_PLUGIN_INSTALLER: "true"
volumes:
kanboard_data:
driver: local
kanboard_plugins:
driver: local
```
## Environment variables
@ -136,4 +159,8 @@ PHP_SQL_SAFE_MODE=On
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/kanboard/src/branch/main/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/kanboard/src/branch/master/LICENSE) file for details.
## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)

View File

@ -1,10 +1,10 @@
---
version: "3"
version: '3'
services:
kanboard:
container_name: kanboard
image: thegeeklab/kanboard
image: xoxys/kanboard:latest
ports:
- "80:8080"
volumes:

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
/usr/local/bin/gomplate -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl
/usr/local/bin/gomplate -V -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -V -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl
exec supercronic -split-logs /etc/crontabs/nginx 1>/dev/null &
exec php-fpm7 -F &

View File

@ -1,4 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets:docker"]
}