refactor: Update build command to use BuildStrategy (#88)
This commit is contained in:
parent
5bf3dd3939
commit
0ba78fab32
14 changed files with 818 additions and 482 deletions
13
Earthfile
13
Earthfile
|
|
@ -68,7 +68,18 @@ blue-build-cli:
|
|||
|
||||
BUILD +install --BUILD_TARGET="x86_64-unknown-linux-gnu" --NIGHTLY=$NIGHTLY
|
||||
|
||||
RUN dnf install --refresh -y buildah podman skopeo
|
||||
RUN dnf -y install dnf-plugins-core \
|
||||
&& dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo \
|
||||
&& dnf install --refresh -y \
|
||||
jq \
|
||||
docker-ce \
|
||||
docker-ce-cli \
|
||||
containerd.io \
|
||||
docker-buildx-plugin \
|
||||
docker-compose-plugin \
|
||||
buildah \
|
||||
podman \
|
||||
skopeo
|
||||
|
||||
COPY +cosign/cosign /usr/bin/cosign
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue