-
Hi!
I'm trying to build a rock that was succeeding last week but now I'm getting an error stating `No suitable Python interpreter found, giving up.`.
Has the python plugin interface changed or is …
-
When using LXD 5.0 on 22.04, `rockcraft pack` will fail to build. Throwing the following error:
`2023-02-14 17:59:07.565 :: 2023-02-14 23:59:06.997 fuse-overlayfs mountpoint='/root/overlay/overlay…
-
I'm trying to build a rock with apache2 webserver.
I'm hitting a problem where I'm trying to get a symlink into the final image but I can't.
I'm creating multiple symlinks in the same scriptlet, a…
-
Hello!
It seems that the packing process uses the `version` field to tag the resulting artifact. Could a `tag` field be exposed that allows overriding the tag? The use case is where we want the `…
-
[This commit](https://github.com/canonical/rockcraft/commit/c3382fc2408e3e2bae964e0622e50798c46a2e2f) added handling for multiple paths ending up as the same, "final" one when the usrmerge is taken in…
-
Hi!
I currently have the following rockcraft.yaml where `rockcraft pack` is failing due to the files `/etc/group` and `/etc/passwd` not being present. Considering the I'm building on Ubuntu I would…
-
When rockcraft starts, the location of the log file is shown twice, from the the outer rockcraft and managed rockcraft processes:
1. Outer process: `Logging execution to '/home/developer/.cache/rockc…
-
**Description**
Using the `go` build-snap doesn't allow for using the specified go version. The go version installed is always 1.19.
**Example**
rockcraft.yaml:
```yaml
golang:
plugi…
-
At the moment, we have a tutorial https://github.com/canonical/rockcraft/blob/main/docs/tutorials.rst with a technical example of a rockcraft.yaml file which is not only being maintained manually but …
-
Our [code](https://github.com/canonical/rockcraft/blob/main/rockcraft/oci.py#L347) that archives the lifecycle payload as a new layer is taking the usrmerge into account when handling files, but *not*…