Skip to content

Commit 69d9d1c

Browse files
committed
Revert "Add root user to dockerfiles"
This reverts commit 34ac4b3.
1 parent 555bd79 commit 69d9d1c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Build the manager binary
22
FROM golang:1.24 as builder
33

4-
USER root
5-
64
WORKDIR /workspace
75
# Copy the Go Modules manifests
86
COPY go.mod go.mod
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
FROM src
22

3-
USER root
4-
53
COPY oc /usr/bin/oc

0 commit comments

Comments
 (0)