Skip to content

Commit 1879757

Browse files
committed
Upgrade to 9.1.2
1 parent 2a93685 commit 1879757

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/external_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
2424
echo "> External trigger running off of master branch. To disable this trigger, add \`qemu-static_master\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
2525
printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY
26-
EXT_RELEASE=$(echo 9.1.1+ds-2~bpo12+1)
26+
EXT_RELEASE=$(echo 9.1.2+ds-1~bpo12+1)
2727
echo "Type is \`custom_version_command\`" >> $GITHUB_STEP_SUMMARY
2828
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
2929
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM debian:bookworm AS buildstage
44

5-
ARG QEMU_VERSION="9.1.1+ds-2~bpo12+1"
5+
ARG QEMU_VERSION="9.1.2+ds-1~bpo12+1"
66

77
RUN \
88
echo "**** install build deps ****" && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM debian:bookworm AS buildstage
44

5-
ARG QEMU_VERSION="9.1.1+ds-2~bpo12+1"
5+
ARG QEMU_VERSION="9.1.2+ds-1~bpo12+1"
66

77
RUN \
88
echo "**** install build deps ****" && \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pipeline {
124124
steps{
125125
script{
126126
env.EXT_RELEASE = sh(
127-
script: ''' echo 9.1.1+ds-2~bpo12+1 ''',
127+
script: ''' echo 9.1.2+ds-1~bpo12+1 ''',
128128
returnStdout: true).trim()
129129
env.RELEASE_LINK = 'custom_command'
130130
}

jenkins-vars.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
# jenkins variables
44
project_name: docker-qemu-static
55
external_type: na
6-
custom_version_command: "echo 9.1.1+ds-2~bpo12+1"
6+
custom_version_command: "echo 9.1.2+ds-1~bpo12+1"
77
release_type: stable
88
release_tag: latest
99
ls_branch: master
10-
build_armhf: false
1110
repo_vars:
1211
- BUILD_VERSION_ARG = 'QEMU_VERSION'
1312
- LS_USER = 'linuxserver'

readme-vars.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ full_custom_readme: |
1212
[![Fleet](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Fleet)](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.")
1313
[![GitHub](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub&logo=github)](https://github.com/linuxserver "view the source for all of our repositories.")
1414
[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Supporters&logo=open%20collective)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
15-
15+
1616
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
17-
17+
1818
* regular and timely application updates
1919
* easy user mappings (PGID, PUID)
2020
* custom base image with s6 overlay
2121
* weekly base OS updates with common layers across the entire LinuxServer.io ecosystem to minimise space usage, down time and bandwidth
2222
* regular security updates
23-
23+
2424
Find us at:
2525
* [Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
2626
* [Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
@@ -39,7 +39,7 @@ full_custom_readme: |
3939
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-qemu-static%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qemu-static/job/master/)
4040
4141
[QEMU Static](https://www.qemu.org/) - Run multiple architectures of Docker containers on an x86_64 or aarch64 host using QEMU static.
42-
42+
4343
[![qemu-static](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qemu-logo.png)](https://www.qemu.org/)
4444
4545
## Supported Architectures
@@ -55,9 +55,9 @@ full_custom_readme: |
5555
| x86-64 | ✅ | amd64-\<version tag\> |
5656
| arm64 | ✅ | arm64v8-\<version tag\> |
5757
| armhf| ❌ | arm32v7-\<version tag\> |
58-
58+
5959
## Usage
60-
60+
6161
Unlike most of our container library this image is meant to be run ephemerally from the command line to enabled the underlying host to run containers built for different architechtures.
6262
6363
### Enable and reset
@@ -71,6 +71,7 @@ full_custom_readme: |
7171
```
7272
## Versions
7373
74+
* **09.12.24:** - Upgrade to 9.1.2.
7475
* **07.11.24:** - Upgrade to 9.1.1, switch to new debian package and bin naming scheme.
7576
* **14.10.24:** - Initial release.
7677
{%- endraw %}

0 commit comments

Comments
 (0)