Compare commits

...

5 Commits
1.5.28 ... 1.5

Author SHA1 Message Date
Erik Huelsmann
293ce6cd10 Update README.md (mark all branches End-of-Life) 2024-10-21 23:46:06 +02:00
Erik Huelsmann
bb6d50e1a9 Change the hosting location of the LedgerSMB Docker images 2022-01-28 22:54:46 +01:00
Erik Huelsmann
9d23fabbe4 Change image in order to be able to rebuild image lost due to Docker Hub throwing our images away... 2022-01-28 22:32:48 +01:00
Erik Huelsmann
4caeb3822c * Automatic Dockerfile update by release process 2019-11-29 09:42:28 +00:00
Erik Huelsmann
75643ab3c1 * Automatic Dockerfile update by release process 2019-11-15 16:22:44 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
FROM debian:jessie-slim
FROM debian:stretch-slim
MAINTAINER Freelock john@freelock.com
# Build time variables
ENV LSMB_VERSION 1.5.28
ENV LSMB_VERSION 1.5.30
# Install Perl, Tex, Starman, psql client, and all dependencies
@@ -21,7 +21,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >>
mkdir -p /usr/share/man/man7/ && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get dist-upgrade -y && apt-get -y install \
curl wget ca-certificates \
gnupg2 curl wget ca-certificates \
libcgi-emulate-psgi-perl libcgi-simple-perl libconfig-inifiles-perl \
libdbd-pg-perl libdbi-perl libdatetime-perl \
libdatetime-format-strptime-perl libdigest-md5-perl \

View File

@@ -3,8 +3,8 @@ Dockerfile for LedgerSMB Docker image
# Supported tags
- `1.5`, `1.5.x`, `latest` - Latest release tarball from 1.5 branch
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
- `1.5`, `1.5.30` - Last release tarball from 1.5 branch (End-of-Life)
- `1.4`, `1.4.42` - Last tagged release of git 1.4 branch (End-of-Life)
- `master` - Master branch from git, unstable
- `master-dev`, `1.5-dev` - Containers to kick off a development setup

View File

@@ -28,7 +28,7 @@ services:
lsmb:
depends_on:
- postgres
image: ledgersmb/ledgersmb:1.5
image: ghcr.io/ledgersmb/ledgersmb:1.5
networks:
- internal
- default