Skip to content

Commit

Permalink
chore: update debian-base to bullseye-v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Dec 17, 2021
1 parent ee2da78 commit dac5381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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=us.gcr.io/k8s-artifacts-prod/build-image/debian-base:bullseye-v1.0.0
linux/arm64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base:bullseye-v1.0.0
linux/amd64=k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
linux/arm64=k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
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
6 changes: 2 additions & 4 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=us.gcr.io/k8s-artifacts-prod/build-image/debian-base:bullseye-v1.0.0
ARG BASEIMAGE=k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0

FROM golang:1.17 as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
Expand All @@ -28,9 +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 libssl1.1 due to CVE-2021-3711
# upgrading libgssapi-krb5-2 and libk5crypto3 due to CVE-2021-37750
RUN clean-install ca-certificates mount libssl1.1 libgssapi-krb5-2 libk5crypto3
RUN clean-install ca-certificates mount

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

0 comments on commit dac5381

Please sign in to comment.