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: kool-dev/docker-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chore
Choose a base ref
...
head repository: kool-dev/docker-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 30, 2025

  1. Merge pull request #76 from kool-dev/chore

    Add Node 24 | Remove Node 18 EOL | Tweak CI
    dbpolito authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    a01786a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. add: node 24 & 24-nginx

    wdarking committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    74804a1 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    wdarking committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    882f4f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from wdarking/node-24

    Add: node:24-nginx
    fabriciojs authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    6252806 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    2453538 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from wdarking/node-24-ci-tweak

    Tweak: missing matrix update for node:24-nginx
    fabriciojs authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    2f85e65 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. ci: rotate buildx cache weekly so npm@latest actually refreshes

    The weekly cron never refreshed npm because the buildx layer cache was
    restored via a prefix restore-key on an unchanged master sha, so the
    `npm i npm@latest` layer was always a cache hit and froze npm at 11.9.0.
    
    Fold an ISO week stamp into the cache key + restore-key so the cache
    rotates once a week: each new week is a cold build that re-resolves
    npm@latest (and, with --pull, the base node image), while intra-week
    pushes still hit the cache for fast incremental builds. The key-format
    change also forces a one-time cold rebuild on merge, refreshing npm to
    >=11.13 immediately.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    wdarking and claude committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    bf4f2ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from wdarking/fix-npm-cache

    ci: rotate buildx cache weekly so npm@latest actually refreshes
    fabriciojs authored Jun 10, 2026
    Configuration menu
    Copy the full SHA
    37fa7fd View commit details
    Browse the repository at this point in the history
Loading