3ca7af6aaa
include 12.1
2025-08-08 17:50:28 +10:00
99eb8baedf
temp: ignore 12.1 / 12.1-ubi until release
2025-07-17 11:47:44 +10:00
c0314fd58f
Add 10.6-jammy release
...
To satisfy #553
Adjust update.sh and generate-stackbrew-library.sh to address the
temporary added distro.
Expected action for next release once Ubuntu 20.04 is EOL:
* remove 10.6-jammy directory
* adjust update.sh at top to have 10.6 = jammy for $suites.
* rest is per usual
2025-07-12 16:48:24 +10:00
58570c6f19
TEMP hack to make supportType/ReleaseStatus=Unknown as stable for 11.5
...
This is because its removed in download, but we still need to have
latest as 11.5 otherwise users will go back a version.
2024-11-15 09:39:34 +11:00
b99c24e3ed
generate-strackbrew-library - 11.6 coming soon
2024-08-12 10:05:19 +10:00
768d6823a5
generate-stackbrew-library.sh dont ignore 11.5
2024-08-12 09:12:31 +10:00
058bd4ddb4
Revert "quick hack - test 10.* only as 11.* not on mirrors yet"
...
This reverts commit 90edf6e7ba
.
2024-08-09 11:16:26 +10:00
90edf6e7ba
quick hack - test 10.* only as 11.* not on mirrors yet
2024-08-09 09:57:25 +10:00
761ec8e143
update generate-stackbrew-library.sh for 2023q3 part 1 release
2024-08-09 09:33:02 +10:00
ded19cccf9
Builder: buildkit
2024-06-08 08:12:35 +10:00
bd76785957
generate stack brew: rc status is always a suffix at end
2024-05-30 18:11:38 +10:00
7dabf47ac1
11.5.1 RC STS added
2024-05-30 17:51:53 +10:00
4e20774a56
11.4.2 Stable
2024-05-30 17:51:53 +10:00
c35b877e32
generate-stackbrew for ubi
...
All changes needed to make a set of tags for ubi
2024-05-30 14:21:31 +10:00
46a0ddb073
generate stackbrew
...
ignore to top of file as its frequently edited near release
2024-05-30 14:20:18 +10:00
5bb0ebda16
ignore 11.[345] for now on release
2024-05-17 19:01:56 +10:00
174b68b5ef
11.4 is rc
2024-02-21 09:36:48 +11:00
4834a866d8
Add 11.4
2023-11-15 10:33:34 +11:00
5e35bb0005
Ignore examples
2023-10-18 14:49:59 +11:00
5169d8f196
11.3 now in development
2023-08-29 16:17:46 +10:00
43220a07ba
Merge branch 'master' into next
2023-05-11 12:04:14 +10:00
b937daac76
less naughty
...
best practices is no use of latest except on its own
https://github.com/docker-library/official-images#tags-and-aliases
Also no more "Old Stable"
2023-05-11 11:51:48 +10:00
dd766e6f20
add 11.2
2023-05-11 11:35:18 +10:00
4e6c2b5172
Revert "11.1 not released yet"
...
This reverts commit dc7b6c57d1
.
2023-05-11 11:34:13 +10:00
dc7b6c57d1
11.1 not released yet
2023-05-11 11:13:27 +10:00
2517c69128
Add support tags to generated release
...
e.g.:
Tags: 10.11.2-jammy, 10.11-jammy, 10-jammy, 10-lts-jammy, jammy, lts-jammy, 10.11.2, 10.11, 10, 10-lts, latest, latest-lts
Architectures: amd64, arm64v8, ppc64le, s390x
GitCommit: ab852935f3
Directory: 10.11
2023-05-08 12:04:08 +10:00
8524cfe367
fix generate-stackbrew-library.sh by partial reversion
2023-02-25 10:20:02 +11:00
3dd0773fa4
Merge remote-tracking branch 'origin/master' into next
2023-02-23 18:55:22 +11:00
b0483095a1
Improve bash scripts
...
- generate-stackbrew-library.sh: needs bashbrew and needs to exit
immediately if not available.
- update.sh: prepare for testing with DEV Rest API.
2023-02-17 19:13:37 +07:00
59b3fac1b6
Add myself as authorized maintainer for PR on docker-library
2023-02-17 18:25:41 +07:00
20d60f126b
ready for 10.10, 10.11 here
2022-11-08 13:33:41 +11:00
88e048a397
only exclude 10.11 from releases for now
2022-11-08 13:31:39 +11:00
1f223d5bce
10.10 and 10.11 releases are not ready yet
2022-11-08 12:46:52 +11:00
1f34a9d567
generate-stackbrew-library: remove 10.9 ignore
2022-03-04 16:04:35 +11:00
cb0bb9ac8d
Generate semver compatible tags
...
This would enable verison detection mechanisms to
recognise unstable upgrades and not do them automaticly.
renovate.json:
{
"packageRules": [
{
"matchPackageNames": ["mariadb"],
"versioning": "semver"
}
]
}
https://docs.renovatebot.com/modules/versioning/#docker-versioning
https://docs.renovatebot.com/modules/versioning/#semantic-versioning
Example generation:
Tags: 10.8.2-rc-focal, 10.8-rc-focal, 10.8.2-rc, 10.8-rc
Architectures: amd64, arm64v8, ppc64le, s390x
GitCommit: 61c5293339
Directory: 10.8
Tags: 10.7.3-focal, 10.7-focal, 10-focal, focal, 10.7.3, 10.7, 10, latest
Architectures: amd64, arm64v8, ppc64le, s390x
GitCommit: 61c5293339
Directory: 10.7
...
Closes #415
2022-03-02 21:03:33 +11:00
2937a9bd36
10.8 release, 10.9 in pipeline
2022-02-10 08:51:36 +11:00
ceeef37619
generates-stackbrew-library - validates against arches in archives
...
Its fairly crude, but its a first step.
2021-11-09 16:04:33 +11:00
c75ff03efb
MDEV-26961: add 10.8 branch
2021-11-05 08:30:59 +11:00
38c1c0d4fd
remove alpha,beta,rc as aliases
2021-10-25 09:25:42 +11:00
65df9627b7
Revert "exclude 10.7 until release"
...
This reverts commit 098e791b82
.
2021-10-25 08:48:24 +11:00
098e791b82
exclude 10.7 until release
...
This includes GH actions and release/update based scripts.
This is the commit to revert once a 10.7 release happens.
2021-07-09 14:55:18 +10:00
ef21725dbf
fix generate-stackbrew-library.sh now that MARIADB_VERSION is an arg
2021-07-09 13:17:15 +10:00
b180797cec
Update maintainers - generate-stackbrew-library.sh
2021-02-25 12:01:40 +11:00
c969655b3c
Remove 5.5
...
Ubuntu Trusty support is EOL and there are no newer distributions under http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu/dists/ supported.
2019-06-03 16:49:47 -07:00
b5689dcb9e
Add "rc", "alpha", "beta", "gamma" aliases automatically (but only to the highest version of each)
2019-03-07 14:30:32 -08:00
93f1e9c908
Adjust "latest" to be automatic based on "release status"
2019-03-01 13:55:33 -08:00
8832650f4b
Add link to alpha/beta/rc tag discussion for future reference
2018-11-14 16:36:30 -08:00
852044c20c
Add arch support! (some of amd64, arm64v8, i386, ppc64le)
2018-07-16 16:49:00 -07:00
9ce4ecd278
Add suite aliases like jessie and wheezy
2018-07-13 11:24:10 -07:00
4eb0a4a25e
Move latest to 10.3 (GA as of 10.3.7)
2018-05-29 09:47:49 -07:00