Compare commits

...

3 Commits
1.5.30 ... 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
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:jessie-slim
FROM debian:stretch-slim
MAINTAINER Freelock john@freelock.com
# Build time variables
@@ -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