mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 08:10:30 -04:00
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e0eba0f5a2 | ||
|
c108d57d3e | ||
|
3fd3b466c6 | ||
|
57f8f54dd3 | ||
|
fe9561801b | ||
|
0c80fb46fc | ||
|
0f6ceead07 | ||
|
9b8dac1b46 | ||
|
f09fe4e6b1 |
@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:stretch-slim
|
|||||||
|
|
||||||
FROM $SRCIMAGE AS builder
|
FROM $SRCIMAGE AS builder
|
||||||
|
|
||||||
ARG LSMB_VERSION="1.7.37"
|
ARG LSMB_VERSION="1.7.41"
|
||||||
ARG LSMB_DL_DIR="Releases"
|
ARG LSMB_DL_DIR="Releases"
|
||||||
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ MAINTAINER Freelock john@freelock.com
|
|||||||
|
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ARG LSMB_VERSION="1.7.37"
|
ARG LSMB_VERSION="1.7.41"
|
||||||
ARG LSMB_DL_DIR="Releases"
|
ARG LSMB_DL_DIR="Releases"
|
||||||
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@@ -4,11 +4,13 @@ Dockerfile for LedgerSMB Docker image
|
|||||||
|
|
||||||
# Supported tags
|
# Supported tags
|
||||||
|
|
||||||
- `1.8` - Preview version for the 1.8 branch
|
- `1.10`, `1.10.38` - Last official release from the 1.10 branch (End-of-Life)
|
||||||
- `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
|
- `1.9`, `1.9.30` - Last official release from the 1.9 branch (End-of-Life)
|
||||||
- `1.6`, `1.6.33` - Last official release from 1.6 branch
|
- `1.8`, `1.8.31` - Last official release from the 1.8 branch (End-of-Life)
|
||||||
- `1.5`, `1.5.30` - Last official release from 1.5 branch
|
- `1.7`, `1.7.41` - Last official release from the 1.7 branch (End-of-Life)
|
||||||
- `1.4`, `1.4.42` - Last official release from 1.4 branch
|
- `1.6`, `1.6.33` - Last official release from the 1.6 branch (End-of-Life)
|
||||||
|
- `1.5`, `1.5.30` - Last official release from the 1.5 branch (End-of-Life)
|
||||||
|
- `1.4`, `1.4.42` - Last official release from the 1.4 branch (End-of-Life)
|
||||||
- `master` - Master branch from git, unstable
|
- `master` - Master branch from git, unstable
|
||||||
|
|
||||||
Containers supporting the development process are provided
|
Containers supporting the development process are provided
|
||||||
|
@@ -28,7 +28,7 @@ services:
|
|||||||
lsmb:
|
lsmb:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
image: ledgersmb/ledgersmb:1.7
|
image: ghcr.io/ledgersmb/ledgersmb:1.7
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- default
|
- default
|
||||||
|
Reference in New Issue
Block a user