This repository was archived by the owner on Jun 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ RUN mkdir -p lib64 \
42
42
43
43
44
44
# Create The Final Docker Container From Google's Distroless Base
45
- FROM gcr.io/distroless/base
45
+ FROM gcr.io/distroless/base:nonroot
46
+
47
+ USER 1000:1000
46
48
47
49
# Manage malloc and os thread count that can execute go code.
48
50
ENV MALLOC_ARENA_MAX=1 GOMAXPROCS=1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BUILD_TESTS:=true
11
11
12
12
# Application Names (Align With Knative Eventing Version)
13
13
APP_NAME =knative-kafka-channel
14
- APP_VERSION =v0.12.3
14
+ APP_VERSION =v0.12.5
15
15
16
16
# Build / Packaging / Deployment Configuration
17
17
APP_PATH =eu.gcr.io/kyma-project/incubator
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ BUILD_DIR:=$(BUILD_ROOT)/build
10
10
11
11
# Application Names (Align With Knative Eventing Version)
12
12
APP_NAME =knative-kafka-common
13
- APP_VERSION =v0.12.3
13
+ APP_VERSION =v0.12.5
14
14
15
15
# Build / Packaging / Deployment Configuration
16
16
APP_TAG =$(APP_NAME ) :$(APP_VERSION )
Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ RUN mkdir -p lib64 \
45
45
46
46
47
47
# Create Docker Container From Google's distroless base
48
- FROM gcr.io/distroless/base
48
+ FROM gcr.io/distroless/base:nonroot
49
+
50
+ USER 1000:1000
49
51
50
52
# Manage malloc and os thread count that can execute go code.
51
53
ENV MALLOC_ARENA_MAX=1 GOMAXPROCS=1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BUILD_TESTS:=true
11
11
12
12
# Application Names (Align With Knative Eventing Version)
13
13
APP_NAME =kafka-channel-controller
14
- APP_VERSION =v0.12.3
14
+ APP_VERSION =v0.12.5
15
15
16
16
# Build / Packaging / Deployment Configuration
17
17
APP_PATH =eu.gcr.io/kyma-project/incubator
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ RUN mkdir -p lib64 \
41
41
&& cp /lib64/ld-linux-x86-64.so.2 lib64/ld-linux-x86-64.so.2
42
42
43
43
# Create Docker Container From Google's distroless base
44
- FROM gcr.io/distroless/base
44
+ FROM gcr.io/distroless/base:nonroot
45
+
46
+ USER 1000:1000
45
47
46
48
# Manage malloc and os thread count that can execute go code.
47
49
ENV MALLOC_ARENA_MAX=1 GOMAXPROCS=1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BUILD_TESTS:=true
11
11
12
12
# Application Names (Align With Knative Eventing Version)
13
13
APP_NAME =knative-kafka-dispatcher
14
- APP_VERSION =v0.12.3
14
+ APP_VERSION =v0.12.5
15
15
16
16
# Build / Packaging / Deployment Configuration
17
17
APP_PATH =eu.gcr.io/kyma-project/incubator
You can’t perform that action at this time.
0 commit comments