Compare commits

...

10 Commits

Author SHA1 Message Date
b30c28cfec
readme: deprecate 'docker build' badge [skip ci] 2022-10-10 15:04:13 +02:00
e397b0a56e
chore: bump hugo to version 0.104.3
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-10 14:59:12 +02:00
a6529adbd5
ci: start signing .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-08 14:19:13 +02:00
e1418c5118
makefile: bump kaniko to v1.9.0-debug
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-19 21:28:04 +02:00
e70895d4c8
bump docker frontend to v1.4
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-19 21:27:43 +02:00
778690356b
chore: bump hugo to version 0.101.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 15:54:05 +02:00
003d2d113d
chore: bump hugo to version 0.100.2
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-10 14:42:29 +02:00
adc2d69a87
chore: bump hugo to version 0.99.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-20 15:53:43 +02:00
c9a1f28f84
chore: bump hugo to version 0.99.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-16 16:12:07 +02:00
fa65815fa4
bump fedora to version 36
All checks were successful
continuous-integration/drone/push Build is passing
Squashed commit of the following:

commit ffb699620859f30d82e319a64b7851a5a0e3d729
Author: surtur <a_mirre@utb.cz>
Date:   Wed Apr 20 16:47:28 2022 +0200

    bump fedora to version 36
2022-05-16 16:02:21 +02:00
4 changed files with 11 additions and 6 deletions

@ -156,3 +156,9 @@ trigger:
depends_on:
- testing
---
kind: signature
hmac: f43c4763b72fa76b3c12b03aa32f9a36f22ebb3a90d546388bd625ba6d3efe01
...

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.3
FROM registry.fedoraproject.org/fedora-minimal:35
# syntax=docker/dockerfile:1.4
FROM registry.fedoraproject.org/fedora-minimal:36
ENV HUGO_VERSION 0.98.0
ENV HUGO_VERSION 0.104.3
ARG BUILD_DATE
ARG VCS_REF

@ -5,7 +5,7 @@ dargs = build -t $(dtag) --no-cache --pull - < $(dfile)
cleanargs = image rm -f $(dtag)
pruneargs = system prune -af
dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir):z
kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.8.1-debug
kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.9.0-debug
kanikowdir = /src
kanikocontext = .
kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo --build-arg BUILD_DATE=$(build_date) --build-arg VCS_REF=$(vcs_ref) --no-push

@ -1,7 +1,6 @@
# docker-fedora-hugo
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/docker-fedora-hugo/status.svg)](https://drone.dotya.ml/wanderer/docker-fedora-hugo)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/immawanderer/fedora-hugo)](https://hub.docker.com/r/immawanderer/fedora-hugo/builds)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/immawanderer/fedora-hugo)](https://hub.docker.com/r/immawanderer/fedora-hugo/tags/?page=1&ordering=last_updated)
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/immawanderer/fedora-hugo/linux-amd64)](https://hub.docker.com/r/immawanderer/fedora-hugo/tags/?page=1&ordering=last_updated&name=linux-amd64)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/immawanderer/fedora-hugo/linux-amd64)](https://hub.docker.com/r/immawanderer/fedora-hugo/tags/?page=1&ordering=last_updated&name=linux-amd64)
@ -15,7 +14,7 @@ push mirror lives in [this GitHub repo](https://github.com/wULLSnpAXbWZGYDYyhWTK
development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-fedora-hugo)
## What you get
* updated `registry.fedoraproject.org/fedora-minimal:35` image
* updated `registry.fedoraproject.org/fedora-minimal:36` image
* git
* hugo-extended (latest version from [GitHub](https://github.com/gohugoio/hugo/releases))