Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3779560
D3131.id7984.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
748 B
Referenced Files
None
Subscribers
None
D3131.id7984.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,7 @@
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 && \
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+## Docker image for Orbeon Forms CE
+
+This image deploys Tomcat 9 with the Orbeon Forms CE war,
+and PostgreSQL JDBC.
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 08:46 (21 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264156
Default Alt Text
D3131.id7984.diff (748 B)
Attached To
Mode
D3131: Add PostgreSQL JDBC to Tomcat
Attached
Detach File
Event Timeline
Log In to Comment