Releases: publishpress/dev-workspace-docker-image
Releases · publishpress/dev-workspace-docker-image
5.1.3
5.1.2
Changelog
- Fixed: Fixed the deprecated
pbuildcommand adding support for using the correct params ofbuild. - Fixed: Fixed ownership issue from git in the src folder when building from Github.
- Changed: Add deprecation warning to
pbuild.
5.1.1
Changelog
- Enhancement: Added Dockerfiles and makefiles for all plugin workspaces, enabling individual workspace image builds
- Enhancement: Added
.zshrc.localconfiguration files for all workspaces to customize environment variables per plugin - Enhancement: Simplified the generic image build script in
base/generic/makefilefor better maintainability - Enhancement: Added root-level makefile and
push-all.shscript to streamline image deployment process - Enhancement: Updated
push-all.shscript to use new workspace paths for plugin directories - Enhancement: Adjusted environment variables and prompt settings in
.zshrcfiles across all workspaces for consistent versioning - Enhancement: Removed echo statements for PLUGIN_TYPE and PLUGIN_NAME from
.zshrcto streamline configuration and reduce output clutter
5.1.0
Changelog
- Enhancement: Refactored the image structure for faster building
5.0.1
Changelog
- Enhancement: Add human readeable file sizes to the
lscommands while building packages - Enhancement: Moved the definition of the DEV_WORKSPACE_VERSION variable to the compose file, optimizing build runtime when updating the version
4.4.3
Changelog
[4.4.3] 22 October, 2025
- Enhancement: Enhance .zshrc to source local configuration from ~/.zshrc.local if it exists, providing a way to customize user settings.\
4.4.2
Changelog
[4.4.2] 22 October, 2025
- Security: Fix jq vulnerability (CVE-2024-53427, CVE-2024-23337, CVE-2025-48060) by updating to v1.8.0-r0
- Security: Fix Alpine Linux yaml package vulnerability (CVSS 7.5) by upgrading from 0.2.5-r2
- Enhancement: Update Dockerfile to copy custom .zshrc after installation and modify compose.yaml to launch zsh as a login shell
- Enhancement: Add environment variables support for PLUGIN_NAME and PLUGIN_TYPE
- Enhancement: Enhance .zshrc to set default values for PLUGIN_NAME and PLUGIN_TYPE
- Enhancement: Update prompt color logic based on PLUGIN_TYPE
4.4.1
Changelog
- Update base image to php:8.3-cli-alpine3.22.
- Enhance makefile to support Docker image builds with provenance attestations and update build command for provenance mode.
- Security: Fix libxml2 vulnerability (CVE-2025-49796) by verifying secure version
- Security: Fix node-fetch vulnerability (CVE-2022-0235) by updating to v2.6.7
- Security: Fix libgit2-sys vulnerability (CVE-2024-24577) by updating bat to v0.26.0
4.4.0
Changelog
- Update pbuild applying "classmap-authoritative" optimization to composer dump autoloader instruction.
3.0.0
What's Changed
- Release 3.0.0 by @andergmartins in #2
- Renamed command
ppbuildtopbuild, but left an alias; - Added the commands:
pdropbox,pfile,pfolder,pname,pslug,pversion,pzipfile; - Added Dropbox support throw the
pdropboxscript;
New Contributors
- @andergmartins made their first contribution in #2
Full Changelog: 2.0.2...3.0.0