Skip to content

Commit

Permalink
chore: update debian-base to bullseye-v1.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase authored and k8s-infra-cherrypick-robot committed Aug 24, 2022
1 parent 6d32189 commit 64f96c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker/BASEIMAGE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linux/amd64=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.1
linux/arm64=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.1
linux/amd64=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2
linux/arm64=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
windows/amd64/1903=mcr.microsoft.com/windows/nanoserver:1903
windows/amd64/1909=mcr.microsoft.com/windows/nanoserver:1909
Expand Down
7 changes: 2 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASEIMAGE=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.1
ARG BASEIMAGE=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2

FROM golang:1.18 as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
Expand All @@ -28,10 +28,7 @@ RUN export GOOS=$TARGETOS && \

FROM $BASEIMAGE
COPY --from=builder /go/src/sigs.k8s.io/secrets-store-csi-driver/_output/secrets-store-csi /secrets-store-csi
# upgrading libtirpc-common due to CVE-2021-46828
# upgrading libtirpc3 due to CVE-2021-46828
# upgrading libgnutls30 due to CVE-2022-2509
RUN clean-install ca-certificates mount libtirpc-common libtirpc3 libgnutls30
RUN clean-install ca-certificates mount

LABEL maintainers="ritazh"
LABEL description="Secrets Store CSI Driver"
Expand Down

0 comments on commit 64f96c2

Please sign in to comment.