Skip to content

Commit

Permalink
chore: update baseos to use v1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
  • Loading branch information
starbops authored and Vicente-Cheng committed Jan 17, 2025
1 parent a223b86 commit 0625af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7.0

FROM registry.opensuse.org/isv/rancher/harvester/os/dev/main/baseos:latest AS base
FROM registry.opensuse.org/isv/rancher/harvester/os/v1.5/main/baseos:latest AS base

ARG CACHEBUST

Expand Down
4 changes: 2 additions & 2 deletions nvidia-driver-toolkit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.opensuse.org/isv/rancher/harvester/os/dev/main/baseos-headers:latest
FROM registry.opensuse.org/isv/rancher/harvester/os/v1.5/main/baseos-headers:latest
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]
ENTRYPOINT ["/bin/entrypoint.sh"]

0 comments on commit 0625af8

Please sign in to comment.