Skip to content

Commit

Permalink
Dockerfile: Switch to Leap-15.6 repo (#500)
Browse files Browse the repository at this point in the history
Using SLE15-SP5 with Leap 15.6 may result in dependency issues, so
I added a repo to OBS which builds packages Leap-15.6
  • Loading branch information
hardys committed Jul 25, 2024
1 parent 5125755 commit 22ad378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM opensuse/leap:15.6
# 4. RPM resolution logic
# 5. Embedded artefact registry
# 6. Network configuration
RUN zypper addrepo https://download.opensuse.org/repositories/isv:SUSE:Edge:EdgeImageBuilder/SLE-15-SP5/isv:SUSE:Edge:EdgeImageBuilder.repo && \
RUN zypper addrepo https://download.opensuse.org/repositories/isv:SUSE:Edge:EdgeImageBuilder/Leap-15.6/isv:SUSE:Edge:EdgeImageBuilder.repo && \
zypper --gpg-auto-import-keys refresh && \
zypper install -y \
xorriso squashfs \
Expand Down

0 comments on commit 22ad378

Please sign in to comment.