Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11725145
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
623 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
FROM tomcat:9.0.75-jre17
RUN apt update && apt install unzip -y && \
wget --no-verbose -O /usr/local/tomcat/lib/postgresql.jar https://jdbc.postgresql.org/download/postgresql-42.6.0.jar && \
wget --no-verbose -O /tmp/orbeon.zip "https://github.com/orbeon/orbeon-forms/releases/download/tag-release-2022.1-ce/orbeon-2022.1.202212310353-CE.zip" && \
cd /tmp && unzip orbeon.zip && \
mkdir deploy && cd deploy && \
unzip $(find .. -name orbeon.war) && \
mv /tmp/deploy /usr/local/tomcat/webapps/orbeon && \
rm -rf /tmp/orbeon.zip /tmp/deploy /var/cache/apt
EXPOSE 8080
CMD ["catalina.sh", "run"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 18, 19:10 (4 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991417
Default Alt Text
Dockerfile (623 B)
Attached To
Mode
rDORB Docker image for Orbeon
Attached
Detach File
Event Timeline
Log In to Comment