Commit graph

6 commits

Author SHA1 Message Date
Thomas Zahner
99ec1e7c07 Keep supporting 'latest' in CI Dockerfiles 2025-06-11 14:04:21 +02:00
Thomas Zahner
a11efce06d Follow renaming: latest -> nightly 2025-06-11 12:28:47 +02:00
Trask Stalnaker
76dbd843f4
Fix nightly docker image (#1590)
* Fix nightly docker image

* fix path to release binary

* Update Dockerfile to support both latest and nightly

Also supports dedicated release names like `lychee-v0.17.0` now.

It can be built locally with

```
docker build --build-arg LYCHEE_VERSION=latest -f Dockerfile-CI.Dockerfile .
```

---------

Co-authored-by: Matthias <matthias@endler.dev>
2024-12-18 09:21:50 +01:00
Matthias
4ac76583b1 fix: The 'as' keyword in the Dockerfile should be uppercase 2024-10-14 00:00:44 +02:00
axel-kah
d0c5af9acf
Harmonizes naming pattern of pre-built binaries and unlocks latest permalink (#1464)
* ci: enables permalink for download of latest gh release assets

removes tag names to unlock latest-permalink

* ci: fix inconsistent gh release asset naming

changes macos and windows release assets to follow linux naming scheme: lychee-{cpu}-{platform}.{ext}

* ci: fix inconsistent asset naming of nightly builds

* ci: simplifies Dockerfiles by using latest permalink

* ci: adds comment to keep dependent files in sync
2024-08-06 18:04:57 +02:00
Dariusz Porowski
7a35a655d2
Alpine Docker Image Support (#1074) 2023-05-22 12:36:22 +02:00