Compare commits

..

17 Commits
1.8.21 ... 1.8

Author SHA1 Message Date
Erik Huelsmann
f18235973e Update README.md (mark all branches End-of-Life) 2024-10-21 23:44:21 +02:00
Erik Huelsmann
3e28682112 Update README.md -- 1.10 is EOL 2024-10-21 23:41:29 +02:00
Erik Huelsmann
e6553b53d6 Update README.md 2023-10-03 23:00:20 +02:00
Erik Huelsmann
4f5655dbee Update latest 1.9 release 2023-09-29 15:26:56 +02:00
Erik Huelsmann
02b4588325 Update README.md for 1.10 release 2022-09-24 12:01:58 +02:00
Erik Huelsmann
df6d21f4ad * Automatic Dockerfile update by release process 2022-08-24 03:07:59 -04:00
Erik Huelsmann
d83ab067c7 * Automatic Dockerfile update by release process 2022-08-10 16:12:13 -04:00
Erik Huelsmann
e48c4feb3f * Automatic Dockerfile update by release process 2022-04-29 15:25:43 -04:00
Erik Huelsmann
956d654760 * Automatic Dockerfile update by release process 2022-04-29 14:37:25 -04:00
Erik Huelsmann
b12fdd9770 * Automatic Dockerfile update by release process 2022-04-09 10:37:59 -04:00
Erik Huelsmann
fe44578c0f * Automatic Dockerfile update by release process 2022-03-11 08:33:26 -05:00
Erik Huelsmann
e77dae7d1c Change the hosting location of the LedgerSMB Docker images 2022-01-28 22:53:08 +01:00
Erik Huelsmann
74128eef35 * Automatic Dockerfile update by release process 2022-01-19 17:04:19 -05:00
Erik Huelsmann
a7326af5fa Update mail configuration environment variables
[skip ci]
2021-12-11 20:57:37 +01:00
Erik Huelsmann
fbe602af1c * Automatic Dockerfile update by release process 2021-12-08 15:59:13 -05:00
Erik Huelsmann
40107716c8 * Automatic Dockerfile update by release process 2021-11-14 04:24:09 -05:00
Erik Huelsmann
3c129424dc * Automatic Dockerfile update by release process 2021-10-12 16:25:46 -04:00
3 changed files with 17 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:buster-slim
FROM $SRCIMAGE AS builder FROM $SRCIMAGE AS builder
ARG LSMB_VERSION="1.8.21" ARG LSMB_VERSION="1.8.31"
ARG LSMB_DL_DIR="Releases" ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz" ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
@@ -44,7 +44,7 @@ FROM $SRCIMAGE
MAINTAINER Freelock john@freelock.com MAINTAINER Freelock john@freelock.com
# Build time variables # Build time variables
ARG LSMB_VERSION="1.8.21" ARG LSMB_VERSION="1.8.31"
ARG LSMB_DL_DIR="Releases" ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz" ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"

View File

@@ -4,11 +4,13 @@ Dockerfile for LedgerSMB Docker image
# Supported tags # Supported tags
- `1.8`, `1.8.x`, `latest` - Latest official release from the 1.8 branch - `1.10`, `1.10.38` - Last official release from the 1.10 branch (End-of-Life)
- `1.7`, `1.7.x` - Latest official release from 1.7 branch - `1.9`, `1.9.30` - Last official release from the 1.9 branch (End-of-Life)
- `1.6`, `1.6.33` - Last official release from 1.6 branch - `1.8`, `1.8.31` - Last official release from the 1.8 branch (End-of-Life)
- `1.5`, `1.5.30` - Last official release from 1.5 branch - `1.7`, `1.7.41` - Last official release from the 1.7 branch (End-of-Life)
- `1.4`, `1.4.42` - Last official release from 1.4 branch - `1.6`, `1.6.33` - Last official release from the 1.6 branch (End-of-Life)
- `1.5`, `1.5.30` - Last official release from the 1.5 branch (End-of-Life)
- `1.4`, `1.4.42` - Last official release from the 1.4 branch (End-of-Life)
- `master` - Master branch from git, unstable - `master` - Master branch from git, unstable
Containers supporting the development process are provided Containers supporting the development process are provided

View File

@@ -28,7 +28,7 @@ services:
lsmb: lsmb:
depends_on: depends_on:
- postgres - postgres
image: ledgersmb/ledgersmb:1.8 image: ghcr.io/ledgersmb/ledgersmb:1.8
networks: networks:
- internal - internal
- default - default
@@ -50,14 +50,13 @@ services:
LSMB_WORKERS: 2 LSMB_WORKERS: 2
# #
# #
# SSMTP_ROOT: # LSMB_MAIL_SMTPHOST:
# SSMTP_HOSTNAME: # LSMB_MAIL_SMTPPORT:
# SSMTP_MAILHUB: # LSMB_MAIL_SMTPTLS:
# SSMTP_AUTH_USER: # LSMB_MAIL_SMTPSENDER_HOSTNAME:
# SSMTP_AUTH_PASS: # LSMB_MAIL_SMTPUSER:
# SSMTP_AUTH_METHOD: # LSMB_MAIL_SMTPPASS:
# SSMTP_USE_STARTTLS: # LSMB_MAIL_SMTPAUTHMECH:
# SSMTP_FROMLINE_OVERRIDE:
# #
# #
# The PROXY_IP environment variable lets you set the IP address # The PROXY_IP environment variable lets you set the IP address