nicobo
b14958330a
Merge pull request #102 from nicolabs/dependabot/github_actions/actions/cache-3.3.1
...
Bump actions/cache from 2.1.4 to 3.3.1
2023-07-10 07:44:32 +02:00
nicobo
b081c5f441
Merge pull request #98 from nicolabs/dependabot/github_actions/docker/build-push-action-4
...
Bump docker/build-push-action from 2 to 4
2023-07-10 07:44:24 +02:00
nicobo
058d59867a
Merge pull request #82 from nicolabs/dependabot/github_actions/docker/setup-buildx-action-2
...
Bump docker/setup-buildx-action from 1 to 2
2023-07-10 07:44:16 +02:00
nicobo
621e06fefb
Merge pull request #81 from nicolabs/dependabot/github_actions/docker/setup-qemu-action-2
...
Bump docker/setup-qemu-action from 1 to 2
2023-07-10 07:44:07 +02:00
dependabot[bot]
af7329f133
Bump actions/cache from 2.1.4 to 3.3.1
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.4 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v3.3.1 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 02:57:04 +00:00
dependabot[bot]
d22fb1a732
Bump docker/build-push-action from 2 to 4
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 02:00:59 +00:00
dependabot[bot]
b9024f4e21
Bump docker/setup-buildx-action from 1 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 02:06:25 +00:00
dependabot[bot]
54cf6bda3e
Bump docker/setup-qemu-action from 1 to 2
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 02:06:20 +00:00
dependabot[bot]
2c5c4a935e
Bump peter-evans/dockerhub-description from 2 to 3
...
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description ) from 2 to 3.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases )
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 02:06:50 +00:00
nicobo
19c86cc2c8
Ok my mistake
2021-04-04 22:51:44 +02:00
nicobo
7f908e1663
Hello it's me again
2021-04-04 22:49:19 +02:00
nicobo
354ee8a183
~ forgetting about using sha to select the FROM image for Signal as it's redacted by github actions
...
- doc cleanup
2021-04-04 22:40:04 +02:00
nicobo
df0f72541a
fixed debian job output
2021-04-03 20:32:02 +02:00
nicobo
03e08e95de
testing passing data from one job to another one
2021-03-19 21:58:03 +01:00
nicobo
4783ed6415
labels are key+value
2021-03-19 13:36:53 +01:00
dependabot[bot]
c10b2635a7
Bump actions/cache from v2 to v2.1.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 12:06:22 +00:00
nicobo
5d784b0774
+ CACHE_VERSION variable to clear GA cache if needed
2021-03-19 13:05:11 +01:00
nicobo
22ec567660
+ sample configuration files to build & deploy to AWS
2021-03-18 22:09:21 +01:00
nicobo
34cbf17f20
- removing mode=max for cache as I have regularly out of space errors on gh
2021-03-17 21:33:21 +01:00
nicobo
94f69044c3
fixed image digest syntax (again)
2021-03-16 21:13:56 +01:00
nicobo
4a47e7120a
Fixed : FROM digest syntax
2021-03-16 13:13:40 +01:00
nicobo
f865e9c4f6
Fixed : using the output of the prvious job to build the signal image
2021-03-16 12:13:16 +01:00
nicobo
a390ec6268
Fixed : signal image was always FROM the published debian (never from dev)
2021-03-15 22:50:40 +01:00
nicobo
b45930fc44
Revert "~ deactivating cache for alpine"
...
This reverts commit 96218c008e
.
2021-02-16 16:24:04 +01:00
nicobo
96218c008e
~ deactivating cache for alpine
2021-02-15 21:39:44 +01:00
nicobo
73a95157d8
+ adding version constraints to prevent some automatic upgrades (that BREAK build !)
...
~ debian.Dockerfile : rust is copied from an existing image because it's
just too complex to maintain
2021-02-09 22:55:09 +01:00
nicobo
1885dfdaa7
~ minor doc fix
2021-01-27 21:42:25 +01:00
nicobo
c0f02a642a
~ making signal-debian and debian use different cache name so they are saved at the end of their workflow
2021-01-27 20:54:03 +01:00
nicobo
f319c698c0
~ Fixed : debian and alpine don't share the same cache (really)
2021-01-27 16:13:48 +01:00
nicobo
9176c5bd6f
- removed the relocation of /var/lib/docker to /mnt as it's not current anymore
2021-01-27 15:12:39 +01:00
nicobo
75bd3133c8
+ tracing disk usage
2021-01-27 14:25:56 +01:00
nicobo
0ba3e01e7a
~ trying to fix the disk space issue on github actions by moving the signal-debian docker build to a separate job
2021-01-27 12:22:05 +01:00
nicobo
1f186ff825
+ also adding apt clean
to make sure this space is not wasted
2021-01-26 23:34:30 +01:00
nicobo
4a64c30a70
Fixed YAML indentation
2021-01-26 23:12:13 +01:00
nicobo
f23848b084
~ doc update about docker taggging
...
~ tags' name construction is now inverted to reflect the convention
(i.e. 'debian-signal' becomes 'signal-debian')
+ trying to fix the build failing because it's out of space by moving
docker from /var/lib to /mnt
2021-01-26 23:10:21 +01:00
nicobo
138984e71d
+ adding one more level to restore-keys
2021-01-26 21:21:57 +01:00
nicobo
91263da461
~ inverting the cache key name so the buildx cache may be shared between builders
2021-01-26 21:15:58 +01:00
nicobo
790f8fda56
~ splitting github cache in 2 so one can be released while the other is running (it appears that the 5GB limit is reached if alpine + debian* share the same cache)
2021-01-26 21:07:42 +01:00
nicobo
217f195abf
+ mode=max to cache intermediate layers
2021-01-26 13:14:38 +01:00
nicobo
dd6504bb59
+ fixed : update repo action was missing the README.md file
2021-01-26 12:29:52 +01:00
nicobo
d952e736ac
~ fixed label for debian image build
2021-01-25 23:49:05 +01:00
nicobo
4036f3e5d0
oops needs inexistant job
2021-01-25 23:43:27 +01:00
nicobo
547371e4fa
~ Fixes non working jobs as the prepare one is not shared
...
+ adding the git SHA as a LABEL
2021-01-25 23:42:12 +01:00
nicobo
560d838e60
~ dockerhub.yml replaces dockerhub-tag.yml & dockerhub-master.yml (should fix #47 )
2021-01-25 23:28:10 +01:00
nicobo
fa21f46880
Create a github actions workflow to publish to pypi
2021-01-22 00:35:04 +01:00
nicobo
690779a526
~ creating a CI workflow to build & push tagged commits
2021-01-21 13:45:01 +01:00
nicobo
1db981115b
debian-signal should also be tagged latest as it's the only image supporting all features
2021-01-20 21:09:11 +01:00
nicobo
05f944d145
+ 'latest' tag
2021-01-20 18:03:36 +01:00
nicobo
7a95ea8c9e
- remove arm/v5 & arm/v6 for now in order to focus on fewer platforms to debug the build process
2021-01-18 22:39:35 +01:00
nicobo
75a738462c
- python:3 image does not exist in arm/v5
2021-01-18 07:09:43 +01:00