Skip to content

feat: add Node container image#12

Merged
hailatGH merged 4 commits into
docker-27-dindfrom
node-22-alpine
Mar 23, 2026
Merged

feat: add Node container image#12
hailatGH merged 4 commits into
docker-27-dindfrom
node-22-alpine

Conversation

@hailatGH
Copy link
Copy Markdown
Contributor

No description provided.

@tewodrosdy
Copy link
Copy Markdown
Collaborator

LGTM overall. Two suggestion:

  • versions.yaml: The watcher compares full tags (e.g. "22-alpine") to base_version ("22"), so it will always report updates and a suggested update would set base_version to "22-alpine", producing tag "22-alpine-alpine". Prefer base_version: "22-alpine", tag_pattern: "{base_version}", and FROM node:${BASE_VERSION} so the watcher matches correctly.
  • watch pattern: Use ^(\d+)-alpine$ instead of ^(22|23|24)-alpine$ so future majors (25, 26, …) are included.

@hailatGH hailatGH merged commit e84b217 into docker-27-dind Mar 23, 2026
2 checks passed
hailatGH added a commit that referenced this pull request Mar 24, 2026
* feat: add Docker-in-Docker Earthfile, README, and versions configuration

* fix: move BUILDX_VERSION argument to docker-base section in Earthfile

* feat: update README with Docker build commands and links

* feat: add Node container image

* feat: add PHP container image

* fix: update PHP base version references in Earthfile, README, and versions.yaml

* fix: update Node image references to remove '-alpine' suffix

* fix: improve buildx installation script for architecture support

* fix: streamline buildx installation script for architecture handling

* fix: correct checksum grep pattern and update build-multiplatform command

* fix: update checksum verification method in buildx installation

* fix: update build-multiplatform command to use common+BUILD_MULTIPLATFORM

* fix: update watch pattern in versions.yaml for dynamic version matching

* fix: update watch pattern in versions.yaml for broader version matching

* fix: add 22-slim version to README and versions.yaml

* feat: add Earthfile and versions.yaml for Python container with IAC tooling

* feat: add Earthfile, README.md, and versions.yaml for Python container setup

* feat: update README.md and versions.yaml to include Python 3.13-slim-bullseye

* feat: add Node container image (#12)

* feat: add Node container image

* fix: update Node image references to remove '-alpine' suffix

* fix: update watch pattern in versions.yaml for dynamic version matching

---------

Co-authored-by: Hailemichael Atrsaw <h.tibebu@exponent.team>

* feat: add PHP container image (#13)

* feat: add PHP container image

* fix: update PHP base version references in Earthfile, README, and versions.yaml

* fix: update watch pattern in versions.yaml for broader version matching

---------

Co-authored-by: Hailemichael Atrsaw <h.tibebu@exponent.team>

* fix: add 22-slim version to README and versions.yaml (#14)

* fix: update container names and Earthfile commands

* fix: update base version to 27-dind in README and versions.yaml

* fix: correct BASE_VERSION usage in docker-base and add space in php Earthfile

---------

Co-authored-by: Hailemichael Atrsaw <h.tibebu@exponent.team>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants