Projects
Kolab:16:Testing
roundcubemail-selfcontained
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 41
View file
Dockerfile
Added
@@ -0,0 +1,7 @@ +FROM quay.io/almalinux/almalinux:8 +RUN dnf -y install php php-dom php-gd php-xml php-ldap php-mbstring php-cli php-json php-zip unzip bash git tar gzip wget curl npm which +RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"; php composer-setup.php --install-dir=/usr/local/bin --filename=composer +ADD buildroundcubemailtarball.sh /buildroundcubemailtarball.sh +RUN id default || (groupadd -g 1000 default && useradd -d /home/default/ -u 1000 -g 1000 default) +USER 1000 +WORKDIR /home/default/
View file
Makefile
Added
@@ -0,0 +1,12 @@ +build: + docker build . -t rcbuilder +tarball: build + docker run --rm -ti \ + --mount type=bind,source=${PWD},destination=/data \ + --mount type=bind,source=${HOME}/.ssh,destination=/home/default/.ssh \ + rcbuilder bash -c 'cd /data/; ./buildroundcubemailtarball.sh' +shell: + docker run --rm -ti \ + --mount type=bind,source=${PWD},destination=/data \ + --mount type=bind,source=${HOME}/.ssh,destination=/home/default/.ssh \ + rcbuilder /bin/bash
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.