Commit Graph

123 Commits

Author SHA1 Message Date
61e8a8e2fd Merge branch 'automated-tasks' into 'development'
chore(git): Automated update of git sub-modules

See merge request nofusscomputing/projects/docker-buildx-qemu!10
2023-06-05 02:36:37 +00:00
f5222987c5 chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "6a2266177bd6393384fb233933c898e3fbe5d86b",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/docker-buildx-qemu/_automation_/gitlab-ci",
    "remote_head": "1e21ff27098444206cbb9309ef95fc64d730f26d",
    "remote_name": "",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out 1e21ff27098444206cbb9309ef95fc64d730f26d

MR !10
2023-06-05 02:36:02 +00:00
c7c6cde7f0 Merge branch 'automated-tasks' into 'development'
chore(git): Automated update of git sub-modules

See merge request nofusscomputing/projects/docker-buildx-qemu!9
2023-06-01 05:37:09 +00:00
b75078831f chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "b3c84836771453744fa4bac9d739199fe0ec1160",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/docker-buildx-qemu/_automation_/gitlab-ci",
    "remote_head": "6a2266177bd6393384fb233933c898e3fbe5d86b",
    "remote_name": "",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out 6a2266177bd6393384fb233933c898e3fbe5d86b

MR !9
2023-06-01 05:21:39 +00:00
bde4d669ce Merge branch 'automated-tasks' into 'development'
chore(git): Automated update of git sub-modules

See merge request nofusscomputing/projects/docker-buildx-qemu!8
2023-06-01 03:17:44 +00:00
26fa4ba72b chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "2b57d0b1600025879bcf102d93cc476324b45f86",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/docker-buildx-qemu/_automation_/gitlab-ci",
    "remote_head": "b3c84836771453744fa4bac9d739199fe0ec1160",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out b3c84836771453744fa4bac9d739199fe0ec1160

MR !8
2023-06-01 03:02:27 +00:00
896fca9093 Merge branch 'automated-tasks' into 'development'
chore(git): Automated update of git sub-modules

See merge request nofusscomputing/projects/docker-buildx-qemu!7
2023-06-01 01:42:54 +00:00
a9e518ea9a chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "e9713b31c8e5b30c27331eea23a690194f63394f",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/docker-buildx-qemu/_automation_/gitlab-ci",
    "remote_head": "2b57d0b1600025879bcf102d93cc476324b45f86",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out 2b57d0b1600025879bcf102d93cc476324b45f86

MR !7
2023-06-01 01:27:32 +00:00
Jon
57d19d7d51 Merge branch '1-ci-git-submodule' into 'development'
feat(ci): use project gitlab-ci automagic template

Closes #1

See merge request nofusscomputing/projects/docker-buildx-qemu!6
2023-06-01 01:26:40 +00:00
Jon
21952f4cf0 feat(ci): use project gitlab-ci automagic template
!6 close #1
2023-06-01 10:40:33 +09:30
acc2f9f6a6 build(version): bump version 0.1.0 → 0.2.0 0.2.0 2023-05-21 06:08:15 +00:00
Jon
323b5087cd Merge branch 'non-specific-development' into 'development'
chore: non specific development

See merge request nofusscomputing/projects/docker-buildx-qemu!4
2023-05-21 05:49:59 +00:00
Jon
e49f78f712 docs(readme): added usage within gitlab-ci
!4
2023-05-21 13:32:33 +09:30
Jon
d352f0e899 feat(build): use debian slim
!4
2023-05-21 02:42:21 +09:30
Jon
5f80d34f4e chore: cleanup
!4
2023-05-21 02:12:01 +09:30
Jon
692457da01 ci(gitlab-ci): update to current HEAD
!4
2023-05-21 02:01:15 +09:30
Jon
a00cfd60b8 ci: remove qemu from image
!4
2023-05-21 01:36:01 +09:30
Jon
698002d9f4 fix(qemu): segfault on arm no longer occurs
qemu was segfaulting with:
```
    Processing triggers for libc-bin (2.31-13+deb11u6) ...
    qemu: uncaught target signal 11 (Segmentation fault) - core dumped
    Segmentation fault (core dumped)
    qemu: uncaught target signal 11 (Segmentation fault) - core dumped
    Segmentation fault (core dumped)
    dpkg: error processing package libc-bin (--configure):
    installed libc-bin package post-installation script subprocess returned error exit status 139
    ```
