Bump to SeedDMS 6.0.28
This commit is contained in:
parent
798ae8f1a4
commit
f21753c8b3
@ -21,7 +21,7 @@ podman run -it --rm \
|
|||||||
--env "POSTGRES_DB=seeddms" \
|
--env "POSTGRES_DB=seeddms" \
|
||||||
--volume ~/postgres_data:/var/lib/postgresql/data \
|
--volume ~/postgres_data:/var/lib/postgresql/data \
|
||||||
--ip 10.88.0.2 \
|
--ip 10.88.0.2 \
|
||||||
docker.io/postgres:14-alpine
|
docker.io/postgres:16-alpine
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
seeddms:
|
seeddms:
|
||||||
build: seeddms
|
build: seeddms
|
||||||
image: seeddms:6.0.24-230514
|
image: seeddms:6.0.28-240826
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- seeddms-postgres
|
- seeddms-postgres
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
- seeddms_data:/srv/seeddms/data
|
- seeddms_data:/srv/seeddms/data
|
||||||
|
|
||||||
seeddms-postgres:
|
seeddms-postgres:
|
||||||
image: postgres:14-alpine
|
image: postgres:16-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER
|
- POSTGRES_USER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM docker.io/alpine:3.15
|
FROM docker.io/alpine:3.15
|
||||||
|
|
||||||
ARG SEEDDMS_VERSION=6.0.24
|
ARG SEEDDMS_VERSION=6.0.28
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Update packages
|
# Update packages
|
||||||
@ -21,7 +21,7 @@ RUN \
|
|||||||
# Set python interpret
|
# Set python interpret
|
||||||
ln -s /usr/bin/python3 /usr/bin/python && \
|
ln -s /usr/bin/python3 /usr/bin/python && \
|
||||||
# Install unoconv
|
# Install unoconv
|
||||||
wget https://raw.githubusercontent.com/dagwieers/unoconv/master/unoconv -O /usr/bin/unoconv && \
|
wget https://raw.githubusercontent.com/unoconv/unoconv/master/unoconv -O /usr/bin/unoconv && \
|
||||||
chmod +x /usr/bin/unoconv && \
|
chmod +x /usr/bin/unoconv && \
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf /etc/crontabs/root /etc/periodic
|
rm -rf /etc/crontabs/root /etc/periodic
|
||||||
@ -36,10 +36,6 @@ RUN \
|
|||||||
adduser -S -u 8080 -h /srv/seeddms -s /bin/false -g seeddms -G seeddms seeddms && \
|
adduser -S -u 8080 -h /srv/seeddms -s /bin/false -g seeddms -G seeddms seeddms && \
|
||||||
chown -R seeddms:seeddms /srv/seeddms
|
chown -R seeddms:seeddms /srv/seeddms
|
||||||
|
|
||||||
RUN \
|
|
||||||
# Fix missing "secret" column in create_tables-postgres.sql inserts
|
|
||||||
sed -i "s/'21232f297a57a5a743894a0e4a801fc3'/'21232f297a57a5a743894a0e4a801fc3', ''/" /srv/seeddms/seeddms/install/create_tables-postgres.sql
|
|
||||||
|
|
||||||
COPY --chown=seeddms:seeddms image.d/srv/seeddms/ /srv/seeddms/
|
COPY --chown=seeddms:seeddms image.d/srv/seeddms/ /srv/seeddms/
|
||||||
COPY image.d/etc/ /etc/
|
COPY image.d/etc/ /etc/
|
||||||
COPY image.d/entrypoint.sh /
|
COPY image.d/entrypoint.sh /
|
||||||
|
Loading…
Reference in New Issue
Block a user