Skip to content

Ci fixes#17066

Merged
niden merged 10 commits into
5.0.xfrom
ci-fixes
Jun 3, 2026
Merged

Ci fixes#17066
niden merged 10 commits into
5.0.xfrom
ci-fixes

Conversation

@niden

@niden niden commented Jun 3, 2026

Copy link
Copy Markdown
Member

Hello!

  • Type: enhancement
  • Link to issue:

Reorganization of quality tool config files (in resources/)
Moved docker in resources/
Refactored docker images (more flexible less cruft)
Moved CI tools in resources/ removed unused ones

Fixed warning in Auth/ManagerFactory emitted in tests (random commit but had to be fixed)
Removed unused Lifetime

@niden niden requested a review from Jeckerson June 3, 2026 22:37
@niden niden self-assigned this Jun 3, 2026
@niden niden added enhancement Enhancement to the framework 5.0 The issues we want to solve in the 5.0 release labels Jun 3, 2026
@niden niden added this to Phalcon v5 Jun 3, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Phalcon v5 Jun 3, 2026
@niden niden merged commit 638147e into 5.0.x Jun 3, 2026
192 checks passed
@niden niden deleted the ci-fixes branch June 3, 2026 23:54
@github-project-automation github-project-automation Bot moved this from Backlog to Implemented in Phalcon v5 Jun 3, 2026
Comment thread resources/docker/develop/Dockerfile
Comment thread resources/docker/develop/Dockerfile
Comment thread resources/docker/develop/Dockerfile
Comment thread resources/docker/develop/Dockerfile
&& echo "extension=phalcon.so" > /usr/local/etc/php/conf.d/70-phalcon.ini \
# Cleanup \
&& apt-get autoremove --purge -y curl \
&& rm -rf /tmp/* /var/tmp/* /srv

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This remains odd. It's not installed in current dockerfile (resources/docker/develop/Dockerfile), but still purged:

apt-get autoremove --purge -y curl

also, this cleanup shouldn't happen, nothing fills it in prod layer, such cleanup already exists in base layer:

rm -rf /tmp/* /var/tmp/* /srv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.0 The issues we want to solve in the 5.0 release enhancement Enhancement to the framework

Projects

Status: Implemented

Development

Successfully merging this pull request may close these issues.

2 participants