-
I have a rockcraft.yaml that uses `python-packages`, and the packages end up in the rock, but a naive call to `python3` doesn't work. I have to use `/bin/python3`:
```
$ docker run --rm -it xgboos…
-
Hello team,
This action installs `lxd` when installing `Rockcraft` dependencies.
I see in the code that it's trying to install `lxd` version `5.9/stable`
```
// Install a specific version of LXD…
-
Hello,
We are using working-dir in the services to set the current directory for service.
"services": {
"nbi": {
"override": "replace",
"…
-
Hi!
I've just noticed `skopeo` fails to import the resulting rock when packing with the python plugin:
```
name: indico
summary: Indico rock
description: Indico OCI image for the Indico charm
…
-
The rockcraft base image for `ubuntu:22.04` was [moved](https://github.com/canonical/rockcraft/commit/380103831fe1f8b496b4dad29453aa7b3303dbb0) to a different set of images that do not seem to include…
-
### Overview
When trying to build a pebble Layer with the "on-failure" field, we get the following error message:
```
cannot parse layer "nginx": yaml: unmarshal errors:
line 10: field on_fa…
-
Given that this project is now used in:
- KernOS
- Juju (both 2.9 and 3.x)
- Rockcraft
- Several ROCKs
I think it's important that we start to land some versioned releases. As we start to see…
-
### Enhancement Proposal
In metadata.yaml we have:
```yaml
resources:
agent-image:
type: oci-image
upstream-source: grafana/agent:v0.26.1
description: OCI image for Grafana Agen…
-
### Enhancement Proposal
In metadata.yaml we have
```yaml
resources:
loki-image:
type: oci-image
description: Loki OCI image "grafana/loki:2.4.1"
upstream-source: grafana/loki…
-
Hi,
Trying to pack a ROCK image for the first time and encountering issues.
I'm trying to pack a Keystone image with the following `rockcraft.yaml`:
```yaml
name: keystone
summary: Openstac…