yosifkit
c48d768a5e
Merge pull request #1250 from infosiftr/gpg-keys
...
Move GPG keys into the template
2022-01-27 13:02:28 -08:00
Tianon Gravi
dc710cdc49
Move GPG keys into the template
...
They don't change within a release very often, so it doesn't feel "correct" to embed them in the block of more dynamic information we embed in versions.json (and IMO we get slightly better syntax this way).
2022-01-27 11:23:31 -08:00
yosifkit
31bf204018
Merge pull request #1249 from infosiftr/opportunistic-rcs
...
Add RCs opportunistically
2022-01-26 16:54:35 -08:00
Tianon Gravi
ad286b6ce1
Add RCs opportunistically
...
Allow RC builds to come and go automatically as they become available (and disappear).
2022-01-26 15:45:04 -08:00
Docker Library Bot
b4b4093acd
Update 8.1 to 8.1.2
2022-01-20 19:52:39 -08:00
Docker Library Bot
b09fd3beb1
Update 8.0 to 8.0.15
2022-01-20 05:47:35 -08:00
Docker Library Bot
c3ee24b428
Update 8.1 to 8.1.1
2021-12-17 09:19:15 -08:00
Docker Library Bot
477237ecf2
Update 8.0 to 8.0.14
2021-12-17 08:30:52 -08:00
Docker Library Bot
37c55fed56
Update 7.4 to 7.4.27
2021-12-16 07:43:46 -08:00
Dan
8447ef30fa
Update to 8.1 stable release ( #1227 )
2021-11-29 12:09:01 -08:00
Tianon Gravi
ba79418d17
Merge pull request #1226 from J0WI/alpine-3.15
...
Alpine 3.15
2021-11-29 10:25:45 -08:00
J0WI
0c60516408
Alpine 3.15
2021-11-25 11:35:55 +01:00
Docker Library Bot
f17e9741e2
Update 8.0 to 8.0.13
2021-11-18 20:40:04 -08:00
Docker Library Bot
5d0a0578db
Update 7.4 to 7.4.26
2021-11-18 06:24:01 -08:00
Docker Library Bot
d18bded9b1
Update 7.3 to 7.3.33
2021-11-18 05:46:38 -08:00
Docker Library Bot
d8f6effe4f
Update 8.1-rc to 8.1.0RC6
2021-11-11 08:25:58 -08:00
Docker Library Bot
5192e74c76
Update 8.1-rc to 8.1.0RC5
2021-10-28 11:47:57 -07:00
Docker Library Bot
e9cd691425
Update 7.3 to 7.3.32
2021-10-28 02:03:25 -07:00
Docker Library Bot
d14824baab
Update 7.4 to 7.4.25
2021-10-22 08:38:49 -07:00
Docker Library Bot
b320da41c8
Update 8.0 to 8.0.12
2021-10-21 05:47:41 -07:00
Docker Library Bot
505d866500
Update 8.1-rc to 8.1.0RC4
2021-10-14 10:12:05 -07:00
yosifkit
15ddd64eb2
Merge pull request #1213 from infosiftr/strip-ext
...
Add stripping to installed extensions
2021-10-12 15:55:06 -07:00
yosifkit
d7f46271b4
Merge pull request #1212 from infosiftr/find-perm
...
Fix "find -perm" syntax (and ignore "strip" failures but not "find" failures)
2021-10-12 14:28:26 -07:00
Tianon Gravi
b2c6b85e5a
Add stripping to installed extensions
2021-10-12 14:01:21 -07:00
Tianon Gravi
6e558df379
Fix "find -perm" syntax (and ignore "strip" failures but not "find" failures)
2021-10-12 13:53:39 -07:00
yosifkit
1e6fd3bcdf
Merge pull request #1208 from infosiftr/extra-extra
...
Merge PHP_EXTRA_* into the places they're used
2021-10-11 15:44:05 -07:00
Tianon Gravi
6d7ea20646
Merge PHP_EXTRA_* into the places they're used
...
Also, this explicitly treats "cli" and "zts" variants as similar for the purposes of `--enable-embed`.
2021-10-08 17:40:11 -07:00
Docker Library Bot
104c2a74f0
Update 8.1-rc to 8.1.0RC3
2021-09-30 11:47:59 -07:00
Docker Library Bot
41d3146c41
Update 7.4 to 7.4.24
2021-09-23 11:47:08 -07:00
Docker Library Bot
8d98db4ceb
Update 8.0 to 8.0.11
2021-09-23 08:29:10 -07:00
Docker Library Bot
369384a82d
Update 7.3 to 7.3.31
2021-09-23 05:46:40 -07:00
Docker Library Bot
583bbc9761
Update 8.1-rc to 8.1.0RC2
2021-09-16 11:32:28 -07:00
Docker Library Bot
89b61573f5
Update 8.1-rc to 8.1.0RC1
2021-09-02 09:36:45 -07:00
Docker Library Bot
496cd2fea4
Update 7.4 to 7.4.23
2021-08-26 08:00:27 -07:00
Docker Library Bot
e81ce1cff2
Update 8.0 to 8.0.10
2021-08-26 05:35:05 -07:00
Docker Library Bot
cdb853c144
Update 7.3 to 7.3.30
2021-08-26 04:53:05 -07:00
Tianon Gravi
2047c68d89
Merge pull request #1193 from infosiftr/combine
...
Combine templates to a single file
2021-08-25 15:54:10 -07:00
Joe Ferguson
06309249a9
Apply templates using single template
2021-08-24 17:26:53 -07:00
Joe Ferguson
b5f8bba381
Combine templates to a single template to reduce duplication
2021-08-24 17:22:54 -07:00
yosifkit
ed2fe97ebd
Merge pull request #1187 from infosiftr/readline
...
Switch from libedit back to readline
2021-08-24 16:39:51 -07:00
Tianon Gravi
eee43f690e
Switch from libedit back to readline
...
Without this, I cannot input UTF-8 characters, no matter what I set `LANG` to, but this fixes it such that `LANG=C.UTF-8` works again for inputting UTF-8 characters like `💩 `.
2021-08-24 16:05:37 -07:00
Docker Library Bot
3c05450c57
Update 8.1-rc to 8.1.0beta3
2021-08-19 10:07:22 -07:00
Tianon Gravi
5d6d692433
Merge pull request #1190 from infosiftr/bullseye
...
Add Bullseye variants
2021-08-17 09:54:29 -07:00
Joe Ferguson
7a290f78fb
Apply templates to add bullseye; drop stretch
2021-08-16 17:50:10 -07:00
Joe Ferguson
453fc061df
Update versions.* and generate-stackbrew for bullseye
2021-08-16 17:38:24 -07:00
Docker Library Bot
d2b630dc89
Update 8.1-rc to 8.1.0beta2
2021-08-05 08:45:37 -07:00
Docker Library Bot
a1fd650238
Update 8.0 to 8.0.9
2021-07-29 09:56:51 -07:00
Docker Library Bot
90aa28b248
Update 7.4 to 7.4.22
2021-07-29 08:48:09 -07:00
Docker Library Bot
3490a5c50b
Update 8.1-rc to 8.1.0beta1
2021-07-22 09:15:29 -07:00
Docker Library Bot
508bf29e43
Update 8.1-rc to 8.1.0alpha3
2021-07-08 09:02:57 -07:00