docker-library / httpd

Docker Official Image packaging for Apache HTTP Server
https://httpd.apache.org
Apache License 2.0
310 stars 345 forks source link

Add suite aliases ("alpine3.14", etc) #186

Closed tianon closed 3 years ago

tianon commented 3 years ago

Closes #185

tianon commented 3 years ago
Diff: ```diff $ diff -u <(bashbrew cat httpd) <(bashbrew cat <(./generate-stackbrew-library.sh)) --- /dev/fd/63 2021-07-08 12:00:41.893701967 -0700 +++ /dev/fd/62 2021-07-08 12:00:41.893701967 -0700 @@ -1,12 +1,12 @@ Maintainers: Tianon Gravi (@tianon), Joseph Ferguson (@yosifkit) GitRepo: https://github.com/docker-library/httpd.git -Tags: 2.4.48, 2.4, 2, latest +Tags: 2.4.48, 2.4, 2, latest, 2.4.48-buster, 2.4-buster, 2-buster, buster Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x -GitCommit: 8835b23f748f80bcec510c14b68c84bc37767cdb +GitCommit: 6d68525ac47c0474d3d74269b2669104c1d867dd Directory: 2.4 -Tags: 2.4.48-alpine, 2.4-alpine, 2-alpine, alpine +Tags: 2.4.48-alpine, 2.4-alpine, 2-alpine, alpine, 2.4.48-alpine3.14, 2.4-alpine3.14, 2-alpine3.14, alpine3.14 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x -GitCommit: 46340f4c78fa6b0ba66e814f0aef3ada6c1f535f +GitCommit: 6d68525ac47c0474d3d74269b2669104c1d867dd Directory: 2.4/alpine ```
tianon commented 3 years ago

After we get this merged, I plan to also do a one-time back-fill of the alpine3.13 aliases to actually satisfy #185 appropriately. :+1: