12 Commits

Author SHA1 Message Date
677e39e7b2 Merge branch 'development' 2023-11-09 09:11:16 +00:00
cb3824a8bc build(version): bump version 0.3.0rc0 → 0.3.0 2023-11-09 09:11:12 +00:00
Jon
98aa18ac3d Merge branch 'development' into 'master'
chore: commit to stable

See merge request nofusscomputing/projects/docker-buildx-qemu!28 #2
2023-11-09 09:10:45 +00:00
Jon
a068446e26 feat(qemu-user-static): updated to ver 1:7.2+dfsg-7+deb12u2~bpo11+1
!28
2023-11-09 18:23:50 +09:30
Jon
1a4ef6f888 feat(build): update base image to debian:11.8-slim
!28
2023-11-09 18:08:51 +09:30
c27f89312d Merge branch 'automated-tasks' into 'development'
chore(gitlab-ci): Automated update of git sub-module

See merge request nofusscomputing/projects/docker-buildx-qemu!27
2023-10-28 05:13:36 +00:00
e1f16ae4f0 chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "a5a9fa44374107657b2587ce52607d96a825be56)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/docker-buildx-qemu/_automation_/gitlab-ci",
    "remote_head": "52f4ebda54f5932e66cf37ac8783b0b49fcf01fa)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out 52f4ebda54f5932e66cf37ac8783b0b49fcf01fa

MR !27
2023-10-28 05:12:58 +00:00
Jon
8a15f62aa0 Merge branch 'development' into 'master'
chore: next stable version

See merge request nofusscomputing/projects/docker-buildx-qemu!5
2023-10-26 06:33:12 +00:00
fc1f7d1cae Merge branch 'development' 2023-05-21 06:08:17 +00:00
Jon
8f3a98953e Merge branch 'development' into 'master'
chore: next release

See merge request nofusscomputing/projects/docker-buildx-qemu!3
2023-05-21 06:07:05 +00:00
e3fe21c59d Merge branch 'development' 2023-05-15 03:07:38 +00:00
Jon
33c51b267d Merge branch 'development' into 'master'
chore: immediate release to stable

See merge request nofusscomputing/projects/docker-buildx-qemu!2
2023-05-15 03:05:59 +00:00
4 changed files with 11 additions and 4 deletions

View File

@ -4,4 +4,4 @@ commitizen:
name: cz_conventional_commits name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true update_changelog_on_bump: true
version: 0.3.0rc0 version: 0.3.0

View File

@ -1,3 +1,10 @@
## 0.3.0 (2023-11-09)
### Features
- **qemu-user-static**: [a068446e](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/commit/a068446e26b9a936e0e26f3095db119cf177f5a1) - updated to ver 1:7.2+dfsg-7+deb12u2~bpo11+1 [ [!28](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/merge_requests/28) ]
- **build**: [1a4ef6f8](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/commit/1a4ef6f888d16ab2eb62e4c39c6c0125658da004) - update base image to debian:11.8-slim [ [!28](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/merge_requests/28) ]
## 0.3.0rc0 (2023-09-02) ## 0.3.0rc0 (2023-09-02)
### Features ### Features

View File

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM debian:11.7-slim FROM --platform=$TARGETPLATFORM debian:11.8-slim
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
@ -22,4 +22,4 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
docker-buildx-plugin \ docker-buildx-plugin \
docker-ce-cli \ docker-ce-cli \
binfmt-support=2.2.1-1+deb11u1 \ binfmt-support=2.2.1-1+deb11u1 \
qemu-user-static=1:7.2+dfsg-7~bpo11+1 qemu-user-static=1:7.2+dfsg-7+deb12u2~bpo11+1