fedora-minimal/.drone.yml
Renovate Bot d8b82d063a
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update registry.fedoraproject.org/fedora-minimal docker tag to v39 (#2)
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

77 lines
1.6 KiB
YAML

---
kind: pipeline
type: docker
name: testing
platform:
os: linux
arch: amd64
steps:
- name: hadolint
pull: always
image: ghcr.io/hadolint/hadolint:v2.10.0-alpine
commands:
- hadolint --version
- hadolint Containerfile
when:
ref:
- refs/heads/development
- refs/heads/feature-**
- refs/pull/**
- refs/tags/**
event:
exclude: [cron]
- name: kaniko-build
pull: always
image: docker.io/immawanderer/drone-kaniko:linux-amd64
settings:
dockerfile: Containerfile
context: .
args:
- BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
- VCS_REF=${DRONE_COMMIT_SHA:0:7}
when:
ref:
- refs/heads/feature-**
- refs/pull/**
- refs/tags/**
event:
exclude: [cron]
- name: kaniko-publish
pull: always
image: docker.io/immawanderer/drone-kaniko:linux-amd64
settings:
dockerfile: Containerfile
context: .
args:
- BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
- VCS_REF=${DRONE_COMMIT_SHA:0:7}
tags:
- latest
- linux-amd64
- 39
- f39
- ${DRONE_COMMIT_SHA:0:8}
repo: immawanderer/fedora-minimal
username:
from_secret: dh_username
password:
from_secret: dh_token
when:
ref:
- refs/heads/development
event:
exclude: [pull_request, tag]
trigger:
event: [push, pull_request, cron, tag]
---
kind: signature
hmac: 18e742c6888e263000effd478f5d5fef0245b722b5764241c855b67833be3814
...