Skip to content

Tags: allthingslinux/tux

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kzndotsh kzndotsh
chore(changelog): update CHANGELOG.md with recent additions and fixes

- Added a local Docker build script (`docker-build.sh`) with versioning options and auto-detection from git tags.
- Streamlined the entrypoint script for improved signal handling and cleanup processes.
- Updated README and AGENTS.md with clarified instructions and enhanced project structure descriptions.
- Fixed documentation regarding Adminer web UI startup instructions and database error handling.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kzndotsh kzndotsh
feat(workflows): enhance Docker metadata extraction for validation an…

…d push

- Split metadata extraction into two distinct steps: one for validation (using manifest-only annotations) and another for push (utilizing both manifest and index annotations).
- Updated the workflow to ensure proper handling of OCI labels and annotations for Docker images, improving traceability and compliance.
- Adjusted the tags and annotations references in subsequent steps to align with the new metadata extraction structure.

v0.1.0-rc.5

Toggle v0.1.0-rc.5's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(docker): fix docker ci pushing incorrect metadata

v0.1.0-rc.4

Toggle v0.1.0-rc.4's commit message
ci(docker.yml): remove branch-specific trigger for Docker workflow

Remove the branch-specific trigger for the Docker Build & Deploy
workflow to ensure that the workflow runs on all branches when a
tag is pushed. This change allows for more flexibility in the
workflow execution, ensuring that Docker images are built and
deployed for any branch as long as a version tag is present.

v0.1.0-rc.3

Toggle v0.1.0-rc.3's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(poll): remove user reaction if it doesn't meet poll criteria

v0.1.0-rc.2

Toggle v0.1.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update status_roles.py

v0.1.0-rc.1

Toggle v0.1.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #831 from allthingslinux/dockerfile-fixes

fix(docker-image.yml): adjust tag handling for Docker image and updat…