Skip to content

Commit

Permalink
update crictl version from v1.21.0 to v1.24.0 (jupyter-server#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmommm committed Feb 3, 2024
1 parent 6334b01 commit 7ab3ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/kernel-image-puller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY kernel_image_puller.py ./
COPY image_fetcher.py ./
ARG OS=Debian_11
ARG OS=Debian_12

# Install crictl for use by KIP when non-docker installations are encountered.
RUN echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${OS}/ /"|tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
Expand Down

0 comments on commit 7ab3ebe

Please sign in to comment.