so qemu was removed from the image

!4
2023-05-20 15:02:44 +09:30
Jon
8ddf6194c4 fix(docker): removed spt for armv7 and i386
docker-ce-cli not available for architecture

!4
2023-05-20 14:56:02 +09:30
Jon
06b65d9919 ci: update to current gitlab-ci project dev head
incorporates changes from nofusscomputing/projects/gitlab-ci!17

!4
2023-05-15 13:44:15 +09:30
e4bfd4b5fc build(version): bump version 0.0.1 → 0.1.0 0.1.0 2023-05-15 03:07:35 +00:00
Jon
d97525e193 Merge branch 'genesis' into 'development'
refactor: update project

See merge request nofusscomputing/projects/docker-buildx-qemu!1
2023-05-15 02:20:53 +00:00
Jon
45747fe6e0 ci: update to current gitlab-ci project dev head
incorporates changes from nofusscomputing/projects/gitlab-ci!17

!1 nofusscomputing/projects/gitlab-ci!17
2023-05-15 10:57:11 +09:30
Jon
9cabecb460 chore: update submodule to current dev
!1
2023-05-14 16:16:58 +09:30
Jon
b229fd8eb9 ci: enable jobs validation and git mirror and release
!1
2023-05-13 15:46:49 +09:30
Jon
be82a6cc90 ci: add sync to github
!1
2023-05-13 15:26:15 +09:30
Jon
76b3b6d6c1 ci: completely use gitlab-ci project for pipeline
!1
2023-05-13 15:13:42 +09:30
Jon
80a440f855 fix: libc issues workaround added
!1
2023-05-13 15:13:10 +09:30
Jon
b242911657 fix: set apt to be noninteractive
!1
2023-05-13 15:12:14 +09:30
Jon
8af1cee946 feat(software): install git
!1
2023-05-13 15:11:09 +09:30
Jon
069a47808a feat(software): install buildx plugin from docker repo
!1
2023-05-13 15:10:41 +09:30
Jon
92c1cefb95 feat(image): add python3 and pip
!1
2023-05-13 15:09:17 +09:30
Jon
03c98a8c81 feat(ci): use nfc gitlab-ci project
!1
2023-05-13 15:07:26 +09:30
Jon
d86b5b35df feat(build): add commitizen for versioning
!1
2023-05-13 15:06:33 +09:30
Jon
72a0c3f9d7 docs: clean readme
!1
2023-05-13 15:05:43 +09:30
Jon
ef1c9501f5 ci(build): don't retry build
dont auto retry as a failure should be investigated

!1
2023-05-12 10:44:33 +09:30
Jon
7f1ce78610 chore: add licence
!1
2023-05-12 10:43:41 +09:30
Jon
00ec401689 chore: remove additional gitlab-ci file
!1
2023-05-12 10:43:27 +09:30
Jon
2b65dcbded docs(readme): updated to current format
!1
0.0.1
2023-05-12 10:42:56 +09:30
b28e797379 updated 2020-07-06 16:20:50 +10:00
223472b731 remove warning about password-stdin 2020-07-06 15:48:26 +10:00
dbbc015e7f updated 2020-07-06 15:45:50 +10:00
6caee42425 updated 2020-07-06 15:28:33 +10:00
c2ff168816 use docker:dind for all builds, not this repos image 2020-07-06 15:25:17 +10:00
d633bbb4b1 trying build amd64 version from docker:dind source image 2020-07-06 15:11:01 +10:00
acac04fa9a testing 2020-07-06 15:08:16 +10:00
b31c233bba worked it out 2020-07-06 15:02:47 +10:00
8ab3d7662a updated variables 2020-07-06 14:59:05 +10:00
9bb6dbc493 trying to remove self-dependency 2020-07-06 14:45:50 +10:00
0221c75ca9 trying to get to build without self-dependency 2020-07-06 14:39:41 +10:00