Skip to content

Commit

Permalink
Update container image version of uyuni/server (#9249)
Browse files Browse the repository at this point in the history
* Update container image version of uyuni/server
* Adjust CI server Dockerfile
  • Loading branch information
NamelessOne91 authored Sep 6, 2024
1 parent fb433f0 commit a2ade1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BASE=registry.opensuse.org/uyuni/server
VERSION=2024.05
VERSION=2024.08
build-and-push-ubuntu-minion-image:
runs-on: ubuntu-latest
permissions:
Expand Down
6 changes: 3 additions & 3 deletions testsuite/dockerfiles/server-all-in-one-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ ARG BASE
ARG VERSION
FROM ${BASE}:${VERSION}

RUN zypper ref && \
RUN zypper -n --gpg-auto-import-keys ref && \
zypper -n install \
java-17-openjdk-devel \
openssh \
rsync \
apache-ivy \
ant \
ant-junit5 \
ant-junit \
servletapi5 \
cpio \
spacecmd \
Expand All @@ -25,7 +25,7 @@ RUN mkdir /tmp/minima && \
tar zxvf minima-linux-amd64.tar.gz && \
cp minima /usr/bin/minima
RUN /usr/bin/minima sync -c /etc/minima.yaml && \
mkdir /srv/www/htdocs/pub/TestRepoRpmUpdates /srv/www/htdocs/pub/TestRepoAppstream && \
mkdir /srv/www/htdocs/pub/TestRepoRpmUpdates /srv/www/htdocs/pub/TestRepoAppStream && \
mv /srv/www/htdocs/pub/repositories/systemsmanagement\:/Uyuni\:/Test-Packages\:/Updates/rpm/* /srv/www/htdocs/pub/TestRepoRpmUpdates/ && \
mv /srv/www/htdocs/pub/repositories/systemsmanagement\:/Uyuni\:/Test-Packages\:/Appstream/rhlike/* /srv/www/htdocs/pub/TestRepoAppStream/ && \
rm -rf /srv/www/htdocs/pub/repositories/
Expand Down

0 comments on commit a2ade1d

Please sign in to comment.