Compare commits

...

5 Commits
1.7.40 ... 1.7

Author SHA1 Message Date
Erik Huelsmann
e0eba0f5a2 Update README.md -- 1.10 is EOL 2024-10-21 23:42:26 +02:00
Erik Huelsmann
c108d57d3e Update README.md 2023-10-03 23:00:36 +02:00
Erik Huelsmann
3fd3b466c6 Update latest 1.9 release 2023-09-29 15:27:43 +02:00
Erik Huelsmann
57f8f54dd3 Update README.md for 1.10 release 2022-09-24 12:05:02 +02:00
Erik Huelsmann
fe9561801b * Automatic Dockerfile update by release process 2022-08-24 02:52:20 -04:00
2 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:stretch-slim
FROM $SRCIMAGE AS builder
ARG LSMB_VERSION="1.7.40"
ARG LSMB_VERSION="1.7.41"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
@@ -45,7 +45,7 @@ MAINTAINER Freelock john@freelock.com
# Build time variables
ARG LSMB_VERSION="1.7.40"
ARG LSMB_VERSION="1.7.41"
ARG LSMB_DL_DIR="Releases"
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
- `1.8` - Preview version for the 1.8 branch
- `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
- `1.6`, `1.6.33` - Last official release from 1.6 branch
- `1.5`, `1.5.30` - Last official release from 1.5 branch
- `1.4`, `1.4.42` - Last official release from 1.4 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 the 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)
- `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
Containers supporting the development process are provided