Skip to content

Commit da75fb4

Browse files
committed
docker-cs: use ubuntu24 with systemd support instead of tini
1 parent a46128b commit da75fb4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM weizhouapache/docker-systemd:latest-ubuntu24
22
MAINTAINER Wei Zhou <ustcweizhou@gmail.com>
33

44
ENV DEBIAN_FRONTEND noninteractive
@@ -13,9 +13,4 @@ RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.19" > /etc/a
1313
apt install -y cloudstack-management && \
1414
apt install -y cloudstack-usage
1515

16-
COPY bin /usr/bin
17-
COPY entrypoint.sh /entrypoint.sh
18-
1916
EXPOSE 8080 8250 8096 22
20-
21-
ENTRYPOINT ["tini", "--", "/entrypoint.sh"]

cloudstack-mgt01.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: "2.4"
22
services:
33
mgt01:
4-
image: ustcweizhou/cloudstack-management
4+
image: weizhouapache/cloudstack-management
55
hostname: mgt01
66
networks:
77
cloudstack:
8-
ipv4_address: 10.0.34.217
8+
ipv4_address: 10.0.34.4
99

1010
networks:
1111
cloudstack:

0 commit comments

Comments
 (0)