-
### Context
Update the corresponding rockcraft.yaml file to make sure the version of CKF 1.8 is built.
### What needs to get done
1. Update the rockcraft.yaml for 1.8 version
2. Add tox.ini to the…
-
![image](https://github.com/canonical/rockcraft/assets/9116056/99ab415e-aa03-4948-9f6f-a110143d739e)
### What needs to get done
Change the metadata for rockcraft snap, add proper links to source…
-
### Bug Description
When listing all commands, this includes:
```
expand-extensions: Expand extensions in snapcraft.yaml
```
### To Reproduce
rockcraft help --all
### Environment
rockcraft 1.…
-
### Bug Description
maven plugin does not install maven build-package.
In order to use maven plugin the image should have maven installed already which is inconvenient.
Would it be possible to a…
-
### Bug Description
Java plugin attempts to link java executable under /bin.
This causes conflict with the other parts writing to /bin.
### To Reproduce
1. rockcraft pack attached project
### …
-
### Why it needs to get done
Create a repository to host the rockcraft projects for all the DSS images.
### What needs to get done
Following the best practices, create a repository to host DSS imag…
-
### What needs to get done
Provide a mechanism for plugins to add a set of staged packages or slices, which get merged with the user-provided staged packages
### Why it needs to get done
This would…
-
My file contains:
```yaml
platforms: {amd64, arm64}
```
`yq` tool reports that the above is equivalent to:
```json
"platforms": {
"amd64": null,
"arm64": null
},
```
Thi…
-
### Bug Description
Building fails with the following logs. This is due to upstream bug https://github.com/kubeflow/pipelines/issues/10770.
```bash
2024-05-08 11:53:40.332 :: 2024-05-08 11:53:07.02…
-
### What needs to get done
The logs provided by the `rockcraft` CLI are really detailed and very useful. However, I believe the default behaviour could be enhanced by surfacing additional information…