Hopefully this works first time
This commit is contained in:
parent
6d242849e9
commit
2c49ebbd63
215 changed files with 2466 additions and 0 deletions
.gitignore.travis.ymlREADME.mdbuild.ymlcomposer.jsoncomposer.lockgenerate
generated
Dockerfile.10Dockerfile.10-bionicDockerfile.10-jessieDockerfile.10.0Dockerfile.10.0-jessieDockerfile.10.0-xenialDockerfile.10.0.15Dockerfile.10.0.16Dockerfile.10.0.17Dockerfile.10.0.19Dockerfile.10.0.20Dockerfile.10.0.21Dockerfile.10.0.22Dockerfile.10.0.23Dockerfile.10.0.24Dockerfile.10.0.25Dockerfile.10.0.26Dockerfile.10.0.27Dockerfile.10.0.28Dockerfile.10.0.29Dockerfile.10.0.30Dockerfile.10.0.31Dockerfile.10.0.32Dockerfile.10.0.33Dockerfile.10.0.34Dockerfile.10.0.35Dockerfile.10.0.35-jessieDockerfile.10.0.35-xenialDockerfile.10.0.36Dockerfile.10.0.36-xenialDockerfile.10.0.37Dockerfile.10.0.37-xenialDockerfile.10.0.38Dockerfile.10.0.38-xenialDockerfile.10.1Dockerfile.10.1-bionicDockerfile.10.1-jessieDockerfile.10.1.1Dockerfile.10.1.10Dockerfile.10.1.11Dockerfile.10.1.12Dockerfile.10.1.13Dockerfile.10.1.14Dockerfile.10.1.15Dockerfile.10.1.16Dockerfile.10.1.17Dockerfile.10.1.18Dockerfile.10.1.19Dockerfile.10.1.2Dockerfile.10.1.20Dockerfile.10.1.21Dockerfile.10.1.22Dockerfile.10.1.23Dockerfile.10.1.24Dockerfile.10.1.25Dockerfile.10.1.26Dockerfile.10.1.28Dockerfile.10.1.29Dockerfile.10.1.3Dockerfile.10.1.30Dockerfile.10.1.31Dockerfile.10.1.32Dockerfile.10.1.33Dockerfile.10.1.34Dockerfile.10.1.34-bionicDockerfile.10.1.34-jessieDockerfile.10.1.35Dockerfile.10.1.35-bionicDockerfile.10.1.36Dockerfile.10.1.36-bionicDockerfile.10.1.37Dockerfile.10.1.37-bionicDockerfile.10.1.38Dockerfile.10.1.38-bionicDockerfile.10.1.39Dockerfile.10.1.39-bionicDockerfile.10.1.40Dockerfile.10.1.40-bionicDockerfile.10.1.41Dockerfile.10.1.41-bionicDockerfile.10.2Dockerfile.10.2-bionicDockerfile.10.2-jessieDockerfile.10.2.10Dockerfile.10.2.11Dockerfile.10.2.12Dockerfile.10.2.13Dockerfile.10.2.14Dockerfile.10.2.15Dockerfile.10.2.16Dockerfile.10.2.16-bionicDockerfile.10.2.16-jessieDockerfile.10.2.17
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/vendor/
|
214
.travis.yml
Normal file
214
.travis.yml
Normal file
|
@ -0,0 +1,214 @@
|
|||
language: bash
|
||||
notifications:
|
||||
email: [matthew@baggett.me]
|
||||
before_script:
|
||||
- 'docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD $DOCKER_REGISTRY'
|
||||
- 'sudo rm /usr/local/bin/docker-compose'
|
||||
- 'curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-`uname -s`-`uname -m` > docker-compose'
|
||||
- 'chmod +x docker-compose'
|
||||
- 'sudo mv docker-compose /usr/local/bin'
|
||||
script:
|
||||
- 'docker-compose -f build.yml build mariadb-$VERSION'
|
||||
after_script:
|
||||
- 'docker-compose -f build.yml push mariadb-$VERSION'
|
||||
env:
|
||||
- VERSION=10.0.16
|
||||
- VERSION=10.0.17
|
||||
- VERSION=10.0.19
|
||||
- VERSION=10.0.20
|
||||
- VERSION=10.0.21
|
||||
- VERSION=10.0.22
|
||||
- VERSION=10.0.23
|
||||
- VERSION=10.0.24
|
||||
- VERSION=10.0.25
|
||||
- VERSION=10.0.26
|
||||
- VERSION=10.0.27
|
||||
- VERSION=10.0.28
|
||||
- VERSION=10.0.29
|
||||
- VERSION=10.0.30
|
||||
- VERSION=10.0.31
|
||||
- VERSION=10.0.32
|
||||
- VERSION=10.0.33
|
||||
- VERSION=10.0.34
|
||||
- VERSION=10.0.35
|
||||
- VERSION=10.0.35-jessie
|
||||
- VERSION=10.0.35-xenial
|
||||
- VERSION=10.0.36
|
||||
- VERSION=10.0.36-xenial
|
||||
- VERSION=10.0.37
|
||||
- VERSION=10.0.37-xenial
|
||||
- VERSION=10.0.38
|
||||
- VERSION=10.0.38-xenial
|
||||
- VERSION=10.1
|
||||
- VERSION=10.1-bionic
|
||||
- VERSION=10.1-jessie
|
||||
- VERSION=10.1.1
|
||||
- VERSION=10.1.10
|
||||
- VERSION=10.1.11
|
||||
- VERSION=10.1.12
|
||||
- VERSION=10.1.13
|
||||
- VERSION=10.1.14
|
||||
- VERSION=10.1.15
|
||||
- VERSION=10.1.16
|
||||
- VERSION=10.1.17
|
||||
- VERSION=10.1.18
|
||||
- VERSION=10.1.19
|
||||
- VERSION=10.1.2
|
||||
- VERSION=10.1.20
|
||||
- VERSION=10.1.21
|
||||
- VERSION=10.1.22
|
||||
- VERSION=10.1.23
|
||||
- VERSION=10.1.24
|
||||
- VERSION=10.1.25
|
||||
- VERSION=10.1.26
|
||||
- VERSION=10.1.28
|
||||
- VERSION=10.1.29
|
||||
- VERSION=10.1.3
|
||||
- VERSION=10.1.30
|
||||
- VERSION=10.1.31
|
||||
- VERSION=10.1.32
|
||||
- VERSION=10.1.33
|
||||
- VERSION=10.1.34
|
||||
- VERSION=10.1.34-bionic
|
||||
- VERSION=10.1.34-jessie
|
||||
- VERSION=10.1.35
|
||||
- VERSION=10.1.35-bionic
|
||||
- VERSION=10.1.36
|
||||
- VERSION=10.1.36-bionic
|
||||
- VERSION=10.1.37
|
||||
- VERSION=10.1.37-bionic
|
||||
- VERSION=10.1.38
|
||||
- VERSION=10.1.38-bionic
|
||||
- VERSION=10.1.39
|
||||
- VERSION=10.1.39-bionic
|
||||
- VERSION=10.1.40
|
||||
- VERSION=10.1.40-bionic
|
||||
- VERSION=10.1.41
|
||||
- VERSION=10.1.41-bionic
|
||||
- VERSION=10.2
|
||||
- VERSION=10.2-bionic
|
||||
- VERSION=10.2-jessie
|
||||
- VERSION=10.2.10
|
||||
- VERSION=10.2.11
|
||||
- VERSION=10.2.12
|
||||
- VERSION=10.2.13
|
||||
- VERSION=10.2.14
|
||||
- VERSION=10.2.15
|
||||
- VERSION=10.2.16
|
||||
- VERSION=10.2.16-bionic
|
||||
- VERSION=10.2.16-jessie
|
||||
- VERSION=10.2.17
|
||||
- VERSION=10.2.17-bionic
|
||||
- VERSION=10.2.18
|
||||
- VERSION=10.2.18-bionic
|
||||
- VERSION=10.2.19
|
||||
- VERSION=10.2.19-bionic
|
||||
- VERSION=10.2.20
|
||||
- VERSION=10.2.20-bionic
|
||||
- VERSION=10.2.21
|
||||
- VERSION=10.2.21-bionic
|
||||
- VERSION=10.2.22
|
||||
- VERSION=10.2.22-bionic
|
||||
- VERSION=10.2.23
|
||||
- VERSION=10.2.23-bionic
|
||||
- VERSION=10.2.24
|
||||
- VERSION=10.2.24-bionic
|
||||
- VERSION=10.2.25
|
||||
- VERSION=10.2.25-bionic
|
||||
- VERSION=10.2.26
|
||||
- VERSION=10.2.26-bionic
|
||||
- VERSION=10.2.5
|
||||
- VERSION=10.2.6
|
||||
- VERSION=10.2.7
|
||||
- VERSION=10.2.8
|
||||
- VERSION=10.2.9
|
||||
- VERSION=10.3
|
||||
- VERSION=10.3-bionic
|
||||
- VERSION=10.3-jessie
|
||||
- VERSION=10.3.0
|
||||
- VERSION=10.3.1
|
||||
- VERSION=10.3.10
|
||||
- VERSION=10.3.10-bionic
|
||||
- VERSION=10.3.11
|
||||
- VERSION=10.3.11-bionic
|
||||
- VERSION=10.3.12
|
||||
- VERSION=10.3.12-bionic
|
||||
- VERSION=10.3.13
|
||||
- VERSION=10.3.13-bionic
|
||||
- VERSION=10.3.14
|
||||
- VERSION=10.3.14-bionic
|
||||
- VERSION=10.3.15
|
||||
- VERSION=10.3.15-bionic
|
||||
- VERSION=10.3.16
|
||||
- VERSION=10.3.16-bionic
|
||||
- VERSION=10.3.17
|
||||
- VERSION=10.3.17-bionic
|
||||
- VERSION=10.3.2
|
||||
- VERSION=10.3.3
|
||||
- VERSION=10.3.4
|
||||
- VERSION=10.3.5
|
||||
- VERSION=10.3.6
|
||||
- VERSION=10.3.7
|
||||
- VERSION=10.3.8
|
||||
- VERSION=10.3.8-bionic
|
||||
- VERSION=10.3.8-jessie
|
||||
- VERSION=10.3.9
|
||||
- VERSION=10.3.9-bionic
|
||||
- VERSION=10.4
|
||||
- VERSION=10.4-bionic
|
||||
- VERSION=10.4.0
|
||||
- VERSION=10.4.0-bionic
|
||||
- VERSION=10.4.1
|
||||
- VERSION=10.4.1-bionic
|
||||
- VERSION=10.4.2
|
||||
- VERSION=10.4.2-bionic
|
||||
- VERSION=10.4.3
|
||||
- VERSION=10.4.3-bionic
|
||||
- VERSION=10.4.4
|
||||
- VERSION=10.4.4-bionic
|
||||
- VERSION=10.4.5
|
||||
- VERSION=10.4.5-bionic
|
||||
- VERSION=10.4.6
|
||||
- VERSION=10.4.6-bionic
|
||||
- VERSION=10.4.7
|
||||
- VERSION=10.4.7-bionic
|
||||
- VERSION=5
|
||||
- VERSION=5-trusty
|
||||
- VERSION=5-wheezy
|
||||
- VERSION=5.5
|
||||
- VERSION=5.5-trusty
|
||||
- VERSION=5.5-wheezy
|
||||
- VERSION=5.5.40
|
||||
- VERSION=5.5.41
|
||||
- VERSION=5.5.42
|
||||
- VERSION=5.5.43
|
||||
- VERSION=5.5.44
|
||||
- VERSION=5.5.45
|
||||
- VERSION=5.5.46
|
||||
- VERSION=5.5.47
|
||||
- VERSION=5.5.48
|
||||
- VERSION=5.5.49
|
||||
- VERSION=5.5.50
|
||||
- VERSION=5.5.51
|
||||
- VERSION=5.5.52
|
||||
- VERSION=5.5.53
|
||||
- VERSION=5.5.54
|
||||
- VERSION=5.5.55
|
||||
- VERSION=5.5.56
|
||||
- VERSION=5.5.57
|
||||
- VERSION=5.5.58
|
||||
- VERSION=5.5.59
|
||||
- VERSION=5.5.60
|
||||
- VERSION=5.5.60-trusty
|
||||
- VERSION=5.5.60-wheezy
|
||||
- VERSION=5.5.61
|
||||
- VERSION=5.5.61-trusty
|
||||
- VERSION=5.5.62
|
||||
- VERSION=5.5.62-trusty
|
||||
- VERSION=5.5.63
|
||||
- VERSION=5.5.63-trusty
|
||||
- VERSION=5.5.64
|
||||
- VERSION=5.5.64-trusty
|
||||
- VERSION=bionic
|
||||
- VERSION=jessie
|
||||
- VERSION=latest
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# MariaDB
|
||||
A fork of the MariaDB docker image that tracks upstream and implements a default healthcheck
|
209
build.yml
Normal file
209
build.yml
Normal file
|
@ -0,0 +1,209 @@
|
|||
version: '2.3'
|
||||
services:
|
||||
mariadb-latest: { build: { context: ., dockerfile: generated/Dockerfile.latest }, image: 'benzine/mariadb:latest' }
|
||||
mariadb-bionic: { build: { context: ., dockerfile: generated/Dockerfile.bionic }, image: 'benzine/mariadb:bionic' }
|
||||
mariadb-10.4.7-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.7-bionic }, image: 'benzine/mariadb:10.4.7-bionic' }
|
||||
mariadb-10.4.7: { build: { context: ., dockerfile: generated/Dockerfile.10.4.7 }, image: 'benzine/mariadb:10.4.7' }
|
||||
mariadb-10.4-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4-bionic }, image: 'benzine/mariadb:10.4-bionic' }
|
||||
mariadb-10.4: { build: { context: ., dockerfile: generated/Dockerfile.10.4 }, image: 'benzine/mariadb:10.4' }
|
||||
mariadb-10.3.17-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.17-bionic }, image: 'benzine/mariadb:10.3.17-bionic' }
|
||||
mariadb-10.3.17: { build: { context: ., dockerfile: generated/Dockerfile.10.3.17 }, image: 'benzine/mariadb:10.3.17' }
|
||||
mariadb-10.3-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3-bionic }, image: 'benzine/mariadb:10.3-bionic' }
|
||||
mariadb-10.3: { build: { context: ., dockerfile: generated/Dockerfile.10.3 }, image: 'benzine/mariadb:10.3' }
|
||||
mariadb-10.2.26-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.26-bionic }, image: 'benzine/mariadb:10.2.26-bionic' }
|
||||
mariadb-10.2.26: { build: { context: ., dockerfile: generated/Dockerfile.10.2.26 }, image: 'benzine/mariadb:10.2.26' }
|
||||
mariadb-10.2-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2-bionic }, image: 'benzine/mariadb:10.2-bionic' }
|
||||
mariadb-10.2: { build: { context: ., dockerfile: generated/Dockerfile.10.2 }, image: 'benzine/mariadb:10.2' }
|
||||
mariadb-10.1.41-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.41-bionic }, image: 'benzine/mariadb:10.1.41-bionic' }
|
||||
mariadb-10.1.41: { build: { context: ., dockerfile: generated/Dockerfile.10.1.41 }, image: 'benzine/mariadb:10.1.41' }
|
||||
mariadb-10.1-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1-bionic }, image: 'benzine/mariadb:10.1-bionic' }
|
||||
mariadb-10.1: { build: { context: ., dockerfile: generated/Dockerfile.10.1 }, image: 'benzine/mariadb:10.1' }
|
||||
mariadb-10-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10-bionic }, image: 'benzine/mariadb:10-bionic' }
|
||||
mariadb-10: { build: { context: ., dockerfile: generated/Dockerfile.10 }, image: 'benzine/mariadb:10' }
|
||||
mariadb-10.4.6-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.6-bionic }, image: 'benzine/mariadb:10.4.6-bionic' }
|
||||
mariadb-10.4.6: { build: { context: ., dockerfile: generated/Dockerfile.10.4.6 }, image: 'benzine/mariadb:10.4.6' }
|
||||
mariadb-10.3.16-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.16-bionic }, image: 'benzine/mariadb:10.3.16-bionic' }
|
||||
mariadb-10.3.16: { build: { context: ., dockerfile: generated/Dockerfile.10.3.16 }, image: 'benzine/mariadb:10.3.16' }
|
||||
mariadb-10.2.25-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.25-bionic }, image: 'benzine/mariadb:10.2.25-bionic' }
|
||||
mariadb-10.2.25: { build: { context: ., dockerfile: generated/Dockerfile.10.2.25 }, image: 'benzine/mariadb:10.2.25' }
|
||||
mariadb-10.1.40-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.40-bionic }, image: 'benzine/mariadb:10.1.40-bionic' }
|
||||
mariadb-10.1.40: { build: { context: ., dockerfile: generated/Dockerfile.10.1.40 }, image: 'benzine/mariadb:10.1.40' }
|
||||
mariadb-10.4.5-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.5-bionic }, image: 'benzine/mariadb:10.4.5-bionic' }
|
||||
mariadb-10.4.5: { build: { context: ., dockerfile: generated/Dockerfile.10.4.5 }, image: 'benzine/mariadb:10.4.5' }
|
||||
mariadb-10.3.15-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.15-bionic }, image: 'benzine/mariadb:10.3.15-bionic' }
|
||||
mariadb-10.3.15: { build: { context: ., dockerfile: generated/Dockerfile.10.3.15 }, image: 'benzine/mariadb:10.3.15' }
|
||||
mariadb-10.2.24-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.24-bionic }, image: 'benzine/mariadb:10.2.24-bionic' }
|
||||
mariadb-10.2.24: { build: { context: ., dockerfile: generated/Dockerfile.10.2.24 }, image: 'benzine/mariadb:10.2.24' }
|
||||
mariadb-5.5.64-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5.5.64-trusty }, image: 'benzine/mariadb:5.5.64-trusty' }
|
||||
mariadb-5.5.64: { build: { context: ., dockerfile: generated/Dockerfile.5.5.64 }, image: 'benzine/mariadb:5.5.64' }
|
||||
mariadb-5.5-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5.5-trusty }, image: 'benzine/mariadb:5.5-trusty' }
|
||||
mariadb-5.5: { build: { context: ., dockerfile: generated/Dockerfile.5.5 }, image: 'benzine/mariadb:5.5' }
|
||||
mariadb-5-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5-trusty }, image: 'benzine/mariadb:5-trusty' }
|
||||
mariadb-5: { build: { context: ., dockerfile: generated/Dockerfile.5 }, image: 'benzine/mariadb:5' }
|
||||
mariadb-10.0.38-xenial: { build: { context: ., dockerfile: generated/Dockerfile.10.0.38-xenial }, image: 'benzine/mariadb:10.0.38-xenial' }
|
||||
mariadb-10.0.38: { build: { context: ., dockerfile: generated/Dockerfile.10.0.38 }, image: 'benzine/mariadb:10.0.38' }
|
||||
mariadb-10.0-xenial: { build: { context: ., dockerfile: generated/Dockerfile.10.0-xenial }, image: 'benzine/mariadb:10.0-xenial' }
|
||||
mariadb-10.0: { build: { context: ., dockerfile: generated/Dockerfile.10.0 }, image: 'benzine/mariadb:10.0' }
|
||||
mariadb-10.4.4-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.4-bionic }, image: 'benzine/mariadb:10.4.4-bionic' }
|
||||
mariadb-10.4.4: { build: { context: ., dockerfile: generated/Dockerfile.10.4.4 }, image: 'benzine/mariadb:10.4.4' }
|
||||
mariadb-10.3.14-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.14-bionic }, image: 'benzine/mariadb:10.3.14-bionic' }
|
||||
mariadb-10.3.14: { build: { context: ., dockerfile: generated/Dockerfile.10.3.14 }, image: 'benzine/mariadb:10.3.14' }
|
||||
mariadb-10.1.39: { build: { context: ., dockerfile: generated/Dockerfile.10.1.39 }, image: 'benzine/mariadb:10.1.39' }
|
||||
mariadb-10.1.39-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.39-bionic }, image: 'benzine/mariadb:10.1.39-bionic' }
|
||||
mariadb-5.5.63: { build: { context: ., dockerfile: generated/Dockerfile.5.5.63 }, image: 'benzine/mariadb:5.5.63' }
|
||||
mariadb-5.5.63-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5.5.63-trusty }, image: 'benzine/mariadb:5.5.63-trusty' }
|
||||
mariadb-10.1.38: { build: { context: ., dockerfile: generated/Dockerfile.10.1.38 }, image: 'benzine/mariadb:10.1.38' }
|
||||
mariadb-10.1.38-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.38-bionic }, image: 'benzine/mariadb:10.1.38-bionic' }
|
||||
mariadb-10.2.23: { build: { context: ., dockerfile: generated/Dockerfile.10.2.23 }, image: 'benzine/mariadb:10.2.23' }
|
||||
mariadb-10.2.23-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.23-bionic }, image: 'benzine/mariadb:10.2.23-bionic' }
|
||||
mariadb-10.4.3: { build: { context: ., dockerfile: generated/Dockerfile.10.4.3 }, image: 'benzine/mariadb:10.4.3' }
|
||||
mariadb-10.4.3-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.3-bionic }, image: 'benzine/mariadb:10.4.3-bionic' }
|
||||
mariadb-10.2.22: { build: { context: ., dockerfile: generated/Dockerfile.10.2.22 }, image: 'benzine/mariadb:10.2.22' }
|
||||
mariadb-10.2.22-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.22-bionic }, image: 'benzine/mariadb:10.2.22-bionic' }
|
||||
mariadb-10.3.13: { build: { context: ., dockerfile: generated/Dockerfile.10.3.13 }, image: 'benzine/mariadb:10.3.13' }
|
||||
mariadb-10.3.13-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.13-bionic }, image: 'benzine/mariadb:10.3.13-bionic' }
|
||||
mariadb-10.2.21: { build: { context: ., dockerfile: generated/Dockerfile.10.2.21 }, image: 'benzine/mariadb:10.2.21' }
|
||||
mariadb-10.2.21-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.21-bionic }, image: 'benzine/mariadb:10.2.21-bionic' }
|
||||
mariadb-10.3.12: { build: { context: ., dockerfile: generated/Dockerfile.10.3.12 }, image: 'benzine/mariadb:10.3.12' }
|
||||
mariadb-10.3.12-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.12-bionic }, image: 'benzine/mariadb:10.3.12-bionic' }
|
||||
mariadb-10.4.2: { build: { context: ., dockerfile: generated/Dockerfile.10.4.2 }, image: 'benzine/mariadb:10.4.2' }
|
||||
mariadb-10.4.2-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.2-bionic }, image: 'benzine/mariadb:10.4.2-bionic' }
|
||||
mariadb-10.1.37: { build: { context: ., dockerfile: generated/Dockerfile.10.1.37 }, image: 'benzine/mariadb:10.1.37' }
|
||||
mariadb-10.1.37-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.37-bionic }, image: 'benzine/mariadb:10.1.37-bionic' }
|
||||
mariadb-10.0.37: { build: { context: ., dockerfile: generated/Dockerfile.10.0.37 }, image: 'benzine/mariadb:10.0.37' }
|
||||
mariadb-10.0.37-xenial: { build: { context: ., dockerfile: generated/Dockerfile.10.0.37-xenial }, image: 'benzine/mariadb:10.0.37-xenial' }
|
||||
mariadb-10.4.1: { build: { context: ., dockerfile: generated/Dockerfile.10.4.1 }, image: 'benzine/mariadb:10.4.1' }
|
||||
mariadb-10.4.1-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.1-bionic }, image: 'benzine/mariadb:10.4.1-bionic' }
|
||||
mariadb-5.5.62: { build: { context: ., dockerfile: generated/Dockerfile.5.5.62 }, image: 'benzine/mariadb:5.5.62' }
|
||||
mariadb-5.5.62-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5.5.62-trusty }, image: 'benzine/mariadb:5.5.62-trusty' }
|
||||
mariadb-10.2.20: { build: { context: ., dockerfile: generated/Dockerfile.10.2.20 }, image: 'benzine/mariadb:10.2.20' }
|
||||
mariadb-10.2.20-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.20-bionic }, image: 'benzine/mariadb:10.2.20-bionic' }
|
||||
mariadb-10.3.11: { build: { context: ., dockerfile: generated/Dockerfile.10.3.11 }, image: 'benzine/mariadb:10.3.11' }
|
||||
mariadb-10.3.11-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.11-bionic }, image: 'benzine/mariadb:10.3.11-bionic' }
|
||||
mariadb-10.2.19: { build: { context: ., dockerfile: generated/Dockerfile.10.2.19 }, image: 'benzine/mariadb:10.2.19' }
|
||||
mariadb-10.2.19-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.19-bionic }, image: 'benzine/mariadb:10.2.19-bionic' }
|
||||
mariadb-10.3.10: { build: { context: ., dockerfile: generated/Dockerfile.10.3.10 }, image: 'benzine/mariadb:10.3.10' }
|
||||
mariadb-10.3.10-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.10-bionic }, image: 'benzine/mariadb:10.3.10-bionic' }
|
||||
mariadb-10.4.0: { build: { context: ., dockerfile: generated/Dockerfile.10.4.0 }, image: 'benzine/mariadb:10.4.0' }
|
||||
mariadb-10.4.0-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.4.0-bionic }, image: 'benzine/mariadb:10.4.0-bionic' }
|
||||
mariadb-5.5.61: { build: { context: ., dockerfile: generated/Dockerfile.5.5.61 }, image: 'benzine/mariadb:5.5.61' }
|
||||
mariadb-5.5.61-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5.5.61-trusty }, image: 'benzine/mariadb:5.5.61-trusty' }
|
||||
mariadb-10.0.36: { build: { context: ., dockerfile: generated/Dockerfile.10.0.36 }, image: 'benzine/mariadb:10.0.36' }
|
||||
mariadb-10.0.36-xenial: { build: { context: ., dockerfile: generated/Dockerfile.10.0.36-xenial }, image: 'benzine/mariadb:10.0.36-xenial' }
|
||||
mariadb-10.1.36: { build: { context: ., dockerfile: generated/Dockerfile.10.1.36 }, image: 'benzine/mariadb:10.1.36' }
|
||||
mariadb-10.1.36-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.36-bionic }, image: 'benzine/mariadb:10.1.36-bionic' }
|
||||
mariadb-10.2.18: { build: { context: ., dockerfile: generated/Dockerfile.10.2.18 }, image: 'benzine/mariadb:10.2.18' }
|
||||
mariadb-10.2.18-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.18-bionic }, image: 'benzine/mariadb:10.2.18-bionic' }
|
||||
mariadb-10.3.9: { build: { context: ., dockerfile: generated/Dockerfile.10.3.9 }, image: 'benzine/mariadb:10.3.9' }
|
||||
mariadb-10.3.9-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.9-bionic }, image: 'benzine/mariadb:10.3.9-bionic' }
|
||||
mariadb-10.1.35: { build: { context: ., dockerfile: generated/Dockerfile.10.1.35 }, image: 'benzine/mariadb:10.1.35' }
|
||||
mariadb-10.1.35-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.35-bionic }, image: 'benzine/mariadb:10.1.35-bionic' }
|
||||
mariadb-10.2.17: { build: { context: ., dockerfile: generated/Dockerfile.10.2.17 }, image: 'benzine/mariadb:10.2.17' }
|
||||
mariadb-10.2.17-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.17-bionic }, image: 'benzine/mariadb:10.2.17-bionic' }
|
||||
mariadb-10.0.35: { build: { context: ., dockerfile: generated/Dockerfile.10.0.35 }, image: 'benzine/mariadb:10.0.35' }
|
||||
mariadb-10.0.35-xenial: { build: { context: ., dockerfile: generated/Dockerfile.10.0.35-xenial }, image: 'benzine/mariadb:10.0.35-xenial' }
|
||||
mariadb-10.1.34: { build: { context: ., dockerfile: generated/Dockerfile.10.1.34 }, image: 'benzine/mariadb:10.1.34' }
|
||||
mariadb-10.1.34-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.1.34-bionic }, image: 'benzine/mariadb:10.1.34-bionic' }
|
||||
mariadb-10.2.16: { build: { context: ., dockerfile: generated/Dockerfile.10.2.16 }, image: 'benzine/mariadb:10.2.16' }
|
||||
mariadb-10.2.16-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.2.16-bionic }, image: 'benzine/mariadb:10.2.16-bionic' }
|
||||
mariadb-10.3.8: { build: { context: ., dockerfile: generated/Dockerfile.10.3.8 }, image: 'benzine/mariadb:10.3.8' }
|
||||
mariadb-10.3.8-bionic: { build: { context: ., dockerfile: generated/Dockerfile.10.3.8-bionic }, image: 'benzine/mariadb:10.3.8-bionic' }
|
||||
mariadb-5.5.60: { build: { context: ., dockerfile: generated/Dockerfile.5.5.60 }, image: 'benzine/mariadb:5.5.60' }
|
||||
mariadb-5.5.60-trusty: { build: { context: ., dockerfile: generated/Dockerfile.5.5.60-trusty }, image: 'benzine/mariadb:5.5.60-trusty' }
|
||||
mariadb-10-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10-jessie }, image: 'benzine/mariadb:10-jessie' }
|
||||
mariadb-10.0-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.0-jessie }, image: 'benzine/mariadb:10.0-jessie' }
|
||||
mariadb-5-wheezy: { build: { context: ., dockerfile: generated/Dockerfile.5-wheezy }, image: 'benzine/mariadb:5-wheezy' }
|
||||
mariadb-5.5-wheezy: { build: { context: ., dockerfile: generated/Dockerfile.5.5-wheezy }, image: 'benzine/mariadb:5.5-wheezy' }
|
||||
mariadb-5.5.60-wheezy: { build: { context: ., dockerfile: generated/Dockerfile.5.5.60-wheezy }, image: 'benzine/mariadb:5.5.60-wheezy' }
|
||||
mariadb-10.0.35-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.0.35-jessie }, image: 'benzine/mariadb:10.0.35-jessie' }
|
||||
mariadb-10.1-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.1-jessie }, image: 'benzine/mariadb:10.1-jessie' }
|
||||
mariadb-10.1.34-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.1.34-jessie }, image: 'benzine/mariadb:10.1.34-jessie' }
|
||||
mariadb-10.2-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.2-jessie }, image: 'benzine/mariadb:10.2-jessie' }
|
||||
mariadb-10.2.16-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.2.16-jessie }, image: 'benzine/mariadb:10.2.16-jessie' }
|
||||
mariadb-jessie: { build: { context: ., dockerfile: generated/Dockerfile.jessie }, image: 'benzine/mariadb:jessie' }
|
||||
mariadb-10.3-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.3-jessie }, image: 'benzine/mariadb:10.3-jessie' }
|
||||
mariadb-10.3.8-jessie: { build: { context: ., dockerfile: generated/Dockerfile.10.3.8-jessie }, image: 'benzine/mariadb:10.3.8-jessie' }
|
||||
mariadb-10.3.7: { build: { context: ., dockerfile: generated/Dockerfile.10.3.7 }, image: 'benzine/mariadb:10.3.7' }
|
||||
mariadb-10.2.15: { build: { context: ., dockerfile: generated/Dockerfile.10.2.15 }, image: 'benzine/mariadb:10.2.15' }
|
||||
mariadb-10.1.33: { build: { context: ., dockerfile: generated/Dockerfile.10.1.33 }, image: 'benzine/mariadb:10.1.33' }
|
||||
mariadb-10.3.6: { build: { context: ., dockerfile: generated/Dockerfile.10.3.6 }, image: 'benzine/mariadb:10.3.6' }
|
||||
mariadb-10.1.32: { build: { context: ., dockerfile: generated/Dockerfile.10.1.32 }, image: 'benzine/mariadb:10.1.32' }
|
||||
mariadb-10.2.14: { build: { context: ., dockerfile: generated/Dockerfile.10.2.14 }, image: 'benzine/mariadb:10.2.14' }
|
||||
mariadb-10.0.34: { build: { context: ., dockerfile: generated/Dockerfile.10.0.34 }, image: 'benzine/mariadb:10.0.34' }
|
||||
mariadb-5.5.59: { build: { context: ., dockerfile: generated/Dockerfile.5.5.59 }, image: 'benzine/mariadb:5.5.59' }
|
||||
mariadb-10.1.31: { build: { context: ., dockerfile: generated/Dockerfile.10.1.31 }, image: 'benzine/mariadb:10.1.31' }
|
||||
mariadb-10.2.13: { build: { context: ., dockerfile: generated/Dockerfile.10.2.13 }, image: 'benzine/mariadb:10.2.13' }
|
||||
mariadb-10.3.5: { build: { context: ., dockerfile: generated/Dockerfile.10.3.5 }, image: 'benzine/mariadb:10.3.5' }
|
||||
mariadb-10.3.4: { build: { context: ., dockerfile: generated/Dockerfile.10.3.4 }, image: 'benzine/mariadb:10.3.4' }
|
||||
mariadb-10.2.12: { build: { context: ., dockerfile: generated/Dockerfile.10.2.12 }, image: 'benzine/mariadb:10.2.12' }
|
||||
mariadb-10.3.3: { build: { context: ., dockerfile: generated/Dockerfile.10.3.3 }, image: 'benzine/mariadb:10.3.3' }
|
||||
mariadb-10.1.30: { build: { context: ., dockerfile: generated/Dockerfile.10.1.30 }, image: 'benzine/mariadb:10.1.30' }
|
||||
mariadb-5.5.58: { build: { context: ., dockerfile: generated/Dockerfile.5.5.58 }, image: 'benzine/mariadb:5.5.58' }
|
||||
mariadb-10.0.33: { build: { context: ., dockerfile: generated/Dockerfile.10.0.33 }, image: 'benzine/mariadb:10.0.33' }
|
||||
mariadb-10.1.29: { build: { context: ., dockerfile: generated/Dockerfile.10.1.29 }, image: 'benzine/mariadb:10.1.29' }
|
||||
mariadb-10.2.11: { build: { context: ., dockerfile: generated/Dockerfile.10.2.11 }, image: 'benzine/mariadb:10.2.11' }
|
||||
mariadb-10.3.2: { build: { context: ., dockerfile: generated/Dockerfile.10.3.2 }, image: 'benzine/mariadb:10.3.2' }
|
||||
mariadb-10.2.10: { build: { context: ., dockerfile: generated/Dockerfile.10.2.10 }, image: 'benzine/mariadb:10.2.10' }
|
||||
mariadb-10.1.28: { build: { context: ., dockerfile: generated/Dockerfile.10.1.28 }, image: 'benzine/mariadb:10.1.28' }
|
||||
mariadb-10.0.32: { build: { context: ., dockerfile: generated/Dockerfile.10.0.32 }, image: 'benzine/mariadb:10.0.32' }
|
||||
mariadb-10.2.9: { build: { context: ., dockerfile: generated/Dockerfile.10.2.9 }, image: 'benzine/mariadb:10.2.9' }
|
||||
mariadb-5.5.57: { build: { context: ., dockerfile: generated/Dockerfile.5.5.57 }, image: 'benzine/mariadb:5.5.57' }
|
||||
mariadb-10.1.26: { build: { context: ., dockerfile: generated/Dockerfile.10.1.26 }, image: 'benzine/mariadb:10.1.26' }
|
||||
mariadb-10.2.8: { build: { context: ., dockerfile: generated/Dockerfile.10.2.8 }, image: 'benzine/mariadb:10.2.8' }
|
||||
mariadb-10.3.1: { build: { context: ., dockerfile: generated/Dockerfile.10.3.1 }, image: 'benzine/mariadb:10.3.1' }
|
||||
mariadb-10.3.0: { build: { context: ., dockerfile: generated/Dockerfile.10.3.0 }, image: 'benzine/mariadb:10.3.0' }
|
||||
mariadb-10.2.7: { build: { context: ., dockerfile: generated/Dockerfile.10.2.7 }, image: 'benzine/mariadb:10.2.7' }
|
||||
mariadb-10.1.25: { build: { context: ., dockerfile: generated/Dockerfile.10.1.25 }, image: 'benzine/mariadb:10.1.25' }
|
||||
mariadb-10.0.31: { build: { context: ., dockerfile: generated/Dockerfile.10.0.31 }, image: 'benzine/mariadb:10.0.31' }
|
||||
mariadb-5.5.56: { build: { context: ., dockerfile: generated/Dockerfile.5.5.56 }, image: 'benzine/mariadb:5.5.56' }
|
||||
mariadb-10.2.6: { build: { context: ., dockerfile: generated/Dockerfile.10.2.6 }, image: 'benzine/mariadb:10.2.6' }
|
||||
mariadb-10.1.24: { build: { context: ., dockerfile: generated/Dockerfile.10.1.24 }, image: 'benzine/mariadb:10.1.24' }
|
||||
mariadb-10.1.23: { build: { context: ., dockerfile: generated/Dockerfile.10.1.23 }, image: 'benzine/mariadb:10.1.23' }
|
||||
mariadb-10.0.30: { build: { context: ., dockerfile: generated/Dockerfile.10.0.30 }, image: 'benzine/mariadb:10.0.30' }
|
||||
mariadb-10.2.5: { build: { context: ., dockerfile: generated/Dockerfile.10.2.5 }, image: 'benzine/mariadb:10.2.5' }
|
||||
mariadb-5.5.55: { build: { context: ., dockerfile: generated/Dockerfile.5.5.55 }, image: 'benzine/mariadb:5.5.55' }
|
||||
mariadb-10.1.22: { build: { context: ., dockerfile: generated/Dockerfile.10.1.22 }, image: 'benzine/mariadb:10.1.22' }
|
||||
mariadb-5.5.54: { build: { context: ., dockerfile: generated/Dockerfile.5.5.54 }, image: 'benzine/mariadb:5.5.54' }
|
||||
mariadb-10.1.21: { build: { context: ., dockerfile: generated/Dockerfile.10.1.21 }, image: 'benzine/mariadb:10.1.21' }
|
||||
mariadb-10.0.29: { build: { context: ., dockerfile: generated/Dockerfile.10.0.29 }, image: 'benzine/mariadb:10.0.29' }
|
||||
mariadb-10.1.20: { build: { context: ., dockerfile: generated/Dockerfile.10.1.20 }, image: 'benzine/mariadb:10.1.20' }
|
||||
mariadb-10.0.28: { build: { context: ., dockerfile: generated/Dockerfile.10.0.28 }, image: 'benzine/mariadb:10.0.28' }
|
||||
mariadb-5.5.53: { build: { context: ., dockerfile: generated/Dockerfile.5.5.53 }, image: 'benzine/mariadb:5.5.53' }
|
||||
mariadb-10.1.19: { build: { context: ., dockerfile: generated/Dockerfile.10.1.19 }, image: 'benzine/mariadb:10.1.19' }
|
||||
mariadb-10.1.18: { build: { context: ., dockerfile: generated/Dockerfile.10.1.18 }, image: 'benzine/mariadb:10.1.18' }
|
||||
mariadb-10.0.27: { build: { context: ., dockerfile: generated/Dockerfile.10.0.27 }, image: 'benzine/mariadb:10.0.27' }
|
||||
mariadb-5.5.52: { build: { context: ., dockerfile: generated/Dockerfile.5.5.52 }, image: 'benzine/mariadb:5.5.52' }
|
||||
mariadb-10.1.17: { build: { context: ., dockerfile: generated/Dockerfile.10.1.17 }, image: 'benzine/mariadb:10.1.17' }
|
||||
mariadb-5.5.51: { build: { context: ., dockerfile: generated/Dockerfile.5.5.51 }, image: 'benzine/mariadb:5.5.51' }
|
||||
mariadb-10.1.16: { build: { context: ., dockerfile: generated/Dockerfile.10.1.16 }, image: 'benzine/mariadb:10.1.16' }
|
||||
mariadb-10.0.26: { build: { context: ., dockerfile: generated/Dockerfile.10.0.26 }, image: 'benzine/mariadb:10.0.26' }
|
||||
mariadb-5.5.50: { build: { context: ., dockerfile: generated/Dockerfile.5.5.50 }, image: 'benzine/mariadb:5.5.50' }
|
||||
mariadb-10.1.14: { build: { context: ., dockerfile: generated/Dockerfile.10.1.14 }, image: 'benzine/mariadb:10.1.14' }
|
||||
mariadb-10.1.15: { build: { context: ., dockerfile: generated/Dockerfile.10.1.15 }, image: 'benzine/mariadb:10.1.15' }
|
||||
mariadb-10.0.25: { build: { context: ., dockerfile: generated/Dockerfile.10.0.25 }, image: 'benzine/mariadb:10.0.25' }
|
||||
mariadb-5.5.49: { build: { context: ., dockerfile: generated/Dockerfile.5.5.49 }, image: 'benzine/mariadb:5.5.49' }
|
||||
mariadb-10.1.13: { build: { context: ., dockerfile: generated/Dockerfile.10.1.13 }, image: 'benzine/mariadb:10.1.13' }
|
||||
mariadb-10.0.24: { build: { context: ., dockerfile: generated/Dockerfile.10.0.24 }, image: 'benzine/mariadb:10.0.24' }
|
||||
mariadb-5.5.48: { build: { context: ., dockerfile: generated/Dockerfile.5.5.48 }, image: 'benzine/mariadb:5.5.48' }
|
||||
mariadb-10.1.12: { build: { context: ., dockerfile: generated/Dockerfile.10.1.12 }, image: 'benzine/mariadb:10.1.12' }
|
||||
mariadb-10.1.11: { build: { context: ., dockerfile: generated/Dockerfile.10.1.11 }, image: 'benzine/mariadb:10.1.11' }
|
||||
mariadb-10.0.23: { build: { context: ., dockerfile: generated/Dockerfile.10.0.23 }, image: 'benzine/mariadb:10.0.23' }
|
||||
mariadb-5.5.47: { build: { context: ., dockerfile: generated/Dockerfile.5.5.47 }, image: 'benzine/mariadb:5.5.47' }
|
||||
mariadb-10.1.10: { build: { context: ., dockerfile: generated/Dockerfile.10.1.10 }, image: 'benzine/mariadb:10.1.10' }
|
||||
mariadb-10.0.22: { build: { context: ., dockerfile: generated/Dockerfile.10.0.22 }, image: 'benzine/mariadb:10.0.22' }
|
||||
mariadb-5.5.46: { build: { context: ., dockerfile: generated/Dockerfile.5.5.46 }, image: 'benzine/mariadb:5.5.46' }
|
||||
mariadb-10.0.21: { build: { context: ., dockerfile: generated/Dockerfile.10.0.21 }, image: 'benzine/mariadb:10.0.21' }
|
||||
mariadb-5.5.45: { build: { context: ., dockerfile: generated/Dockerfile.5.5.45 }, image: 'benzine/mariadb:5.5.45' }
|
||||
mariadb-10.0.20: { build: { context: ., dockerfile: generated/Dockerfile.10.0.20 }, image: 'benzine/mariadb:10.0.20' }
|
||||
mariadb-5.5.43: { build: { context: ., dockerfile: generated/Dockerfile.5.5.43 }, image: 'benzine/mariadb:5.5.43' }
|
||||
mariadb-5.5.42: { build: { context: ., dockerfile: generated/Dockerfile.5.5.42 }, image: 'benzine/mariadb:5.5.42' }
|
||||
mariadb-5.5.41: { build: { context: ., dockerfile: generated/Dockerfile.5.5.41 }, image: 'benzine/mariadb:5.5.41' }
|
||||
mariadb-5.5.40: { build: { context: ., dockerfile: generated/Dockerfile.5.5.40 }, image: 'benzine/mariadb:5.5.40' }
|
||||
mariadb-10.1.3: { build: { context: ., dockerfile: generated/Dockerfile.10.1.3 }, image: 'benzine/mariadb:10.1.3' }
|
||||
mariadb-10.1.2: { build: { context: ., dockerfile: generated/Dockerfile.10.1.2 }, image: 'benzine/mariadb:10.1.2' }
|
||||
mariadb-10.1.1: { build: { context: ., dockerfile: generated/Dockerfile.10.1.1 }, image: 'benzine/mariadb:10.1.1' }
|
||||
mariadb-5.5.44: { build: { context: ., dockerfile: generated/Dockerfile.5.5.44 }, image: 'benzine/mariadb:5.5.44' }
|
||||
mariadb-10.0.19: { build: { context: ., dockerfile: generated/Dockerfile.10.0.19 }, image: 'benzine/mariadb:10.0.19' }
|
||||
mariadb-10.0.16: { build: { context: ., dockerfile: generated/Dockerfile.10.0.16 }, image: 'benzine/mariadb:10.0.16' }
|
||||
mariadb-10.0.17: { build: { context: ., dockerfile: generated/Dockerfile.10.0.17 }, image: 'benzine/mariadb:10.0.17' }
|
||||
mariadb-10.0.15: { build: { context: ., dockerfile: generated/Dockerfile.10.0.15 }, image: 'benzine/mariadb:10.0.15' }
|
15
composer.json
Normal file
15
composer.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "benzine/redis-tag-tracker",
|
||||
"type": "project",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Matthew Baggett",
|
||||
"email": "matthew@baggett.me"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.3",
|
||||
"kint-php/kint": "^3.2",
|
||||
"symfony/yaml": "^4.3"
|
||||
}
|
||||
}
|
482
composer.lock
generated
Normal file
482
composer.lock
generated
Normal file
|
@ -0,0 +1,482 @@
|
|||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "50244b6dc018593ac12b02fe76686b47",
|
||||
"packages": [
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "6.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/guzzle.git",
|
||||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
||||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/promises": "^1.0",
|
||||
"guzzlehttp/psr7": "^1.4",
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-curl": "*",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
||||
"psr/log": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/log": "Required for using the Log middleware"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "6.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/functions_include.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"GuzzleHttp\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michael Dowling",
|
||||
"email": "mtdowling@gmail.com",
|
||||
"homepage": "https://github.com/mtdowling"
|
||||
}
|
||||
],
|
||||
"description": "Guzzle is a PHP HTTP client library",
|
||||
"homepage": "http://guzzlephp.org/",
|
||||
"keywords": [
|
||||
"client",
|
||||
"curl",
|
||||
"framework",
|
||||
"http",
|
||||
"http client",
|
||||
"rest",
|
||||
"web service"
|
||||
],
|
||||
"time": "2018-04-22T15:46:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
"version": "v1.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/promises.git",
|
||||
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
||||
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GuzzleHttp\\Promise\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/functions_include.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michael Dowling",
|
||||
"email": "mtdowling@gmail.com",
|
||||
"homepage": "https://github.com/mtdowling"
|
||||
}
|
||||
],
|
||||
"description": "Guzzle promises library",
|
||||
"keywords": [
|
||||
"promise"
|
||||
],
|
||||
"time": "2016-12-20T10:07:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "1.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
||||
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"psr/http-message": "~1.0",
|
||||
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-zlib": "*",
|
||||
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
||||
},
|
||||
"suggest": {
|
||||
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GuzzleHttp\\Psr7\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/functions_include.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michael Dowling",
|
||||
"email": "mtdowling@gmail.com",
|
||||
"homepage": "https://github.com/mtdowling"
|
||||
},
|
||||
{
|
||||
"name": "Tobias Schultze",
|
||||
"homepage": "https://github.com/Tobion"
|
||||
}
|
||||
],
|
||||
"description": "PSR-7 message implementation that also provides common utility methods",
|
||||
"keywords": [
|
||||
"http",
|
||||
"message",
|
||||
"psr-7",
|
||||
"request",
|
||||
"response",
|
||||
"stream",
|
||||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2019-07-01T23:21:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "kint-php/kint",
|
||||
"version": "3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kint-php/kint.git",
|
||||
"reference": "c332db9529fdce74ae6a347f97a1e7395e76ced8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kint-php/kint/zipball/c332db9529fdce74ae6a347f97a1e7395e76ced8",
|
||||
"reference": "c332db9529fdce74ae6a347f97a1e7395e76ced8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.0",
|
||||
"phpunit/phpunit": "^4.0",
|
||||
"seld/phar-utils": "^1.0",
|
||||
"symfony/finder": "^2.0 || ^3.0 || ^4.0",
|
||||
"vimeo/psalm": "^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-ctype": "Simple data type tests",
|
||||
"ext-iconv": "Provides fallback detection for ambiguous legacy string encodings such as the Windows and ISO 8859 code pages",
|
||||
"ext-mbstring": "Provides string encoding detection",
|
||||
"kint-php/kint-js": "Provides a simplified dump to console.log()",
|
||||
"kint-php/kint-twig": "Provides d() and s() functions in twig templates",
|
||||
"symfony/polyfill-ctype": "Replacement for ext-ctype if missing",
|
||||
"symfony/polyfill-iconv": "Replacement for ext-iconv if missing",
|
||||
"symfony/polyfill-mbstring": "Replacement for ext-mbstring if missing"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"init.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Kint\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rokas Šleinius",
|
||||
"homepage": "https://github.com/raveren"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Vollebregt",
|
||||
"homepage": "https://github.com/jnvsor"
|
||||
},
|
||||
{
|
||||
"name": "Contributors",
|
||||
"homepage": "https://github.com/kint-php/kint/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Kint - debugging tool for PHP developers",
|
||||
"homepage": "https://kint-php.github.io/kint/",
|
||||
"keywords": [
|
||||
"debug",
|
||||
"kint",
|
||||
"php"
|
||||
],
|
||||
"time": "2019-05-03T16:49:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-message",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/http-message.git",
|
||||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Http\\Message\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common interface for HTTP messages",
|
||||
"homepage": "https://github.com/php-fig/http-message",
|
||||
"keywords": [
|
||||
"http",
|
||||
"http-message",
|
||||
"psr",
|
||||
"psr-7",
|
||||
"request",
|
||||
"response"
|
||||
],
|
||||
"time": "2016-08-06T14:39:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ralouphie/getallheaders",
|
||||
"version": "3.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ralouphie/getallheaders.git",
|
||||
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
||||
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"phpunit/phpunit": "^5 || ^6.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/getallheaders.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ralph Khattar",
|
||||
"email": "ralph.khattar@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A polyfill for getallheaders.",
|
||||
"time": "2019-03-08T08:55:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
|
||||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-ctype": "For best performance"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.12-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Ctype\\": ""
|
||||
},
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gert de Pagter",
|
||||
"email": "BackEndTea@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Symfony polyfill for ctype functions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"compatibility",
|
||||
"ctype",
|
||||
"polyfill",
|
||||
"portable"
|
||||
],
|
||||
"time": "2019-08-06T08:03:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v4.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6",
|
||||
"reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/console": "<3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/console": "~3.4|~4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/console": "For validating YAML files using the lint command"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Yaml\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2019-07-24T14:47:54+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": []
|
||||
}
|
92
generate
Executable file
92
generate
Executable file
|
@ -0,0 +1,92 @@
|
|||
#!/usr/bin/php
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . "/vendor/autoload.php";
|
||||
|
||||
use \Symfony\Component\Yaml\Yaml;
|
||||
|
||||
$image = "library/mariadb";
|
||||
$stumpName = explode("/", $image,2)[1];
|
||||
$excludedTags = [ 'r', 'rc', 'rc-bionic' ];
|
||||
|
||||
$client = new \GuzzleHttp\Client();
|
||||
|
||||
$allLoaded = false;
|
||||
$results = ['rc', 'rc-bionic'];
|
||||
$url = "https://hub.docker.com/v2/repositories/{$image}/tags/";
|
||||
while($allLoaded == false) {
|
||||
$data = $client->get($url)->getBody()->getContents();
|
||||
$json = json_decode($data, true);
|
||||
|
||||
$results = array_merge($results, $json['results']);
|
||||
if($json['next']){
|
||||
$url = $json['next'];
|
||||
}else{
|
||||
$allLoaded = true;
|
||||
}
|
||||
}
|
||||
|
||||
$travisYaml = [
|
||||
'language' => 'bash',
|
||||
'notifications' => [
|
||||
'email' => [
|
||||
'matthew@baggett.me',
|
||||
]
|
||||
],
|
||||
'before_script' => [
|
||||
'docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD $DOCKER_REGISTRY',
|
||||
'sudo rm /usr/local/bin/docker-compose',
|
||||
'curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-`uname -s`-`uname -m` > docker-compose',
|
||||
'chmod +x docker-compose',
|
||||
'sudo mv docker-compose /usr/local/bin',
|
||||
],
|
||||
'script' => [
|
||||
"docker-compose -f build.yml build $stumpName-\$VERSION",
|
||||
],
|
||||
'after_script' => [
|
||||
"docker-compose -f build.yml push $stumpName-\$VERSION",
|
||||
],
|
||||
'env' => [],
|
||||
];
|
||||
|
||||
$buildYaml = [
|
||||
'version' => (string) '2.3',
|
||||
'services' => []
|
||||
];
|
||||
|
||||
foreach($results as $result) {
|
||||
if(!isset($result['name']))
|
||||
continue;
|
||||
|
||||
if(in_array($result['name'], $excludedTags))
|
||||
continue;
|
||||
|
||||
$dockerfileLines = [];
|
||||
$dockerfileLines[] = "# From upstream {$stumpName}:{$result['name']}";
|
||||
$dockerfileLines[] = "FROM {$stumpName}:{$result['name']}";
|
||||
$dockerfileLines[] = "# Copy healthcheck file.";
|
||||
$dockerfileLines[] = "COPY health.sh /usr/bin/healthcheck";
|
||||
$dockerfileLines[] = "# Add healthcheck";
|
||||
$dockerfileLines[] = "HEALTHCHECK --interval=30s --timeout=3s \\";
|
||||
$dockerfileLines[] = " CMD /usr/bin/healthcheck ";
|
||||
|
||||
$dockerfile = "generated/Dockerfile.{$result['name']}";
|
||||
$buildYaml['services'][$stumpName . '-' . $result['name']] = [
|
||||
'build' => [
|
||||
'context' => '.',
|
||||
'dockerfile' => $dockerfile
|
||||
],
|
||||
'image' => "benzine/{$stumpName}:{$result['name']}",
|
||||
];
|
||||
|
||||
$travisYaml['env'][] = "VERSION={$result['name']}";
|
||||
|
||||
file_put_contents($dockerfile, implode("\n", $dockerfileLines));
|
||||
}
|
||||
|
||||
sort($travisYaml['env']);
|
||||
$travisYaml['env'] = array_slice($travisYaml['env'],-200,200);
|
||||
|
||||
file_put_contents("build.yml", Yaml::dump($buildYaml));
|
||||
|
||||
file_put_contents(".travis.yml", Yaml::dump($travisYaml));
|
7
generated/Dockerfile.10
Normal file
7
generated/Dockerfile.10
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10
|
||||
FROM mariadb:10
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10-bionic
Normal file
7
generated/Dockerfile.10-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10-bionic
|
||||
FROM mariadb:10-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10-jessie
Normal file
7
generated/Dockerfile.10-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10-jessie
|
||||
FROM mariadb:10-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0
Normal file
7
generated/Dockerfile.10.0
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0
|
||||
FROM mariadb:10.0
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0-jessie
Normal file
7
generated/Dockerfile.10.0-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0-jessie
|
||||
FROM mariadb:10.0-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0-xenial
Normal file
7
generated/Dockerfile.10.0-xenial
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0-xenial
|
||||
FROM mariadb:10.0-xenial
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.15
Normal file
7
generated/Dockerfile.10.0.15
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.15
|
||||
FROM mariadb:10.0.15
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.16
Normal file
7
generated/Dockerfile.10.0.16
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.16
|
||||
FROM mariadb:10.0.16
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.17
Normal file
7
generated/Dockerfile.10.0.17
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.17
|
||||
FROM mariadb:10.0.17
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.19
Normal file
7
generated/Dockerfile.10.0.19
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.19
|
||||
FROM mariadb:10.0.19
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.20
Normal file
7
generated/Dockerfile.10.0.20
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.20
|
||||
FROM mariadb:10.0.20
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.21
Normal file
7
generated/Dockerfile.10.0.21
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.21
|
||||
FROM mariadb:10.0.21
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.22
Normal file
7
generated/Dockerfile.10.0.22
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.22
|
||||
FROM mariadb:10.0.22
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.23
Normal file
7
generated/Dockerfile.10.0.23
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.23
|
||||
FROM mariadb:10.0.23
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.24
Normal file
7
generated/Dockerfile.10.0.24
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.24
|
||||
FROM mariadb:10.0.24
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.25
Normal file
7
generated/Dockerfile.10.0.25
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.25
|
||||
FROM mariadb:10.0.25
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.26
Normal file
7
generated/Dockerfile.10.0.26
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.26
|
||||
FROM mariadb:10.0.26
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.27
Normal file
7
generated/Dockerfile.10.0.27
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.27
|
||||
FROM mariadb:10.0.27
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.28
Normal file
7
generated/Dockerfile.10.0.28
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.28
|
||||
FROM mariadb:10.0.28
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.29
Normal file
7
generated/Dockerfile.10.0.29
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.29
|
||||
FROM mariadb:10.0.29
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.30
Normal file
7
generated/Dockerfile.10.0.30
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.30
|
||||
FROM mariadb:10.0.30
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.31
Normal file
7
generated/Dockerfile.10.0.31
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.31
|
||||
FROM mariadb:10.0.31
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.32
Normal file
7
generated/Dockerfile.10.0.32
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.32
|
||||
FROM mariadb:10.0.32
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.33
Normal file
7
generated/Dockerfile.10.0.33
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.33
|
||||
FROM mariadb:10.0.33
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.34
Normal file
7
generated/Dockerfile.10.0.34
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.34
|
||||
FROM mariadb:10.0.34
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.35
Normal file
7
generated/Dockerfile.10.0.35
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.35
|
||||
FROM mariadb:10.0.35
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.35-jessie
Normal file
7
generated/Dockerfile.10.0.35-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.35-jessie
|
||||
FROM mariadb:10.0.35-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.35-xenial
Normal file
7
generated/Dockerfile.10.0.35-xenial
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.35-xenial
|
||||
FROM mariadb:10.0.35-xenial
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.36
Normal file
7
generated/Dockerfile.10.0.36
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.36
|
||||
FROM mariadb:10.0.36
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.36-xenial
Normal file
7
generated/Dockerfile.10.0.36-xenial
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.36-xenial
|
||||
FROM mariadb:10.0.36-xenial
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.37
Normal file
7
generated/Dockerfile.10.0.37
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.37
|
||||
FROM mariadb:10.0.37
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.37-xenial
Normal file
7
generated/Dockerfile.10.0.37-xenial
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.37-xenial
|
||||
FROM mariadb:10.0.37-xenial
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.38
Normal file
7
generated/Dockerfile.10.0.38
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.38
|
||||
FROM mariadb:10.0.38
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.0.38-xenial
Normal file
7
generated/Dockerfile.10.0.38-xenial
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.0.38-xenial
|
||||
FROM mariadb:10.0.38-xenial
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1
Normal file
7
generated/Dockerfile.10.1
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1
|
||||
FROM mariadb:10.1
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1-bionic
Normal file
7
generated/Dockerfile.10.1-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1-bionic
|
||||
FROM mariadb:10.1-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1-jessie
Normal file
7
generated/Dockerfile.10.1-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1-jessie
|
||||
FROM mariadb:10.1-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.1
Normal file
7
generated/Dockerfile.10.1.1
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.1
|
||||
FROM mariadb:10.1.1
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.10
Normal file
7
generated/Dockerfile.10.1.10
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.10
|
||||
FROM mariadb:10.1.10
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.11
Normal file
7
generated/Dockerfile.10.1.11
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.11
|
||||
FROM mariadb:10.1.11
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.12
Normal file
7
generated/Dockerfile.10.1.12
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.12
|
||||
FROM mariadb:10.1.12
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.13
Normal file
7
generated/Dockerfile.10.1.13
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.13
|
||||
FROM mariadb:10.1.13
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.14
Normal file
7
generated/Dockerfile.10.1.14
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.14
|
||||
FROM mariadb:10.1.14
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.15
Normal file
7
generated/Dockerfile.10.1.15
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.15
|
||||
FROM mariadb:10.1.15
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.16
Normal file
7
generated/Dockerfile.10.1.16
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.16
|
||||
FROM mariadb:10.1.16
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.17
Normal file
7
generated/Dockerfile.10.1.17
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.17
|
||||
FROM mariadb:10.1.17
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.18
Normal file
7
generated/Dockerfile.10.1.18
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.18
|
||||
FROM mariadb:10.1.18
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.19
Normal file
7
generated/Dockerfile.10.1.19
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.19
|
||||
FROM mariadb:10.1.19
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.2
Normal file
7
generated/Dockerfile.10.1.2
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.2
|
||||
FROM mariadb:10.1.2
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.20
Normal file
7
generated/Dockerfile.10.1.20
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.20
|
||||
FROM mariadb:10.1.20
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.21
Normal file
7
generated/Dockerfile.10.1.21
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.21
|
||||
FROM mariadb:10.1.21
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.22
Normal file
7
generated/Dockerfile.10.1.22
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.22
|
||||
FROM mariadb:10.1.22
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.23
Normal file
7
generated/Dockerfile.10.1.23
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.23
|
||||
FROM mariadb:10.1.23
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.24
Normal file
7
generated/Dockerfile.10.1.24
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.24
|
||||
FROM mariadb:10.1.24
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.25
Normal file
7
generated/Dockerfile.10.1.25
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.25
|
||||
FROM mariadb:10.1.25
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.26
Normal file
7
generated/Dockerfile.10.1.26
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.26
|
||||
FROM mariadb:10.1.26
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.28
Normal file
7
generated/Dockerfile.10.1.28
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.28
|
||||
FROM mariadb:10.1.28
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.29
Normal file
7
generated/Dockerfile.10.1.29
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.29
|
||||
FROM mariadb:10.1.29
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.3
Normal file
7
generated/Dockerfile.10.1.3
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.3
|
||||
FROM mariadb:10.1.3
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.30
Normal file
7
generated/Dockerfile.10.1.30
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.30
|
||||
FROM mariadb:10.1.30
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.31
Normal file
7
generated/Dockerfile.10.1.31
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.31
|
||||
FROM mariadb:10.1.31
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.32
Normal file
7
generated/Dockerfile.10.1.32
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.32
|
||||
FROM mariadb:10.1.32
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.33
Normal file
7
generated/Dockerfile.10.1.33
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.33
|
||||
FROM mariadb:10.1.33
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.34
Normal file
7
generated/Dockerfile.10.1.34
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.34
|
||||
FROM mariadb:10.1.34
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.34-bionic
Normal file
7
generated/Dockerfile.10.1.34-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.34-bionic
|
||||
FROM mariadb:10.1.34-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.34-jessie
Normal file
7
generated/Dockerfile.10.1.34-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.34-jessie
|
||||
FROM mariadb:10.1.34-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.35
Normal file
7
generated/Dockerfile.10.1.35
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.35
|
||||
FROM mariadb:10.1.35
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.35-bionic
Normal file
7
generated/Dockerfile.10.1.35-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.35-bionic
|
||||
FROM mariadb:10.1.35-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.36
Normal file
7
generated/Dockerfile.10.1.36
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.36
|
||||
FROM mariadb:10.1.36
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.36-bionic
Normal file
7
generated/Dockerfile.10.1.36-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.36-bionic
|
||||
FROM mariadb:10.1.36-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.37
Normal file
7
generated/Dockerfile.10.1.37
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.37
|
||||
FROM mariadb:10.1.37
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.37-bionic
Normal file
7
generated/Dockerfile.10.1.37-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.37-bionic
|
||||
FROM mariadb:10.1.37-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.38
Normal file
7
generated/Dockerfile.10.1.38
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.38
|
||||
FROM mariadb:10.1.38
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.38-bionic
Normal file
7
generated/Dockerfile.10.1.38-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.38-bionic
|
||||
FROM mariadb:10.1.38-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.39
Normal file
7
generated/Dockerfile.10.1.39
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.39
|
||||
FROM mariadb:10.1.39
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.39-bionic
Normal file
7
generated/Dockerfile.10.1.39-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.39-bionic
|
||||
FROM mariadb:10.1.39-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.40
Normal file
7
generated/Dockerfile.10.1.40
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.40
|
||||
FROM mariadb:10.1.40
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.40-bionic
Normal file
7
generated/Dockerfile.10.1.40-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.40-bionic
|
||||
FROM mariadb:10.1.40-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.41
Normal file
7
generated/Dockerfile.10.1.41
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.41
|
||||
FROM mariadb:10.1.41
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.1.41-bionic
Normal file
7
generated/Dockerfile.10.1.41-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.1.41-bionic
|
||||
FROM mariadb:10.1.41-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2
Normal file
7
generated/Dockerfile.10.2
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2
|
||||
FROM mariadb:10.2
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2-bionic
Normal file
7
generated/Dockerfile.10.2-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2-bionic
|
||||
FROM mariadb:10.2-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2-jessie
Normal file
7
generated/Dockerfile.10.2-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2-jessie
|
||||
FROM mariadb:10.2-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.10
Normal file
7
generated/Dockerfile.10.2.10
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.10
|
||||
FROM mariadb:10.2.10
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.11
Normal file
7
generated/Dockerfile.10.2.11
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.11
|
||||
FROM mariadb:10.2.11
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.12
Normal file
7
generated/Dockerfile.10.2.12
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.12
|
||||
FROM mariadb:10.2.12
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.13
Normal file
7
generated/Dockerfile.10.2.13
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.13
|
||||
FROM mariadb:10.2.13
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.14
Normal file
7
generated/Dockerfile.10.2.14
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.14
|
||||
FROM mariadb:10.2.14
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.15
Normal file
7
generated/Dockerfile.10.2.15
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.15
|
||||
FROM mariadb:10.2.15
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.16
Normal file
7
generated/Dockerfile.10.2.16
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.16
|
||||
FROM mariadb:10.2.16
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.16-bionic
Normal file
7
generated/Dockerfile.10.2.16-bionic
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.16-bionic
|
||||
FROM mariadb:10.2.16-bionic
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.16-jessie
Normal file
7
generated/Dockerfile.10.2.16-jessie
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.16-jessie
|
||||
FROM mariadb:10.2.16-jessie
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
7
generated/Dockerfile.10.2.17
Normal file
7
generated/Dockerfile.10.2.17
Normal file
|
@ -0,0 +1,7 @@
|
|||
# From upstream mariadb:10.2.17
|
||||
FROM mariadb:10.2.17
|
||||
# Copy healthcheck file.
|
||||
COPY health.sh /usr/bin/healthcheck
|
||||
# Add healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD /usr/bin/healthcheck
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue