We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdebee commit 589c498Copy full SHA for 589c498
Dockerfile
@@ -2,7 +2,7 @@ FROM quay.io/bedrock/ubuntu:22.04
2
3
ENV DEBIAN_FRONTEND noninteractive
4
5
-ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.17.2.0.tar.gz
+ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.0.0.tar.gz
6
7
RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
8
echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections;
@@ -33,7 +33,6 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
33
nodejs \
34
&& apt-get clean all && rm -rf /var/lib/apt/lists/*;
35
36
-
37
# TODO: check if and why this is needed
38
RUN mkdir -p /root/.ssh \
39
&& chmod 0700 /root/.ssh \
0 commit comments