-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
100 lines (96 loc) · 2.03 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
docker:
buildkit: true
from: perl:5.40.0
image: tekki/mojolicious
git:
repo: https://github.com/Tekki/docker-mojolicious
global:
app_folder: /usr/src/app
debian_packages:
- software-properties-common
- dirmngr
description: >
[Mojolicious](https://mojolicious.org) is a real-time web framework and web development toolkit
written in [Perl](https://www.perl.org).
license: Artistic-2.0
mojo_version: 9.39
perl_modules:
- Cpanel::JSON::XS
- CryptX
- DBI
- EV
- Future::AsyncAwait
- IO::Socket::Socks
- Net::SSLeay
- IO::Socket::SSL
- Net::DNS::Native
- Role::Tiny
- SQL::Abstract
title: Mojolicious
releases:
main:
versions:
- 9.39
- 9
- latest
mariadb:
env:
DBD_MYSQL_CONFIG: mariadb_config
keys:
- 177F4010FE56CA3336300305F1656F24C74CD1D8
- 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A
- 4D1BB29D63D98E422B2113B19334A25F8507EFA5
packages:
- libmariadb-dev
perl_modules:
- DBD::MariaDB
# - DBD::mysql
- Mojo::mysql
repos:
- deb http://ftp.osuosl.org/pub/mariadb/repo/11.1/debian bookworm main
versions:
- 9.39-mariadb
- 9-mariadb
- mariadb
mysql:
keys:
- A8D3785C
packages:
- libmysqlclient-dev
perl_modules:
- DBD::MariaDB
- DBD::mysql
- Mojo::mysql
repos:
- deb http://repo.mysql.com/apt/debian bookworm mysql-8.0
- deb http://repo.mysql.com/apt/debian bookworm mysql-8.0
versions:
- 9.39-mysql
- 9-mysql
- mysql
pg:
keys:
- B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
packages:
- libpq-dev
perl_modules:
- DBD::Pg
- Mojo::Pg
repos:
- deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main
versions:
- 9.39-pg
- 9-pg
- pg
sqlite:
perl_modules:
- DBD::SQLite
- Mojo::SQLite
versions:
- 9.39-sqlite
- 9-sqlite
- sqlite
templates:
- source: dockerfile.ep
target: Dockerfile