Commit graph

29 commits

Author SHA1 Message Date
cbf0f669a9
improvement: Add libcairo for scenic stuff.
All checks were successful
continuous-integration/drone Build is passing
2024-06-23 20:31:09 +12:00
dfbfb1e736
chore: include scenic-related dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-05 19:28:20 +12:00
fbdfb8eb58
chore: split docker build across archs.
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-20 13:05:00 +13:00
840ab567c9 improvement: automatically update plugins when installing.
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-15 09:03:38 +13:00
6a455313da chore: Update forgejo hostname.
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-12 10:27:26 +13:00
a2c9e9b10a
chore: add help2man.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-12 09:40:51 +13:00
210bf62e88
chore: add texinfo.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-12 09:19:15 +13:00
7974f3913e
chore: install only openssh-client and not openssh-server. 2023-10-12 09:08:31 +13:00
188353edaf
chore: add flex.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-12 08:58:33 +13:00
c6069fccbf
chore: add cpio and rsync.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-12 08:30:49 +13:00
303a50cc0a
improvement: add nerves-related dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-28 20:01:21 +13:00
6de2b63ad9 chore(deps): update thegeeklab/drone-docker-buildx docker tag to v24
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-07-21 13:27:39 +12:00
9617175c06 chore: Configure Renovate (#2)
All checks were successful
continuous-integration/drone/push Build is passing
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `Dockerfile` (dockerfile)
 * `.drone.yml` (droneci)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Use semantic prefixes for commit messages and PR titles.
  - Use `chore` as semantic commit type for commit messages and PR titles.
  - Removes rate limit for PR creation per hour.
  - Remove limit for open PRs at any time.
  - Automerge all upgrades (including `major`) if they pass tests.
  - Assign PRs to `james`.
  - Rebase existing PRs any time the base branch has been updated.
  - Raise PR when vulnerability alerts are detected.
  - Disable Renovate Dependency Dashboard creation.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.

---

### What to Expect

With your current configuration, Renovate will create 1 Pull Request:

<details>
<summary>chore(deps): update thegeeklab/drone-docker-buildx docker tag to v24</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/thegeeklab-drone-docker-buildx-24.x`
  - Merge into: `main`
  - Upgrade [thegeeklab/drone-docker-buildx](https://github.com/thegeeklab/drone-docker-buildx) to `24`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: Renovate Bot <bot@harton.nz>
Reviewed-on: https://code.harton.nz/james/asdf_container/pulls/2
Co-authored-by: Renovate Bot <renovate@noreply.localhost>
Co-committed-by: Renovate Bot <renovate@noreply.localhost>
2023-07-21 13:25:23 +12:00
ad104ed002
chore: update to ASDF 0.12.0.
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-20 14:17:56 +12:00
48704e1951
fix(asdf_install): don't crash when no plugins are installed.
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-20 11:36:45 +12:00
65999fcf08
chore: attempt to use S3 as the container cache.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-07-20 09:32:03 +12:00
d07f15636b
docs: add README.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-20 08:49:31 +12:00
41568b0149
improvement(asdf_install): don't break when a plugin is already installed.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-20 08:37:34 +12:00
018acf2769
chore: try and export cache to bucket storage.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-19 20:07:26 +12:00
6f6ef837ea
chore: install ASDF as root.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-19 19:19:43 +12:00
6dd6581953
chore: use en_NZ locale.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-19 19:03:39 +12:00
381706b301
improvement: correct cache handling.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-19 18:49:21 +12:00
1443578305
chore: provide a simple asdf wrapper script.
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-19 17:52:55 +12:00
aa56f5aed5
chore: try using buildx for multiarch.
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-19 17:41:57 +12:00
887117b45c
chore: build on amd64 and arm.
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-19 16:48:45 +12:00
0f53ec6c60
chore: use the docker drone plugin.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-19 16:22:07 +12:00
1fd927af6d
improvement: add asdf_install.sh script.
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-19 16:16:55 +12:00
484361944b
chore: Add drone CI configuration.
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-19 13:52:36 +12:00
f70995be98
chore: Add basic ASDF container. 2023-07-19 12:56:16 +12:00