Compare commits

...

3 Commits

Author SHA1 Message Date
ebb0a9ba19
ci,makefile: bump hadolint to v2.12.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-18 15:09:39 +02:00
03adb075e2
readme: switch to nightly builds [skip ci] 2023-10-18 15:08:41 +02:00
d8b82d063a
chore(deps): update registry.fedoraproject.org/fedora-minimal docker tag to v39 (#2)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| registry.fedoraproject.org/fedora-minimal | final | major | `37` -> `39` |

---

This PR has been generated by [Renovate Bot](https://git.dotya.ml/dotya.ml/renovate-bot).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcG1lbnQifQ==-->

Co-authored-by: leo <wanderer@dotya.ml>
Reviewed-on: #2
Co-authored-by: Renovate Bot <renovate-bot@git.dotya.ml>
Co-committed-by: Renovate Bot <renovate-bot@git.dotya.ml>
2023-06-07 13:11:20 +02:00
4 changed files with 8 additions and 8 deletions

@ -10,7 +10,7 @@ platform:
steps:
- name: hadolint
pull: always
image: ghcr.io/hadolint/hadolint:v2.10.0-alpine
image: ghcr.io/hadolint/hadolint:v2.12.0-alpine
commands:
- hadolint --version
- hadolint Containerfile
@ -52,8 +52,8 @@ steps:
tags:
- latest
- linux-amd64
- 37
- f37
- 39
- f39
- ${DRONE_COMMIT_SHA:0:8}
repo: immawanderer/fedora-minimal
username:
@ -71,6 +71,6 @@ trigger:
---
kind: signature
hmac: 44f6a51b06a9827e618596a0a3da04a11a19b25836e031c1da7a2350ec6ebf96
hmac: 7931cfdebeb07f3d99c5794917674d0ebb0786c73ea1332b2b1918324afb6b5d
...

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM registry.fedoraproject.org/fedora-minimal:37
FROM registry.fedoraproject.org/fedora-minimal:39
ARG BUILD_DATE
ARG VCS_REF

@ -12,7 +12,7 @@ kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo -
vcs_ref = $$(git rev-parse --short HEAD)
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
hadolintimg = ghcr.io/hadolint/hadolint
hadolinttag = v2.10.0-alpine
hadolinttag = v2.12.0-alpine
hadolintargs = run --rm -i -v $$PWD:/src:z --workdir=/src
.PHONY: hadolint build kaniko clean test prune

@ -3,10 +3,10 @@
[![Build Status](https://drone.dotya.ml/api/badges/wanderer-containers/fedora-minimal/status.svg)](https://drone.dotya.ml/wanderer-containers/fedora-minimal)
this repo provides a Containerfile to build a container image based on
`registry.fedoraproject.org/fedora-minimal`, hourly updated, serving as a
`registry.fedoraproject.org/fedora-minimal`, nightly updated, serving as a
base image for other projects
currently based on fedora version: `37`
currently based on fedora version: `39`
### LICENSE
MIT