Inital commit
ci/woodpecker/manual/woodpecker Pipeline was successful Details

This commit is contained in:
Erki Aas 2023-07-29 22:52:57 +03:00
commit 949bc0591c
3 changed files with 17 additions and 0 deletions

13
.woodpecker.yml Normal file
View File

@ -0,0 +1,13 @@
pipeline:
docker:
image: plugins/kaniko
settings:
repo: harbor.k-space.ee/${CI_REPO}
registry: harbor.k-space.ee
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM docker.io/tiredofit/freescout
RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /www/html/Modules/OAuth

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# freescout
[Freescout docker image](https://github.com/tiredofit/docker-freescout) with [OAuth/OIDC plugin](https://github.com/bolsunovskyi/freescout-oauth) installed.