Commit Graph

237 Commits

Author SHA1 Message Date
Alessandro Chitolina e6de8d7e0f
fix(cd/workflow): use gha arm-based workers to build arm images (#203)
Signed-off-by: Alessandro Chitolina <alekitto@gmail.com>
2025-09-19 16:11:51 +02:00
Bitnami Bot 1cb5915807
🔄 synced local '.github/workflows/' with remote 'workflows/' (#202)
Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
2025-09-09 10:11:15 +02:00
Javier J. Salmerón García f1fd9b459c
feat: Add debian trixie support (#201)
* feat:  Add debian trixie support

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* chore: 🔧 Add perl package

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* chore: 🔧 Bump ubuntu testing version

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
2025-09-08 12:14:47 +02:00
dependabot[bot] eec8c842f2
Bump actions/checkout from 4.2.2 to 5.0.0 (#198)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](11bd71901b...08c6903cd8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-25 17:37:38 +02:00
Carlos Rodríguez Hernández 1694284885
Update README.md
Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
2025-06-18 15:08:52 +02:00
Juan José Martos f284556dd6
[bitnami] Update Bitnami logo URL (#191)
Signed-off-by: Jota Martos <jotamartos@vmware.com>
2025-04-29 13:40:57 +02:00
Bitnami Bot edca393c2e
🔄 synced local '.github/workflows/' with remote 'workflows/' (#190)
Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
2025-03-20 10:52:00 +01:00
Fran Mulero a0a8b83407
fix(workflow/cd): Fix typo (#189)
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
2025-03-05 15:34:43 +01:00
Fran Mulero 40bc2650b4
feature(aws-gallery): Publish minideb images to AWS ECR public Gallery (#188)
* feature(aws-gallery): Publish minideb images to AWS ECR public Gallery

Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>

* Clean code and little fixes

Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>

---------

Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
2025-03-05 15:17:49 +01:00
Bitnami Bot 5ae1e6ce9c
🔄 synced local '.github/workflows/' with remote 'workflows/' (#186)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2025-02-25 13:06:31 +01:00
dependabot[bot] 286f3aa870
Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#187)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 22:52:00 +01:00
Bitnami Bot 5d96c9007b
🔄 synced local '.github/workflows/' with remote 'workflows/' (#185)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2025-02-11 08:42:46 +01:00
Bitnami Bot 0a41ed3eae
🔄 synced local '.github/workflows/' with remote 'workflows/' (#184)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2025-02-10 15:00:15 +01:00
Bitnami Bot 0b1cf0243f
🔄 synced local '.github/workflows/' with remote 'workflows/' (#183)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2025-02-10 13:22:31 +01:00
Miguel Ruiz bf5ee0980c
github-actions: Add gchat notification (#181)
* github-actions: Add gchat notification

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>

* Fix CodeQL: actions/missing-workflow-permissions

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>

---------

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
2025-02-10 11:38:41 +01:00
Carlos Rodríguez Hernández ab13528657
Update copyright year
Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
2025-01-31 09:09:18 +01:00
John Kristensen f9602b9e31
Only run scheduled jobs on bitnami/minideb repo (#148)
Most repository forks won't want to run builds on a schedule, so only
run the scheduled builds on the main `bitnami/minideb` repo.

Signed-off-by: John Kristensen <john@jerrykan.com>
2025-01-21 18:33:43 +01:00
John Kristensen d7024896e0
Only push images from bitnami/minideb repository (#147)
Make it so that only builds triggered by the `bitnami/minideb`
repository will attempt to push images (because it is the only
repository that has access to the required secrets). This will prevent
builds in forked repositories that don't have access to the secrets from
failing.

Signed-off-by: John Kristensen <john@jerrykan.com>
2025-01-21 18:32:27 +01:00
Bitnami Bot 52d8486fa7
🔄 synced local '.github/workflows/' with remote 'workflows/' (#179)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2025-01-17 12:24:48 +01:00
dependabot[bot] 60ee9f5b6d
Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#180)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6f51ac03b9...65c4c4a1dd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 10:09:20 +01:00
dependabot[bot] 8ae3c4abbf
Bump actions/checkout from 3 to 4 (#178)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 21:25:03 +01:00
dependabot[bot] 8a20ea7148
Bump slackapi/slack-github-action from 1.23.0 to 2.0.0 (#177)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 2.0.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](https://github.com/slackapi/slack-github-action/compare/v1.23.0...v2.0.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 21:24:52 +01:00
Carlos Rodríguez Hernández fa88a8a303
Create dependabot.yml
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2025-01-08 21:12:23 +01:00
Bitnami Bot 20d85d4b0e
🔄 synced local '.github/workflows/' with remote 'workflows/' (#176)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-12-18 09:14:05 +01:00
Bitnami Bot f8bf1d122a
🔄 synced local '.github/workflows/' with remote 'workflows/' (#170)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-11-20 13:02:09 +01:00
Colin Walters fb66c35df1
mkimage: Remove device nodes (#173)
Closes: https://github.com/bitnami/minideb/issues/171

Signed-off-by: Colin Walters <walters@verbum.org>
2024-10-23 10:45:37 +02:00
Orgad Shaneh 80b9b0c394
README: Fix wording (#172)
Signed-off-by: Orgad Shaneh <orgads@gmail.com>
2024-10-10 10:24:03 +02:00
Bitnami Bot 33db0aaf9b
🔄 synced local '.github/workflows/' with remote 'workflows/' (#169)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-08-07 11:08:52 +02:00
Bitnami Bot 115d8efcb7
🔄 synced local '.github/workflows/' with remote 'workflows/' (#166)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-07-09 12:16:26 +02:00
Carlos Rodríguez Hernández a76f97db15
Deprecate Debian 10 (#165)
* Deprecate Debian 10

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Change debootstrap

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Remove buster from checks

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update bullseye

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

---------

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-07-01 18:11:30 +02:00
Bitnami Bot 574527a5cf
🔄 synced local '.github/workflows/' with remote 'workflows/' (#164)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-05-29 12:15:32 +02:00
Bitnami Bot 7c614eebec
🔄 synced local '.github/workflows/' with remote 'workflows/' (#162)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-05-06 16:15:29 +02:00
Carlos Rodríguez Hernández 8922522db3
Change license header and copyright (#163)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-05-06 15:41:50 +02:00
Carlos Rodríguez Hernández 122cd7cfcd
Update README.md
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-03-15 10:40:03 +01:00
Carlos Rodríguez Hernández da5ba162f5
Update README.md
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-03-15 10:28:15 +01:00
Fran Mulero 74e7b8c9ac
Delete .github/workflows/migration.yml
This workflow file is not needed anymore

Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
2024-03-13 10:49:06 +01:00
Bitnami Bot 43e6d058a6
🔄 synced local '.github/workflows/' with remote 'workflows/' (#161)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-03-13 09:33:15 +01:00
Carlos Rodríguez Hernández dda86eeb64
Update README.md
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-01-02 13:38:33 +01:00
Bitnami Bot eaaba7cb12
🔄 synced local '.github/workflows/' with remote 'workflows/' (#159)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2024-01-02 10:27:38 +01:00
Bitnami Bot 155fad794e
🔄 synced local '.github/workflows/' with remote 'workflows/' (#158)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2023-12-19 14:14:06 +01:00
Bitnami Bot d4dc1adeaf
🔄 synced local '.github/workflows/' with remote 'workflows/' (#157)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2023-12-19 12:38:29 +01:00
Black-Hole 179e8dfe2f
refactor(qemu): improve qemu deps (#152)
replace `libvirt-bin` with `libvirt-daemon-system libvirt-clients` 

Ref: https://wiki.debian.org/KVM#Installation

Signed-off-by: Black-Hole <github@bugs.cc>
2023-12-19 11:21:23 +01:00
Bitnami Bot 1d1a435777
🔄 synced local '.github/workflows/' with remote 'workflows/' (#156)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2023-12-07 17:30:15 +01:00
Bitnami Bot 18f5d34375
🔄 synced local '.github/workflows/' with remote 'workflows/' (#155)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2023-12-05 16:34:59 +01:00
Bitnami Bot c00957b188
🔄 synced local '.github/workflows/' with remote 'workflows/' (#154)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2023-11-29 18:54:39 +01:00
Bitnami Bot fa2ff15cf3
🔄 synced local '.github/workflows/' with remote 'workflows/' (#153)
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
2023-11-29 17:02:35 +01:00
Jose Antonio Carmona cf60555a1a
Merge pull request #149 from bitnami/add-bookworm-support
Add support for Debian 12 bookworm
2023-06-14 13:51:24 +02:00
Jose Antonio Carmona 3b6f68774e Update security repo URLs
Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
2023-06-14 13:34:45 +02:00
Jose Antonio Carmona 4774b16669 Use buster for debootstrap
Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
2023-06-14 12:40:19 +02:00
Carlos Rodríguez Hernández 32eaab11fd
Merge branch 'master' into add-bookworm-support 2023-06-14 12:21:27 +02:00