Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPE-5829] feat: Switch to 24.04 base #34

Merged
merged 11 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rollback docker revision
zmraul committed Nov 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5049edd95158d1cab6836595f89f86a6d1011e99
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -59,20 +59,22 @@ jobs:
- name: Install required dependencies
run: |
# docker
sudo snap install docker --channel=latest/stable
# FIXME: v27.2.0 reports "...client version 1.22 is too old..." when trying to copy the
# rock to the local repository
sudo snap install docker --channel=latest/stable --revision=2932
sudo addgroup --system docker; sudo adduser $USER docker
newgrp docker
sudo snap disable docker; sudo snap enable docker
# rockcraft
sudo snap install rockcraft --classic --edge
# skopeo
sudo snap install --devmode --channel edge skopeo
sudo snap install yq
- name: Create local image
run: |
version="$(cat rockcraft.yaml | yq .version)"
sudo rockcraft.skopeo \
sudo skopeo \
--insecure-policy \
copy \
oci-archive:charmed-opensearch_${version}_amd64.rock \
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -364,7 +364,7 @@ cython_debug/
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
# [Ss]cripts
pyvenv.cfg
pip-selfcheck.json

@@ -394,3 +394,5 @@ pip-selfcheck.json
*.code-workspace

# End of https://www.toptal.com/developers/gitignore/api/intellij+all,intellij+iml,python,visualstudiocode,macos,linux,venv

*.rock