Sign inSign up
bonita logo

bonita:10.4.0

Also known as:
10.4
2025.2
2025.2-u0
latest
Languages & frameworks
Index digest

sha256:b47a2cfed18311dd3d9bdcaee6f6bdcca1fd261870d65181cb7a151daefcfceb

OS/ARCH

linux/amd64

Compressed size

186.31 MB

Last pushed

8 months by doijanky

Type

Image

Vulnerabilities

23
89
77
24
13

Manifest digest

sha256:a6b06b3e8fb8887a44d0b414cd62302bf78652e68c610452acf6a764cd37fa6f

Layers (46)

eclipse-temurin:8d7de21feb7ab8221ba039e5607b7f9cdcc0a9ce7cff0701615a02fec28290c4
5
38
33
11
12
bonita:10.4.0
18
51
44
13
1

11

LABEL maintainer=Bonitasoft Runtime team <[email protected]>

0 B


12

RUN /bin/sh -c apk add --no-cache tzdata curl unzip bash su-exec jattach # buildkit

1.89 MB


13

RUN /bin/sh -c mkdir /opt/custom-init.d/ # buildkit

123 B


14

RUN /bin/sh -c addgroup -S -g 1000 bonita && adduser -u 1000 -S -G bonita -h /opt/bonita/ -s /sbin/nologin bonita # buildkit

946 B


15

ARG BONITA_VERSION

0 B


16

ARG BRANDING_VERSION

0 B


17

ARG BONITA_SHA256

0 B


18

ARG BASE_URL

0 B


19

ARG BONITA_URL

0 B


20

ENV BONITA_VERSION=10.4.0

0 B


21

ENV BRANDING_VERSION=2025.2-u0

0 B


22

ENV BONITA_SHA256=b143e4f62959910c38143413ad9f0c72233c0e4f27324c41a4eb2cfdda82dbea

0 B


23

ENV ZIP_FILE=BonitaCommunity-2025.2-u0.zip

0 B


24

ENV BASE_URL=https://search.maven.org/remotecontent?filepath=org/bonitasoft/distrib/bundle-tomcat

0 B


25

ENV BONITA_URL=https://search.maven.org/remotecontent?filepath=org/bonitasoft/distrib/bundle-tomcat/10.4.0/bundle-tomcat-10.4.0.zip

0 B


26

RUN |5 BONITA_VERSION=10.4.0 BRANDING_VERSION=2025.2-u0 BONITA_SHA256=b143e4f62959910c38143413ad9f0c72233c0e4f27324c41a4eb2cfdda82dbea BASE_URL=https://search.maven.org/remotecontent?filepath=org/bonitasoft/distrib/bundle-tomcat BONITA_URL=https://search.maven.org/remotecontent?filepath=org/bonitasoft/distrib/bundle-tomcat/10.4.0/bundle-tomcat-10.4.0.zip /bin/sh -c mkdir /opt/files # buildkit

114 B


27

COPY files /opt/files # buildkit

3.72 KB


28

RUN |5 BONITA_VERSION=10.4.0 BRANDING_VERSION=2025.2-u0 BONITA_SHA256=b143e4f62959910c38143413ad9f0c72233c0e4f27324c41a4eb2cfdda82dbea BASE_URL=https://search.maven.org/remotecontent?filepath=org/bonitasoft/distrib/bundle-tomcat BONITA_URL=https://search.maven.org/remotecontent?filepath=org/bonitasoft/distrib/bundle-tomcat/10.4.0/bundle-tomcat-10.4.0.zip /bin/sh -c if [ -f "/opt/files/BonitaCommunity-${BRANDING_VERSION}.zip" ]; then echo "File already present in /opt/files"; else curl -fsSL ${BONITA_URL} -o /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip && echo "$BONITA_SHA256 */opt/files/$ZIP_FILE" | sha256sum -c -; fi && unzip -q /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip -d /opt/bonita/ && mv /opt/bonita/BonitaCommunity-${BRANDING_VERSION}/* /opt/bonita && rmdir /opt/bonita/BonitaCommunity-${BRANDING_VERSION} && rm -f /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip && mkdir -p /opt/bonita/conf/logs/ && mkdir -p /opt/bonita/logs/ && mv /opt/files/log4j2/log4j2-appenders.xml /opt/bonita/conf/logs/ && mv /opt/bonita/server/conf/log4j2-loggers.xml /opt/bonita/conf/logs/ && chown -R bonita:bonita /opt/bonita && chmod go+w /opt/ && chmod -R +rX /opt && chmod go+w /opt/bonita && chmod 777 /opt/bonita/server/logs && chmod 777 /opt/bonita/logs/ && chmod 777 /opt/bonita/server/temp && chmod 777 /opt/bonita/server/work && chmod -R go+w /opt/bonita/server/conf && chmod -R go+w /opt/bonita/server/bin && chmod -R go+w /opt/bonita/server/lib/bonita && chmod -R go+w /opt/bonita/setup # buildkit

120.19 MB


29

ENV HTTP_API=false

0 B


30

ENV HTTP_API_USERNAME=http-api

0 B


31

ENV HTTP_API_PASSWORD=

0 B


32

ENV MONITORING_USERNAME=monitoring

0 B


33

ENV MONITORING_PASSWORD=mon1tor1ng_adm1n

0 B


34

ENV JMX_REMOTE_ACCESS=false

0 B


35

ENV REMOTE_IP_VALVE_ENABLED=false

0 B


36

ENV ACCESSLOGS_STDOUT_ENABLED=false

0 B


37

ENV ACCESSLOGS_FILES_ENABLED=false

0 B


38

ENV ACCESSLOGS_PATH=/opt/bonita/logs

0 B


39

ENV ACCESSLOGS_PATH_APPEND_HOSTNAME=false

0 B


40

ENV ACCESSLOGS_MAX_DAYS=30

0 B


41

ENV HTTP_MAX_THREADS=20

0 B


42

COPY templates /opt/templates # buildkit

5.85 KB


43

EXPOSE map[8080/tcp:{} 9000/tcp:{}]

0 B


44

ENTRYPOINT ["/__cacert_entrypoint.sh" "/opt/files/startup.sh"]

0 B


45

CMD ["/opt/bonita/server/bin/catalina.sh" "run"]

0 B