Container build.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-27 19:47:11 +01:00
parent b853fd5fa2
commit 89ba6e927e
2 changed files with 25 additions and 0 deletions

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/redmine
tags:
- latest
- ${DRONE_TAG:-latest}

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM redmine:5-bullseye
COPY plugins/ plugins/
RUN gem install icalendar \
&& cd redmine_ics_export \
&& bundle install --without development test \
&& cd ..\000_redmine_x_ux_upgrade \
&& bundle install --without development test