Compare commits

..

4 Commits
1.5.2 ... 1.5.5

Author SHA1 Message Date
Erik Huelsmann
c4a5359b25 * Update to 1.5.5 2017-03-14 14:08:13 +00:00
John Locke
79be91758b Update README on latest branch. 2017-03-13 15:37:12 -07:00
John Locke
4706963a2b 1.5.4 2017-03-13 13:55:57 -07:00
John Locke
2c22bd6bbb 1.5.3 2017-02-11 07:47:00 -08:00
2 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ RUN DEBIAN_FRONTENT=noninteractive && \
ssmtp
# Build time variables
ENV LSMB_VERSION 1.5.2
ENV LSMB_VERSION 1.5.5
# Install LedgerSMB
RUN cd /srv && \

View File

@@ -1,13 +1,14 @@
# ledgersmb-docker - EXPERIMENTAL
# ledgersmb-docker
Dockerfile for LedgerSMB Docker image
This is a work in progress to make a docker image for running LedgerSMB. It should not be relied upon for production use!
# Supported tags and respective `Dockerfile` links
- `dev-master` - Master branch from git, unstable
- `1.5`, `1.5.x`, `latest` - Latest release tarball from 1.5 branch
- `1.5.x`, `latest` - Latest release tarball from 1.5 branch
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
- `dev-master` - Master (1.6) branch from git, unstable, updated only on demand
- `1.5` - Develop HEAD of 1.5 branch, updated only on demand
# What is LedgerSMB?