13 Commits

Author SHA1 Message Date
5b2eb787cf Use GNU wget 2025-06-16 22:31:30 +02:00
b557829d7a Update to Alpine 3.22 2025-06-16 22:30:53 +02:00
dcf140d2cf Revert busybox rebase. Busybox's wget seems to have a bug
See (Docker): https://github.com/docker-library/busybox/issues/162

See (Upstream): https://bugs.busybox.net/show_bug.cgi?id=15679
2025-03-12 04:03:39 +01:00
b3ac1158ba Refactor, add arch/noarch symlinks, simplify and rebase build stages to busybox 2025-03-12 02:55:04 +01:00
d5c6850960 Stop using deprecated TARGETPLATFORM @ FROM directives 2025-03-01 23:57:27 +01:00
dependabot[bot]
8a0aa787ba Bump alpine from 3.20 to 3.21
Bumps alpine from 3.20 to 3.21.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 11:57:22 +00:00
dependabot[bot]
74ab34ea96 Bump alpine from 3.19 to 3.20
Bumps alpine from 3.19 to 3.20.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 10:11:45 +00:00
86f6ba7859 Bump Alpine version to 3.19 (Only used during build stages) 2024-05-14 23:26:56 +02:00
dependabot[bot]
19badf3bd7 Bump alpine from 3.17 to 3.18
Bumps alpine from 3.17 to 3.18.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 10:59:30 +00:00
dependabot[bot]
211212d03f Bump alpine from 3.15 to 3.17
Bumps alpine from 3.15 to 3.17.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 11:06:56 +00:00
d13e6f5aa9 Remove unecessary build arg 2022-09-13 23:29:04 +02:00
8f62fd1c61 Fix broken legacy support 2022-01-30 04:15:47 +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