File tree 4 files changed +11
-8
lines changed
4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ RUN mix deps.get \
27
27
&& mix release spawn_initializer
28
28
29
29
# ---- Application Stage ----
30
- FROM alpine:3.17.3
30
+ FROM alpine:3.19.1
31
31
32
- RUN apk add --no-cache --update zstd ncurses-libs libstdc++ libgcc libcrypto1.1
32
+ RUN apk add --no-cache --update zstd ncurses-libs libstdc++ libgcc
33
33
34
34
WORKDIR /app
35
35
RUN chown nobody /app
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ RUN cd spawn_operator/spawn_operator \
38
38
&& mix release spawn_operator
39
39
40
40
# ---- Application Stage ----
41
- FROM alpine:3.17.3
41
+ FROM alpine:3.19.1
42
42
43
- RUN apk add --no-cache --update zstd ncurses-libs libstdc++ libgcc libcrypto1.1
43
+ RUN apk add --no-cache --update zstd ncurses-libs libstdc++ libgcc
44
44
45
45
WORKDIR /app
46
46
RUN chown nobody /app
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ RUN cd spawn_proxy/proxy \
38
38
&& mix release proxy
39
39
40
40
# ---- Application Stage ----
41
- FROM alpine:3.17.3
41
+ FROM alpine:3.19.1
42
42
43
- RUN apk add --no-cache --update zstd ncurses-libs libstdc++ libgcc libcrypto1.1
43
+ RUN apk add --no-cache --update zstd ncurses-libs libstdc++ libgcc
44
44
45
45
WORKDIR /app
46
46
RUN chown nobody /app
Original file line number Diff line number Diff line change 1
- version =1.3.2
1
+ version =1.3.3
2
2
registry =eigr
3
3
4
4
CLUSTER_NAME =spawn-k8s
@@ -48,7 +48,7 @@ build-activator-simple-image:
48
48
docker build --no-cache -f Dockerfile-activator-simple -t ${activator-simple-image} .
49
49
50
50
build-all-images :
51
- docker build --no-cache -f Dockerfile-proxy -t ${proxy-image} .
51
+ # docker build --no-cache -f Dockerfile-proxy -t ${proxy-image} .
52
52
docker build --no-cache -f Dockerfile-initializer -t ${proxy-initializer} .
53
53
docker build --no-cache -f Dockerfile-operator -t ${operator-image} .
54
54
# docker build --no-cache -f Dockerfile-activator-api -t ${activator-api-image} .
@@ -215,3 +215,6 @@ run-proxy-image:
215
215
216
216
run-operator-image :
217
217
docker run --rm --name=spawn-operator --net=host ${operator-image}
218
+
219
+ run-initializer-image :
220
+ docker run --rm --name=spawn-operator --net=host ${proxy-initializer}
You can’t perform that action at this time.
0 commit comments