mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 00:00:29 -04:00
Compare commits
17 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
684e25e6cd | ||
|
3d205f98cd | ||
|
9e1ff55f91 | ||
|
987017bd58 | ||
|
d5658c4f8f | ||
|
6fb1f55ce0 | ||
|
c6fabcbdf7 | ||
|
8a67a6f918 | ||
|
fa1ce9866c | ||
|
f4dc5baa8d | ||
|
f4e951bf5c | ||
|
d37331758d | ||
|
fc3a76576c | ||
|
21fd38d268 | ||
|
b540438bca | ||
|
4c11eb8db5 | ||
|
f475330713 |
@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:bullseye-slim
|
||||
|
||||
FROM $SRCIMAGE AS builder
|
||||
|
||||
ARG LSMB_VERSION="1.9.17"
|
||||
ARG LSMB_VERSION="1.9.30"
|
||||
ARG LSMB_DL_DIR="Releases"
|
||||
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
||||
|
||||
@@ -51,7 +51,7 @@ LABEL org.opencontainers.image.description="LedgerSMB is a full featured double-
|
||||
the LedgerSMB project is to bring high quality ERP and accounting capabilities\
|
||||
to Small and Midsize Businesses."
|
||||
|
||||
ARG LSMB_VERSION="1.9.17"
|
||||
ARG LSMB_VERSION="1.9.30"
|
||||
ARG LSMB_DL_DIR="Releases"
|
||||
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
||||
|
||||
|
@@ -4,8 +4,9 @@ Dockerfile for LedgerSMB Docker image
|
||||
|
||||
# Supported tags
|
||||
|
||||
- `1.10`, `1.10.x`, `latest` - Latest official release from the 1.10 branch
|
||||
- `1.9`, `1.9.x` - Latest official release from the 1.9 branch
|
||||
- `1.11`, `1.11.x`, `latest` - Latest official release from the 1.11 branch
|
||||
- `1.10`, `1.10.38` - Last official release from the 1.10 branch (End-of-Life)
|
||||
- `1.9`, `1.9.30` - Last official release from 1.9 branch (End-of-Life)
|
||||
- `1.8`, `1.8.31` - Last official release from the 1.8 branch (End-of-Life)
|
||||
- `1.7`, `1.7.41` - Last official release from the 1.7 branch (End-of-Life)
|
||||
- `1.6`, `1.6.33` - Last official release from the 1.6 branch (End-of-Life)
|
||||
|
@@ -17,6 +17,8 @@
|
||||
version: "3.2"
|
||||
services:
|
||||
proxy:
|
||||
depends_on:
|
||||
- lsmb
|
||||
image: nginx:1-alpine
|
||||
volumes:
|
||||
- "lsmbdata:/srv/ledgersmb"
|
||||
|
Reference in New Issue
Block a user