From 949bc0591cf23e3b69a2b9006a72cd8697432423 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sat, 29 Jul 2023 22:52:57 +0300 Subject: [PATCH] Inital commit --- .woodpecker.yml | 13 +++++++++++++ Dockerfile | 2 ++ README.md | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 .woodpecker.yml create mode 100644 Dockerfile create mode 100644 README.md diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0dbda60 --- /dev/null +++ b/.woodpecker.yml @@ -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 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..30bc883 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/tiredofit/freescout +RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /www/html/Modules/OAuth diff --git a/README.md b/README.md new file mode 100644 index 0000000..052bbdd --- /dev/null +++ b/README.md @@ -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.