Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerbase/php-prebuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.3
Choose a base ref
...
head repository: containerbase/php-prebuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.5
Choose a head ref
  • 19 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 23, 2021

  1. docs: fix command

    viceice committed Mar 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c1c845c View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5bff2bf View commit details

Commits on Mar 26, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    17a386e View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0f8c4ca View commit details

Commits on Mar 30, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d289f2f View commit details

Commits on Apr 1, 2021

  1. docs: update urls

    viceice committed Apr 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6d411ac View commit details
  2. docs: update url

    viceice committed Apr 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7befab0 View commit details

Commits on Apr 3, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fc3fe8e View commit details

Commits on Apr 6, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e2a7b6d View commit details

Commits on Apr 9, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3c96341 View commit details

Commits on Apr 12, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    91eaa3a View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    71f8203 View commit details

Commits on Apr 21, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1dad3d0 View commit details

Commits on Apr 24, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7cf818c View commit details

Commits on Apr 26, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    82ff033 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    735598d View commit details

Commits on Apr 28, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3444088 View commit details

Commits on Apr 29, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dd9608f View commit details

Commits on May 3, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e31c4e9 View commit details
Showing with 244 additions and 156 deletions.
  1. +2 −2 .github/workflows/build.yml
  2. +2 −2 Dockerfile
  3. +4 −4 README.md
  4. +23 −1 builder.json
  5. +2 −2 package.json
  6. +211 −145 yarn.lock
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -25,13 +25,13 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: binary-builder
uses: renovatebot/internal-tools@v1.5.2
uses: renovatebot/internal-tools@v1.5.9
with:
command: binary-builder
dry-run: ${{github.ref != 'refs/heads/main'}}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2.2.2
- uses: actions/upload-artifact@v2.2.3
with:
name: ${{ env.DISTRO }}
path: .cache/*.tar.xz
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ ARG DISTRO=focal
#--------------------------------------
# base images
#--------------------------------------
FROM ubuntu:bionic@sha256:4bc3ae6596938cb0d9e5ac51a1152ec9dcac2a1c50829c74abd9c4361e321b26 as build-bionic
FROM ubuntu:focal@sha256:b4f9e18267eb98998f6130342baacaeb9553f136142d40959a1b46d6401f0f2b as build-focal
FROM ubuntu:bionic@sha256:538529c9d229fb55f50e6746b119e899775205d62c0fc1b7e679b30d02ecb6e8 as build-bionic
FROM ubuntu:focal@sha256:cf31af331f38d1d7158470e095b132acd126a7180a54f263d386da88eb681d93 as build-focal


#--------------------------------------
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![build](https://github.com/containerbase/php/actions/workflows/build.yml/badge.svg)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containerbase/php)
![GitHub](https://img.shields.io/github/license/containerbase/php)
![build](https://github.com/containerbase/php-prebuild/actions/workflows/build.yml/badge.svg)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containerbase/php-prebuild)
![GitHub](https://img.shields.io/github/license/containerbase/php-prebuild)

# containerbase PHP releases

@@ -17,7 +17,7 @@ docker build -t builder --build-arg APT_PROXY=http://apt-proxy:3142 --build-arg
Test the image

```bash
docker run --rm -it -e DEBURG=true builder 8.0.3
docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 8.0.3
```

`${PWD}/.cache` will contain packed releases after successful build.
24 changes: 23 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
@@ -4,5 +4,27 @@
"datasource": "docker",
"versioning": "docker",
"startVersion": "5.6.31",
"ignoredVersions": []
"ignoredVersions": [
"7.0.0",
"7.0.1",
"7.0.2",
"7.0.3",
"7.0.4",
"7.0.5",
"7.0.6",
"7.0.7",
"7.0.8",
"7.0.9",
"7.0.10",
"7.0.11",
"7.0.12",
"7.0.13",
"7.0.14",
"7.0.15",
"7.0.16",
"7.0.17",
"7.0.18",
"7.1.0",
"7.1.1"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "containerbase-php",
"name": "containerbase-php-prebuild",
"version": "1.0.0",
"private": true,
"license": "MIT",
"repository": "https://github.com/containerbase/php.git",
"repository": "https://github.com/containerbase/php-prebuild.git",
"author": "Michael Kriese <michael.kriese@visualon.de>",
"scripts": {
"lint": "run-s prettier",
356 changes: 211 additions & 145 deletions yarn.lock

Large diffs are not rendered by default.