-
It would be simpler to use `mocker` instead in most cases.
For example, in `test_oci.py`:
```
@pytest.fixture
def mock_run(mocker):
yield mocker.patch("rockcraft.oci._process_run")
```
…
-
**Is your feature request related to a problem? Please describe.**
The goal is to prepare the project to be aligned with the ROCKs story, creating a sustainable business logic for managing the .NET R…
-
Hey :wave:
I've been building a ROCK for Traefik. I want to include a config file and have it owned by a specific user. Take the following excerpt as an example (full file [here](https://github.co…
-
Referring to the https://github.com/wagoodman/dive tool to explore the content of an image, once imported in the local docker registry.
I noticed two different situations,
1) As discussed before…
-
With function annotations, the `:type` in docstrings becomes redundant. Let's clean that up
-
Hi! Rockcraft is exciting and I'd like to experiment with it.
How can I set it up for testing purposes?
The [hello world example](https://rockcraft.readthedocs.io/en/latest/tutorials.html#create-a-h…
sed-i updated
2 years ago
-
There are are multiple dimensions for us to consider (not all of which are versioning):
- Architecture
- Ubuntu version
- .NET version
I'm thinking we're going to need some directories.
-
```yaml
name: test
version: 1.0
base: ubuntu:20.04
parts:
part1:
plugin: nil
stage-packages:
- ca-certificates
```
this example _rockcraft.yaml_ fails with the following er…
-
right now we are packing `runtime-deps`, `runtime`, and potential others ROCKs all within this GH repository.
Should we actually split it such that we have one ROCK per repo?
Pros:
- separat…
-
# Description
The python plugin doesn't install python itself in the final image.
One would expect that with a `rockcraft.yaml` file like this one below, the container would contain `python3` in…