Add logs and update laconic-so URL.
This commit is contained in:
+3
-2
@@ -16,7 +16,7 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s
|
||||
mv ./kubectl /usr/bin/kubectl
|
||||
|
||||
# laconic-so
|
||||
RUN curl -LO https://github.com/cerc-io/stack-orchestrator/releases/latest/download/laconic-so && \
|
||||
RUN curl -LO https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/latest/laconic-so && \
|
||||
chmod +x ./laconic-so && \
|
||||
mv ./laconic-so /usr/bin/laconic-so
|
||||
|
||||
@@ -28,7 +28,8 @@ RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm
|
||||
# symlink podman to docker
|
||||
RUN ln -s $(which podman) $(dirname `which podman`)/docker
|
||||
|
||||
RUN mkdir -p /srv/containers/podman
|
||||
RUN mkdir -p /srv/containers/podman && \
|
||||
mkdir -p /srv/containers/logs
|
||||
|
||||
COPY storage.conf /etc/containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user