Skip to content

Commit

Permalink
Drop the need of the builder image, use the OS itself for that
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Aug 3, 2023
1 parent 5fb1fe9 commit b57b3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/dockerfile/teal-iso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG SLE_VERSION
ARG SLEMICRO_VERSION

FROM rancher/elemental-teal/$SLEMICRO_VERSION:latest AS os
FROM rancher/elemental-builder-image/$SLEMICRO_VERSION:latest AS builder
FROM rancher/elemental-teal/$SLEMICRO_VERSION:latest AS builder

WORKDIR /iso

Expand Down

0 comments on commit b57b3ab

Please sign in to comment.