Commit Graph

19 Commits

Author SHA1 Message Date
ebdc0cbfd1
Merge pull request #5 from N0rthernL1ghts/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2022-09-13 23:08:57 +02:00
7b2cbbf458
Merge pull request #4 from N0rthernL1ghts/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-09-13 23:08:39 +02:00
248f6fb30c
Merge pull request #3 from N0rthernL1ghts/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-09-13 23:08:20 +02:00
52778013dc
Merge pull request #2 from N0rthernL1ghts/dependabot/docker/alpine-3.16.2
Bump alpine from 3.15 to 3.16.2
2022-09-13 23:07:46 +02:00
4460fe849c
Merge pull request #1 from N0rthernL1ghts/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2022-09-13 23:07:23 +02:00
dependabot[bot]
98b38f2f8a
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 21:06:38 +00:00
dependabot[bot]
f9175a2e72
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [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...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 21:06:35 +00:00
dependabot[bot]
8e235a1473
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 21:06:33 +00:00
dependabot[bot]
043cfed1a1
Bump alpine from 3.15 to 3.16.2
Bumps alpine from 3.15 to 3.16.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 21:06:31 +00:00
dependabot[bot]
7f7583f1ba
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-09-13 21:06:30 +00:00
5a29176720
Add dependabot configuration 2022-09-13 23:06:03 +02:00
0848b8762a
Adapt to buildx v0.8.2 (breaking) changes
Replace . with _
2022-09-13 23:02:16 +02:00
2428c26f85
Use GNU wget for build stage
Minimalistic wget provided by Busybox is limited and often finicky
2022-01-30 04:15:55 +01:00
8f62fd1c61
Fix broken legacy support 2022-01-30 04:15:47 +01:00
c7b2b519a3
Add version 3.0.0.2 2022-01-30 04:07:09 +01:00
11de9f8cac
Add version 3.0.0.1 2022-01-30 04:05:32 +01:00
0b8a5a5d81
Fix broken support for version >3.x
There were some changes in build pipeline in just-containers/s6-overlay:

- AMD64 has been replaced with multi-arch x84_64

- File name now includes version number

- Archive is now xz compressed

Changes:

- Dockerfile for v2 is now legacy and is split into Dockerfile.legacy

- Dockerfile for v3 is now Dockerfile and has different process
2022-01-30 04:03:56 +01:00
8bded454e1
Add version 3.0.0.0 2022-01-26 13:15:33 +01:00
e286305362
Initial commit 2022-01-14 21:54:59 +01:00