Sign inSign up
bonita logo

bonita:2025.1

Also known as:
10.3
10.3.0
2025.1-u0
latest
Languages & frameworks
Index digest

sha256:8d49dbbb8d3b84ab58c08a3e87eb00e83cca5bec1aba68c793b11cc25ca17563

OS/ARCH

linux/amd64

Compressed size

185.99 MB

Last pushed

10 months by doijanky

Type

Image

Vulnerabilities

20
84
83
26
13

Manifest digest

sha256:b4dd4adc5f04f4b9342eb74569d4ad6ace0563dda417f3fa902ad7a1bb7082d0

Layers (46)

eclipse-temurin:fd738d88920f7a5d89521743107c89a416945c50581bd08ca86ee0ee743432ab
2
32
38
11
12
bonita:2025.1
18
52
45
15
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

948 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.3.0

0 B


21

ENV BRANDING_VERSION=2025.1-u0

0 B


22

ENV BONITA_SHA256=44c078fad0ffeec0afac2bf512040be16af4b722369039fe3daef1c091594637

0 B


23

ENV ZIP_FILE=BonitaCommunity-2025.1-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.3.0/bundle-tomcat-10.3.0.zip

0 B


26

RUN |5 BONITA_VERSION=10.3.0 BRANDING_VERSION=2025.1-u0 BONITA_SHA256=44c078fad0ffeec0afac2bf512040be16af4b722369039fe3daef1c091594637 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.3.0/bundle-tomcat-10.3.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.3.0 BRANDING_VERSION=2025.1-u0 BONITA_SHA256=44c078fad0ffeec0afac2bf512040be16af4b722369039fe3daef1c091594637 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.3.0/bundle-tomcat-10.3.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.14 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