Skip to content

Releases: publishpress/dev-workspace-docker-image

5.1.3

27 Jan 20:49
a1eda48

Choose a tag to compare

Changelog

  • Fixed: Fix plugin zipfile naming by changing from plugin-slug to plugin-name.

5.1.2

23 Jan 18:25
472fd0e

Choose a tag to compare

Changelog

  • Fixed: Fixed the deprecated pbuild command adding support for using the correct params of build.
  • Fixed: Fixed ownership issue from git in the src folder when building from Github.
  • Changed: Add deprecation warning to pbuild.

5.1.1

21 Jan 14:49
4c10f16

Choose a tag to compare

Changelog

  • Enhancement: Added Dockerfiles and makefiles for all plugin workspaces, enabling individual workspace image builds
  • Enhancement: Added .zshrc.local configuration files for all workspaces to customize environment variables per plugin
  • Enhancement: Simplified the generic image build script in base/generic/makefile for better maintainability
  • Enhancement: Added root-level makefile and push-all.sh script to streamline image deployment process
  • Enhancement: Updated push-all.sh script to use new workspace paths for plugin directories
  • Enhancement: Adjusted environment variables and prompt settings in .zshrc files across all workspaces for consistent versioning
  • Enhancement: Removed echo statements for PLUGIN_TYPE and PLUGIN_NAME from .zshrc to streamline configuration and reduce output clutter

5.1.0

16 Jan 18:50
f3bd7f7

Choose a tag to compare

Changelog

  • Enhancement: Refactored the image structure for faster building

5.0.1

16 Jan 13:49
cdd9c70

Choose a tag to compare

Changelog

  • Enhancement: Add human readeable file sizes to the ls commands 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

22 Oct 15:38
c2e53fb

Choose a tag to compare

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

22 Oct 15:24
6ab310a

Choose a tag to compare

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

22 Oct 13:41
cd421db

Choose a tag to compare

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

22 Oct 13:39
8dec6d3

Choose a tag to compare

Changelog

  • Update pbuild applying "classmap-authoritative" optimization to composer dump autoloader instruction.

3.0.0

07 Feb 19:34
f9a0b16

Choose a tag to compare

What's Changed

  • Release 3.0.0 by @andergmartins in #2
  • Renamed command ppbuild to pbuild, but left an alias;
  • Added the commands: pdropbox, pfile, pfolder, pname, pslug, pversion, pzipfile;
  • Added Dropbox support throw the pdropbox script;

New Contributors

Full Changelog: 2.0.2...3.0.0