28 posts tagged with "release"
View All Tags · One min read
PHP 8.4.10, 8.3.23 and 8.2.29
· One min read
OpenSearch 2.x and 3.x Local Images
· One min read
PHP 8.4.8 and 8.3.22
· One min read
PHP 8.4.7 and 8.3.21
· One min read
Nginx Static Error Pages
· One min read
Nginx Field - Is Logged In
· One min read
Container Repository Per Environment for Database Images
· One min read
Overview
Database images are now packaged and pushed to a dedicated repository for each environment.
This update enables us to securely manage database images by restricting them to their respective environments.
Developers are required to update their database image references.
How to update
Before
xxxxxxxxx.dkr.ecr.ap-southeast-2.amazonaws.com/skpr-example-project/mysql:dev-default-latest
After
xxxxxxxxx.dkr.ecr.ap-southeast-2.amazonaws.com/skpr-example-project/mysql/dev:default-latest
Note that mysql:dev-default-latest became mysql/dev:default-latest in the example above.
What do I update?
The database image is typically referenced in:
- Docker Compose
- CI/CD configuration (CircleCI/GitHub Actions)
Readyz Update
· One min read
PHP 8.4.3 and 8.3.16
· One min read