Skip to content

fix: Correcting wordpress download links - #15

Merged
hypery2k merged 1 commit into
developfrom
bugfix/wordpress-update
Aug 8, 2026
Merged

fix: Correcting wordpress download links#15
hypery2k merged 1 commit into
developfrom
bugfix/wordpress-update

Conversation

@hypery2k

@hypery2k hypery2k commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bitnami's build revision suffix for the wordpress component isn't stable across patch releases: 7.0.0 was published as wordpress-7.0.0-1-..., but 7.0.1/7.0.2/7.0.3 were all published as wordpress-7.0.3-0-... (revision 0, not 1). The Dockerfile hardcoded -1 for that component, so once renovate bumped WORDPRESS_VERSION past 7.0.0, the curl request 404'd.

Fix
Dockerfile:39: changed the wordpress component suffix from -1-linux-... to -0-linux-....
Renamed and regenerated the checksum files in prebuildfs/opt/bitnami/checksums/ from wordpress-7.0.0-1-...sha256 to wordpress-7.0.3-0-...sha256 (arm64 + amd64), pulling the real checksums from Bitnami's published .sha256 files.
Verified with a full local docker build . — it now downloads, checksums, and unpacks wordpress-7.0.3-0 successfully and the image builds to completion.

One thing to flag: this build-revision suffix is not derivable from WORDPRESS_VERSION alone and can change again on the next Bitnami release, so a future point-release bump could break the same way. Worth keeping in mind if renovate bumps this again unattended.

@hypery2k
hypery2k merged commit 05d08f2 into develop Aug 8, 2026
5 checks passed
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.

1 participant