Compare commits

...

4 Commits

Author SHA1 Message Date
Erik Huelsmann
894393e781 * Automatic Dockerfile update by release process 2019-07-01 10:14:42 +00:00
Erik Huelsmann
6468e9e9f2 Update README.md 2019-03-31 11:58:37 +02:00
Erik Huelsmann
69cc364527 Update README.md 2019-03-31 11:44:45 +02:00
Erik Huelsmann
0210dce1d0 * Update version (back) to master 2019-02-09 20:33:02 +01:00
2 changed files with 6 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ RUN echo "APT::Install-Recommends \"false\";\nAPT::Install-Suggests \"false\";"
# Build time variables
ENV LSMB_VERSION 1.7.0-alpha1
ENV LSMB_VERSION 1.7.0-beta1
ENV NODE_PATH /usr/local/lib/node_modules

View File

@@ -1,13 +1,16 @@
# ledgersmb-docker
Dockerfile for LedgerSMB Docker image
# Supported tags
- `1.5`, `1.5.x`, `latest` - Latest release tarball from 1.5 branch
- `1.6`, `1.6.x`, `latest` - Latest official release from 1.6 branch
- `1.5`, `1.5.x` - Latest official release from 1.5 branch
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
- `master` - Master branch from git, unstable
- `master-dev`, `1.5-dev` - Containers to kick off a development setup
Containers supporting the development process are provided
through the ledgersmb-dev-docker project. See https://github.com/ledgersmb/ledgersmb-dev-docker/blob/master/README.md#getting-started.
# What is LedgerSMB?