Skip to content

Commit

Permalink
Add Kaniko deprecation warning to README.
Browse files Browse the repository at this point in the history
Move Kaniko Dockerfile to `docker` directory.
Remove old Kaniko Dockerfile.
  • Loading branch information
aerique committed Sep 5, 2023
1 parent d69bbde commit 72b7f3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Dockerfile-kaniko

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ https://hub.docker.com/repository/docker/powerdns/kaniko-pdns-builder/

A custom Kaniko image for PDNS Builder, because the official Kaniko debug image only offers Busybox and the PDNS Builder also needs Bash, Git, Perl, rsync and perhaps more.

### Deprecation Warning

Eventually we want to get rid of Kaniko in our build systems, so do not depend too hard on this image.

### Building

- `docker build -f Dockerfile-kaniko-pdns-builder -t powerdns/kaniko-pdns-builder:1.0.0 .`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM gcr.io/kaniko-project/executor:v1.12.0-debug AS kaniko

# XXX 3.11 is EOL since 2021, update to 3.18
FROM alpine:3.11

RUN apk --no-cache add bash binutils coreutils git grep openssh-client perl rsync sed tree
Expand Down

0 comments on commit 72b7f3d

Please sign in to comment.