Commit Graph

13 Commits

Author SHA1 Message Date
nemunaire 3b2cbc4727 Use golang 1.20 in all places
continuous-integration/drone/push Build is passing Details
2024-03-02 22:03:49 +01:00
nemunaire 6279d543d7 Upgrade to 0.121.0 version
continuous-integration/drone/push Build is failing Details
2024-01-12 13:14:27 +01:00
nemunaire 4424ad0e9f Use gcompat instread of deprecated libc6-compat in alpine edge
continuous-integration/drone/push Build is passing Details
2024-01-05 11:48:44 +01:00
nemunaire 83bf0e890f Switch to my own infra
continuous-integration/drone/push Build is passing Details
2023-12-03 18:37:00 +01:00
AzurCrystal e16f04fcf3 add args for dockerfile & update go/hugo versions
- Replaced hard-coded golang version and hugo version with GO_VERSION
    and HUGO_VERSION args.
  - Update builtin HUGO_VERSION from 0.70.0 to 0.101.0.
  - Update GO_VERSION from 1.14 to 1.18.3.

replace libstdc++ source from v3.15 to edge

  hugo-extended compiled by go1.18.3 needs libstdc++ v11.2.1 provided by
  the alpine edge repo.
  - Changed repository of apk add command in dockerfiles.
2022-08-03 12:09:58 +08:00
Thomas Boerger 312a870f0b
Use Go 1.14 on all places 2020-05-15 02:29:14 +02:00
Thomas Boerger df53de2dfa
Upgrade bundled Hugo to latest version
As the bundled Hugo version haven't been updated for ages I have added
the latest released version now as well.
2020-05-15 02:18:22 +02:00
Thomas Boerger b4fa179180
Compile Hugo on our own, fix extended version and refactoring
Since the extended version is only available for amd64 I have started to
build Hugo on our own in a multi stage Dockerfile. Now we are installing
both binaries, regular hugo and extended hugo, bundled into the Docker
image.

Beside that the download for regular hugo and extended hugo should also
be more solid now.

After that I have also added more aliases for the environment variables.
As mentioned on some GitHub issue we are also installing more required
packages for a downloaded extended Hugo version as this relies on
libc6-compat and libstdc++.
2020-05-15 02:13:51 +02:00
Adrian Todorov df2b110d75 bump Hugo version to 0.58.3 2019-10-21 11:03:07 +02:00
Thomas Boerger e635243b54
Fix trimPrefix within manifest 2019-02-19 11:39:07 +01:00
Thomas Boerger 3526b57b8b
Update windows references within manifest 2019-02-15 11:58:04 +01:00
Thomas Boerger 47c0f87fa7
Add manifest template to docker folder 2019-01-20 22:21:28 +01:00
Thomas Boerger b193f2e575
Move dockerfiles to docker folder 2019-01-20 22:20:06 +01:00