Skip to content

Commit

Permalink
feat: move mock-rock to rocks-toolbox (#250)
Browse files Browse the repository at this point in the history
* feat: move mock-rock to rocks-toolbox

* ci: automatically update oci/mock-rock/_releases.json, from https://github.com/canonical/oci-factory/actions/runs/10994528717

---------

Co-authored-by: zhijie-yang <zhijie-yang@localhost>
  • Loading branch information
zhijie-yang and zhijie-yang authored Sep 23, 2024
1 parent c84b625 commit 617ba6f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 71 deletions.
16 changes: 0 additions & 16 deletions examples/mock-rock/1.0/rockcraft.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions examples/mock-rock/1.1/rockcraft.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions examples/mock-rock/1.2/rockcraft.yaml

This file was deleted.

32 changes: 16 additions & 16 deletions oci/mock-rock/_releases.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"latest": {
"candidate": {
"target": "553"
"target": "1.0-22.04_candidate"
},
"beta": {
"target": "553"
"target": "latest_candidate"
},
"edge": {
"target": "553"
"target": "latest_beta"
},
"end-of-life": "2025-05-01T00:00:00Z"
},
"1.0-22.04": {
"candidate": {
"target": "553"
"target": "562"
},
"beta": {
"target": "553"
"target": "562"
},
"edge": {
"target": "553"
"target": "562"
},
"end-of-life": "2025-05-01T00:00:00Z"
},
"test": {
"beta": {
"target": "553"
"target": "1.0-22.04_beta"
},
"edge": {
"target": "553"
"target": "test_beta"
},
"end-of-life": "2026-05-01T00:00:00Z"
},
"1.1-22.04": {
"end-of-life": "2025-05-01T00:00:00Z",
"candidate": {
"target": "554"
"target": "563"
},
"beta": {
"target": "554"
"target": "563"
},
"edge": {
"target": "554"
"target": "563"
}
},
"1-22.04": {
"end-of-life": "2025-05-01T00:00:00Z",
"candidate": {
"target": "554"
"target": "563"
},
"beta": {
"target": "554"
"target": "563"
},
"edge": {
"target": "554"
"target": "563"
}
},
"1.2-22.04": {
"end-of-life": "2025-05-01T00:00:00Z",
"beta": {
"target": "555"
"target": "564"
},
"edge": {
"target": "555"
"target": "1.2-22.04_beta"
}
}
}
18 changes: 9 additions & 9 deletions oci/mock-rock/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ release:
beta: 1.0-22.04_beta

upload:
- source: "canonical/oci-factory"
commit: 7f080b50ba656538aee3819889090c173f06debd
directory: examples/mock-rock/1.0
- source: "canonical/rocks-toolbox"
commit: 17916dd5de270e61a6a3fd3f4661a6413a50fd6f
directory: mock_rock/1.0
release:
1.0-22.04:
end-of-life: "2025-05-01T00:00:00Z"
risks:
- candidate
- edge
- beta
- source: "canonical/oci-factory"
commit: 7f080b50ba656538aee3819889090c173f06debd
directory: examples/mock-rock/1.1
- source: "canonical/rocks-toolbox"
commit: 17916dd5de270e61a6a3fd3f4661a6413a50fd6f
directory: mock_rock/1.1
release:
1.1-22.04:
end-of-life: "2025-05-01T00:00:00Z"
Expand All @@ -35,9 +35,9 @@ upload:
- candidate
- edge
- beta
- source: "canonical/oci-factory"
commit: 6829e479d71da94ffd46c18744e131a9693bc1b6
directory: examples/mock-rock/1.2
- source: "canonical/rocks-toolbox"
commit: 17916dd5de270e61a6a3fd3f4661a6413a50fd6f
directory: mock_rock/1.2
release:
1.2-22.04:
end-of-life: "2025-05-01T00:00:00Z"
Expand Down

0 comments on commit 617ba6f

Please sign in to comment.