Skip to content

Commit

Permalink
github: update remote image server
Browse files Browse the repository at this point in the history
Since the Linux Containers project has made the decision to phase out access
to linuxcontainers.org image server for LXD users, so we need to
switch to new image server to use cgroup v1 images.

See
https://discuss.linuxcontainers.org/t/important-notice-for-lxd-users-image-server/18479
https://discourse.ubuntu.com/t/new-lxd-image-server-available-images-lxd-canonical-com/43824

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jun 19, 2024
1 parent aac4b6b commit b883fe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
with:
name: packages-${{ matrix.rake-job }}
- uses: canonical/[email protected]
- name: Update image server
run: |
lxc remote remove images
lxc remote add images https://images.lxd.canonical.com --protocol=simplestreams
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.test-lxc-image }}
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.test-lxc-image }} ${{ matrix.test-file }}

Expand Down

0 comments on commit b883fe2

Please sign in to comment.