Skip to content

Commit

Permalink
chore: cleanup ca-certificates dependency
Browse files Browse the repository at this point in the history
It's not actually a dependency for the build, as downloads are performed
via buildkit, not as part of the build itself.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 14, 2019
1 parent 1a7a75c commit 3e4e656
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion containerd/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
- stage: libseccomp
steps:
- sources:
Expand Down
Binary file modified deps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dosfstools/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.xz
Expand Down
1 change: 0 additions & 1 deletion eudev/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://dev.gentoo.org/~blueness/eudev/eudev-3.2.8.tar.gz
Expand Down
1 change: 0 additions & 1 deletion iptables/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://netfilter.org/projects/iptables/files/iptables-1.8.3.tar.bz2
Expand Down
1 change: 0 additions & 1 deletion kmod/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-26.tar.xz
Expand Down
1 change: 0 additions & 1 deletion libressl/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.1.tar.gz
Expand Down
1 change: 0 additions & 1 deletion libseccomp/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://github.com/seccomp/libseccomp/releases/download/v2.3.3/libseccomp-2.3.3.tar.gz
Expand Down
1 change: 0 additions & 1 deletion musl/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ variant: scratch
shell: /toolchain/bin/bash
dependencies:
- image: docker.io/autonomy/tools:7de4db2
- stage: ca-certificates
steps:
- sources:
- url: https://www.musl-libc.org/releases/musl-1.1.24.tar.gz
Expand Down
1 change: 0 additions & 1 deletion runc/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
- stage: libseccomp
steps:
- sources:
Expand Down
1 change: 0 additions & 1 deletion socat/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
- stage: libressl
steps:
- sources:
Expand Down
1 change: 0 additions & 1 deletion syslinux/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
- stage: util-linux
steps:
- sources:
Expand Down
1 change: 0 additions & 1 deletion util-linux/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
steps:
- sources:
- url: https://www.kernel.org/pub/linux/utils/util-linux/v2.32/util-linux-2.32.1.tar.xz
Expand Down
1 change: 0 additions & 1 deletion xfsprogs/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ shell: /toolchain/bin/bash
dependencies:
- stage: base
- stage: musl
- stage: ca-certificates
- stage: util-linux
steps:
- sources:
Expand Down

0 comments on commit 3e4e656

Please sign in to comment.