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.28
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.29
Choose a head ref

Commits on Feb 15, 2023

  1. Copy the full SHA
    565b3ca View commit details
  2. Copy the full SHA
    b381352 View commit details
  3. Copy the full SHA
    124b37e View commit details
  4. Copy the full SHA
    2facf0e View commit details

Commits on Feb 20, 2023

  1. Copy the full SHA
    b0dc208 View commit details
  2. Copy the full SHA
    ecbd5dc View commit details
  3. Copy the full SHA
    7036442 View commit details

Commits on Mar 2, 2023

  1. Copy the full SHA
    e39f22a View commit details
  2. Copy the full SHA
    c73c601 View commit details

Commits on Mar 4, 2023

  1. Copy the full SHA
    db7a8a9 View commit details

Commits on Mar 6, 2023

  1. Copy the full SHA
    24e3303 View commit details

Commits on Mar 9, 2023

  1. Copy the full SHA
    adf721f View commit details

Commits on Mar 10, 2023

  1. Copy the full SHA
    77499c4 View commit details

Commits on Mar 12, 2023

  1. Copy the full SHA
    644f91f View commit details

Commits on Mar 13, 2023

  1. Copy the full SHA
    afc0f4f View commit details

Commits on Mar 15, 2023

  1. Copy the full SHA
    31e07ab View commit details

Commits on Mar 16, 2023

  1. chore(deps): replace renovatebot/internal-tools action with container…

    …base/internal-tools v1.15.7 (#33)
    renovate[bot] authored Mar 16, 2023
    Copy the full SHA
    3506dcf View commit details

Commits on Mar 17, 2023

  1. ci: add daily rebuild

    viceice authored Mar 17, 2023
    Copy the full SHA
    7bad5b8 View commit details

Commits on Mar 18, 2023

  1. Copy the full SHA
    1561f05 View commit details
  2. Copy the full SHA
    9687ed8 View commit details
  3. Copy the full SHA
    a46d057 View commit details
  4. Copy the full SHA
    56574d3 View commit details
  5. Copy the full SHA
    fe2a4b6 View commit details
  6. Copy the full SHA
    5fc8e75 View commit details

Commits on Mar 20, 2023

  1. fix: exclude versions

    viceice authored Mar 20, 2023
    Copy the full SHA
    dae9296 View commit details

Commits on Mar 21, 2023

  1. Copy the full SHA
    da12901 View commit details

Commits on Mar 23, 2023

  1. Copy the full SHA
    e858a26 View commit details

Commits on Mar 24, 2023

  1. Copy the full SHA
    e3a4a55 View commit details
  2. Copy the full SHA
    3cf1cf7 View commit details

Commits on Mar 27, 2023

  1. Copy the full SHA
    e6309d6 View commit details
  2. chore(deps): update dependency prettier to v2.8.5 (#36)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2023
    Copy the full SHA
    8b7c9a1 View commit details

Commits on Mar 28, 2023

  1. chore(deps): update dependency prettier to v2.8.6 (#37)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 28, 2023
    Copy the full SHA
    6d67a5f View commit details

Commits on Mar 31, 2023

  1. Copy the full SHA
    43d4eb9 View commit details

Commits on Apr 12, 2023

  1. Copy the full SHA
    5538697 View commit details

Commits on Apr 13, 2023

  1. Copy the full SHA
    501106a View commit details

Commits on Apr 14, 2023

  1. Copy the full SHA
    7907d3d View commit details
  2. Copy the full SHA
    6d9584f View commit details

Commits on Apr 15, 2023

  1. Copy the full SHA
    a9fec92 View commit details

Commits on Apr 17, 2023

  1. Copy the full SHA
    dbbc87f View commit details

Commits on Apr 18, 2023

  1. Copy the full SHA
    e96ec06 View commit details
  2. Copy the full SHA
    968d6dc View commit details

Commits on Apr 25, 2023

  1. Copy the full SHA
    aac2cef View commit details

Commits on Apr 30, 2023

  1. Copy the full SHA
    2fb3583 View commit details

Commits on May 3, 2023

  1. Copy the full SHA
    f54e55e View commit details
  2. Copy the full SHA
    9fb9cf8 View commit details

Commits on May 11, 2023

  1. Copy the full SHA
    de19772 View commit details

Commits on May 13, 2023

  1. Copy the full SHA
    ce9275b View commit details

Commits on May 19, 2023

  1. Copy the full SHA
    b33cac7 View commit details

Commits on May 25, 2023

  1. Copy the full SHA
    de6dc9e View commit details

Commits on May 26, 2023

  1. Copy the full SHA
    495435e View commit details
Showing with 118 additions and 83 deletions.
  1. +7 −4 .github/workflows/build.yml
  2. +2 −2 Dockerfile
  3. +1 −1 builder.json → builder/focal.json
  4. +9 −0 builder/jammy.json
  5. +2 −2 package.json
  6. +2 −2 renovate.Dockerfile
  7. +95 −72 yarn.lock
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -8,37 +8,40 @@ on:

pull_request:

schedule:
- cron: '0 1 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.distro == 'jammy' }}

strategy:
# some versions are not builable on jammy
fail-fast: false
matrix:
distro:
- focal
- jammy
arch:
- x86_64
- aarch64

env:
DISTRO: ${{ matrix.distro }} # build target, name required by binary-builder
ARCH: ${{ matrix.arch }} # build target, name required by binary-builder

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: binary-builder
uses: renovatebot/internal-tools@5300db677841fbc464dc831e7bb11902b45b8b69 # v1.15.0
uses: containerbase/internal-tools@f7e832514aae131cf240f2d72acda8abd84ffbb9 # v1.17.8
with:
command: binary-builder
dry-run: ${{github.ref != 'refs/heads/main'}}
config: builder/${{ matrix.distro }}.json
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
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:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d as build-focal
FROM ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f as build-jammy
FROM ubuntu:focal@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 as build-focal
FROM ubuntu:jammy@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5 as build-jammy


#--------------------------------------
2 changes: 1 addition & 1 deletion builder.json → builder/focal.json
Original file line number Diff line number Diff line change
@@ -5,5 +5,5 @@
"versioning": "docker",
"startVersion": "7.4.0",
"ignoredVersions": [],
"allowedVersions": "~7.4.31 || ~8.0.21 || >= 8.1.0"
"allowedVersions": "~7.4.34 || ~8.0.29 || >= 8.1.0"
}
9 changes: 9 additions & 0 deletions builder/jammy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image": "php",
"depName": "php",
"datasource": "docker",
"versioning": "docker",
"startVersion": "8.1.0",
"ignoredVersions": [],
"allowedVersions": "~7.4.34 || ~8.0.29 || >= 8.1.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@
},
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "13.1.1",
"lint-staged": "13.2.2",
"npm-run-all": "4.1.5",
"prettier": "2.8.3",
"prettier": "2.8.8",
"prettier-plugin-package": "1.3.0"
},
"packageManager": "yarn@1.22.19"
4 changes: 2 additions & 2 deletions renovate.Dockerfile
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ ENV PHP_VERSION=8.0.28

# EOL: 2024-11-25
# renovate: datasource=docker depName=php versioning=docker
ENV PHP_VERSION=8.1.15
ENV PHP_VERSION=8.1.19

# EOL: 2025-12-08
# renovate: datasource=docker depName=php versioning=docker
ENV PHP_VERSION=8.2.2
ENV PHP_VERSION=8.2.6
Loading