Commit Graph

64 Commits

Author SHA1 Message Date
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
2eae422256 imported ericvhs gitlabci template to make more, selfcontained. still dependent on self image 2020-07-06 13:44:42 +10:00
66fead5fc8 fix documentation 2019-09-29 22:18:21 +00:00
8d3dd6954a Merge branch 'master' into 'master'
Master

See merge request ericvh/docker-buildx-qemu!1
2019-09-29 18:40:40 +00:00
b636324882 Master 2019-09-29 18:40:40 +00:00
7283b4ce77 Merge branch 'ericvh-master-patch-59134' into 'master'
try including and overriding master auto-devops template

See merge request arm-research/docker-buildx-qemu!3
2019-09-14 02:13:17 +00:00
8daed80ae2 try including and overriding master auto-devops template 2019-09-14 02:13:17 +00:00
07c0c117ea Use standard docker template instead of auto-dev-ops 2019-09-13 02:42:37 +00:00
a1d6f6e500 Delete non-standard .gitlab-ci.yml 2019-09-13 02:09:04 +00:00
24f781ed73 Update example yaml for 19.03 release changes 2019-07-27 14:19:54 +12:00