Compare commits

...

6 Commits

Author SHA1 Message Date
3cdeed6b3f v4.0.13 2024-05-30 23:58:24 +00:00
06c6c0b93f Merge pull request #202 from balena-io/renovate/ubuntu-24.x
Update ubuntu Docker tag to v24
2024-05-30 16:57:37 -07:00
496a1d75ec Update ubuntu Docker tag to v24
Update ubuntu from 22.04 to noble

Change-type: patch
2024-05-30 22:51:57 +00:00
ea7f30ed94 v4.0.12 2024-05-30 21:56:54 +00:00
dce23ab8b2 Merge pull request #201 from balena-io/renovate/qemux-qemu-docker-5.x
Update qemux/qemu-docker Docker tag to v5
2024-05-30 14:56:08 -07:00
5b835f3a8e Update qemux/qemu-docker Docker tag to v5
Update qemux/qemu-docker from 4.28 to 5.09

Change-type: patch
2024-05-30 20:52:17 +00:00
6 changed files with 40 additions and 4 deletions

View File

@ -1,3 +1,29 @@
- commits:
- subject: Update ubuntu Docker tag to v24
hash: 496a1d75ec7f5a3b8f499eeb49c595f25f63ce49
body: |
Update ubuntu from 22.04 to noble
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.0.13
title: ""
date: 2024-05-30T23:58:20.498Z
- commits:
- subject: Update qemux/qemu-docker Docker tag to v5
hash: 5b835f3a8edbdd5575faa82c8d79d2b5d72fe27c
body: |
Update qemux/qemu-docker from 4.28 to 5.09
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.0.12
title: ""
date: 2024-05-30T21:56:51.082Z
- commits:
- subject: Update balena/open-balena-registry Docker tag to v2.39.57
hash: dfe88d90d5f718dc3dd20988f611de7c1dad9200

View File

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v4.0.13
## (2024-05-30)
* Update ubuntu Docker tag to v24 [Self-hosted Renovate Bot]
# v4.0.12
## (2024-05-30)
* Update qemux/qemu-docker Docker tag to v5 [Self-hosted Renovate Bot]
# v4.0.11
## (2024-05-30)

View File

@ -1 +1 @@
4.0.11
4.0.13

View File

@ -23,4 +23,4 @@ data:
- generic-amd64
- genericx86-64-ext
- intel-nuc
version: 4.0.11
version: 4.0.13

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
# renovate: datasource=github-releases depName=balena-io/balena-cli
ARG BALENA_CLI_VERSION=v18.2.2

View File

@ -1,6 +1,6 @@
# https://hub.docker.com/r/qemux/qemu-docker
# https://github.com/qemus/qemu-docker
FROM qemux/qemu-docker:4.28
FROM qemux/qemu-docker:5.09
RUN apt-get update && apt-get install -y --no-install-recommends \
minicom \