Skip to content

Commit

Permalink
Update CoreDNS versions with 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored and github-actions[bot] committed Dec 9, 2024
1 parent 015f5c2 commit f3cfe29
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 1.12.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: coredns
summary: ROCK for the CoreDNS Project.
description: This ROCK is a drop in replacement for the coredns/coredns image.
version: "1.12.0"
license: Apache-2.0

base: bare
build-base: ubuntu@22.04
platforms:
amd64:
arm64:

entrypoint-service: coredns
services:
coredns:
override: replace
summary: "coredns service"
startup: enabled
command: "/coredns [ -conf /etc/coredns/Corefile ]"
on-failure: shutdown

parts:
coredns:
plugin: nil
source: https://github.com/coredns/coredns
source-type: git
source-tag: v1.12.0
source-depth: 1
build-packages:
- build-essential
build-snaps:
- go/1.21/stable
stage-packages:
- ca-certificates_data
override-build: |
make
cp $CRAFT_PART_BUILD/coredns $CRAFT_PRIME

0 comments on commit f3cfe29

Please sign in to comment.