Compare commits

...

2 Commits
1.12 ... 1.7.10

Author SHA1 Message Date
Erik Huelsmann
8930ac395d * Automatic Dockerfile update by release process 2020-03-07 15:14:25 +00:00
Erik Huelsmann
1bbf65543b Update README.md to set correct list of supported tags 2020-03-07 15:38:14 +01:00
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@ FROM debian:stretch-slim
MAINTAINER Freelock john@freelock.com MAINTAINER Freelock john@freelock.com
# Build time variables # Build time variables
ARG LSMB_VERSION="1.7.9" ARG LSMB_VERSION="1.7.10"
ARG LSMB_DL_DIR="Releases" ARG LSMB_DL_DIR="Releases"
# Install Perl, Tex, Starman, psql client, and all dependencies # Install Perl, Tex, Starman, psql client, and all dependencies

View File

@ -3,9 +3,11 @@ Dockerfile for LedgerSMB Docker image
# Supported tags # Supported tags
- `1.6`, `1.6.x`, `latest` - Latest release tarball from 1.6 branch - `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch - `1.6`, `1.6.x` - Latest official release from 1.6 branch
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 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
- `master` - Master branch from git, unstable
# What is LedgerSMB? # What is LedgerSMB?