You've already forked postfixadmin-docker
Compare commits
27 Commits
3.3.11
...
e178930855
| Author | SHA1 | Date | |
|---|---|---|---|
| e178930855 | |||
| 5ffaeaf154 | |||
| 48e7462fca | |||
| 986b7cf384 | |||
| d7476f906e | |||
|
bd04e5fda8
|
|||
|
f7d5017a81
|
|||
| da7534f2e1 | |||
|
eff75dc62a
|
|||
|
e652984bda
|
|||
| 9dc56df49d | |||
|
836fbcbce5
|
|||
|
1889fd0e92
|
|||
|
4bdc3f00a1
|
|||
|
a8f431e1e2
|
|||
| 676e4e9dc5 | |||
| 663759caf5 | |||
| 0955ae62ed | |||
| 6e4d59cd9f | |||
|
6bb3bb38de
|
|||
|
c5e351df7f
|
|||
| 2a3d60f01c | |||
|
f639dac5e2
|
|||
| 0edab8edaf | |||
|
06d2da8ec4
|
|||
|
ceb3a08682
|
|||
|
b3e042a8dc
|
841
.drone.yml
841
.drone.yml
File diff suppressed because it is too large
Load Diff
@@ -128,8 +128,8 @@ MD041:
|
||||
# MD044/proper-names - Proper names should have the correct capitalization
|
||||
MD044:
|
||||
# List of proper names
|
||||
names:
|
||||
- PostfixAdmin
|
||||
names: []
|
||||
# - PostfixAdmin
|
||||
# Include code blocks
|
||||
code_blocks: false
|
||||
|
||||
|
||||
4
Makefile
4
Makefile
@@ -1,11 +1,11 @@
|
||||
# POSTFIXADMIN_VERSION
|
||||
# Only required to install a specifiy version
|
||||
POSTFIXADMIN_VERSION?=3.3.11
|
||||
POSTFIXADMIN_VERSION?=3.3.13
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
# container runtime. This is needed to start and run a container image.
|
||||
CONTAINER_RUNTIME?=$(shell which docker)
|
||||
CONTAINER_RUNTIME?=$(shell which podman)
|
||||
|
||||
# POSTFIXADMIN_IMAGE_REGISTRY_NAME
|
||||
# Defines the name of the new container to be built using several variables.
|
||||
|
||||
@@ -11,6 +11,14 @@
|
||||
"matchManagers": "droneci",
|
||||
"matchUpdateTypes": [ "minor", "patch"]
|
||||
},
|
||||
{
|
||||
"description": "Automatically update patch version of used container images in docker files",
|
||||
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchBaseBranches": [ "master" ],
|
||||
"matchManagers": [ "dockerfile" ],
|
||||
"matchUpdateTypes": [ "patch" ]
|
||||
},
|
||||
{
|
||||
"description": "Trim leading postfixadmin- from git tag",
|
||||
"addLabels": [ "renovate/postfixadmin" ],
|
||||
|
||||
Reference in New Issue
Block a user