File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ ARG DEBIAN_VERSION=bookworm
66ARG XX_VERSION=1.7.0
77ARG OSXCROSS_VERSION=11.3-r8-debian
88ARG GOLANGCI_LINT_VERSION=v2.8
9- ARG DEBIAN_FRONTEND=noninteractive
109
1110ARG PACKAGE=github.com/docker/docker-credential-helpers
1211
@@ -18,7 +17,6 @@ FROM crazymax/osxcross:${OSXCROSS_VERSION} AS osxcross
1817
1918FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-${DEBIAN_VERSION} AS gobase
2019COPY --from=xx / /
21- ARG DEBIAN_FRONTEND
2220RUN apt-get update && apt-get install -y --no-install-recommends clang dpkg-dev file git lld llvm make pkg-config rsync
2321ENV GOFLAGS="-mod=vendor"
2422ENV CGO_ENABLED="1"
5654
5755FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION} AS golangci-lint
5856FROM gobase AS lint
59- ARG DEBIAN_FRONTEND
6057RUN apt-get install -y binutils gcc libc6-dev libgcc-11-dev libsecret-1-dev pkg-config
6158RUN --mount=type=bind,target=. \
6259 --mount=type=cache,target=/root/.cache \
@@ -65,11 +62,9 @@ RUN --mount=type=bind,target=. \
6562
6663FROM gobase AS base
6764ARG TARGETPLATFORM
68- ARG DEBIAN_FRONTEND
6965RUN xx-apt-get install -y binutils gcc libc6-dev libgcc-11-dev libsecret-1-dev pkg-config
7066
7167FROM base AS test
72- ARG DEBIAN_FRONTEND
7368RUN xx-apt-get install -y dbus-x11 gnome-keyring gpg-agent gpgconf libsecret-1-dev pass
7469RUN --mount=type=bind,target=. \
7570 --mount=type=cache,target=/root/.cache \
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ARG SUITE=jammy
77FROM golang:${GO_VERSION}-bookworm AS golang
88
99FROM ${DISTRO}:${SUITE}
10-
11- ARG DEBIAN_FRONTEND=noninteractive
1210RUN apt-get update && apt-get install -yy debhelper dh-make libsecret-1-dev
1311RUN mkdir -p /build
1412
You can’t perform that action at this time.
0 commit comments