Skip to content

Commit 7f05ba2

Browse files
authored
Merge pull request #15 from devilbox/release-0.8
Release 0.8
2 parents 3ddc710 + 5574d2c commit 7f05ba2

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ RUN set -eux; \
9292
# gpgconf --kill all; \
9393
# rm -rf "$GNUPGHOME"; \
9494
# fi; \
95-
git clone -b PHP-8.2 --single-branch https://github.com/php/php-src php; \
95+
git clone https://github.com/php/php-src php; \
9696
cd php; \
97-
# git checkout "$( \
98-
# git for-each-ref --format='%(refname)' refs/tags \
99-
# | grep -E 'refs/tags/php-8\.1[.0-9]+$' \
100-
# | sed 's|.*tags/||g' \
101-
# | sort -V \
102-
# | tail -1 \
103-
# )"; \
97+
git checkout "$( \
98+
git for-each-ref --format='%(refname)' refs/tags \
99+
| grep -E 'refs/tags/php-8\.2[.0-9]+$' \
100+
| sed 's|.*tags/||g' \
101+
| sort -V \
102+
| tail -1 \
103+
)"; \
104104
./buildconf --force; \
105105
rm -rf .git; \
106106
cd /usr/src; \

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# PHP-FPM 8.2
22

3+
[![Tag](https://img.shields.io/github/tag/devilbox/docker-php-fpm-8.2.svg)](https://github.com/devilbox/docker-php-fpm-8.2/releases)
34
[![lint](https://github.com/devilbox/docker-php-fpm-8.2/workflows/lint/badge.svg)](https://github.com/devilbox/docker-php-fpm-8.2/actions?query=workflow%3Alint)
45
[![build](https://github.com/devilbox/docker-php-fpm-8.2/workflows/build/badge.svg)](https://github.com/devilbox/docker-php-fpm-8.2/actions?query=workflow%3Abuild)
56
[![nightly](https://github.com/devilbox/docker-php-fpm-8.2/workflows/nightly/badge.svg)](https://github.com/devilbox/docker-php-fpm-8.2/actions?query=workflow%3Anightly)
7+
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
68

7-
[![Tag](https://img.shields.io/github/tag/devilbox/docker-php-fpm-8.2.svg)](https://github.com/devilbox/docker-php-fpm-8.2/releases)
89
[![Gitter](https://badges.gitter.im/devilbox/Lobby.svg)](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
910
[![Discourse](https://img.shields.io/discourse/https/devilbox.discourse.group/status.svg?colorB=%234CB697)](https://devilbox.discourse.group)
10-
[![](https://images.microbadger.com/badges/version/devilbox/php-fpm-8.2.svg)](https://microbadger.com/images/devilbox/php-fpm-8.2 "php-fpm-8.2")
11-
[![](https://images.microbadger.com/badges/image/devilbox/php-fpm-8.2.svg)](https://microbadger.com/images/devilbox/php-fpm-8.2 "php-fpm-8.2")
12-
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
1311

1412
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`
1513

14+
[![](https://img.shields.io/docker/pulls/devilbox/php-fpm-8.2.svg)](https://hub.docker.com/r/devilbox/php-fpm-8.2)
15+
1616
This repository will provide you a fully functional PHP-FPM 8.2 Docker image built from [official sources](https://github.com/php/php-src) nightly. It provides the base for [Devilbox PHP-FPM Docker images](https://github.com/devilbox/docker-php-fpm).
1717

18-
| Docker Hub | Upstream Project |
19-
|------------|------------------|
20-
| <a href="https://hub.docker.com/r/devilbox/php-fpm-8.2"><img height="82px" src="http://dockeri.co/image/devilbox/php-fpm-8.2" /></a> | <a href="https://github.com/cytopia/devilbox" ><img height="82px" src="https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/01/png/banner_256_trans.png" /></a> |
18+
| Reference Project |
19+
|-------------------|
20+
| <a href="https://github.com/cytopia/devilbox" ><img height="82px" src="https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/01/png/banner_256_trans.png" /></a> |
2121

2222
## Similar Base Images
2323

0 commit comments

Comments
 (0)