astral-uv:zb/docker-cache

Last commit made on 2024-01-19
Get this branch:
git clone -b zb/docker-cache https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
zb/docker-cache
Repository:
lp:astral-uv

Recent commits

d297b1e... by Zanie <email address hidden>

Commit with an edit in `puffin-traits`

d881642... by Zanie <email address hidden>

Empty commit

a601d41... by Zanie <email address hidden>

Run Docker builds on pull requests that change the Dockerfile

c6ec7be... by Zanie <email address hidden>

Speed up image builds with Docker cache mounts

3a1cd44... by Charlie Marsh <email address hidden>

Add Puffin Docker image (#985)

Missing piece for the release.

## Test Plan

Built the image locally:

```shell
❯ docker run 99956098e1f8f04e209dcfc4a0afcee67df1fe8a726c164884e67f035b1a0f42
Usage: puffin [OPTIONS] <COMMAND>

Commands:
  pip Resolve and install Python packages
  venv Create a virtual environment
  clean Clear the cache
  help Print this message or the help of the given subcommand(s)

Options:
  -q, --quiet Do not print any output
  -v, --verbose Use verbose output
  -n, --no-cache Avoid reading from or writing to the cache
      --cache-dir <CACHE_DIR> Path to the cache directory [env: PUFFIN_CACHE_DIR=]
  -h, --help Print help
  -V, --version Print version
```

5e2b715... by Charlie Marsh <email address hidden>

Rename `puffin-cli` crate to `puffin` (#976)

## Summary

Like in Ruff, this simplifies a few things.

6cad0f6... by Charlie Marsh <email address hidden>

Mark `puffin-dev` as `publish = false` (#975)

8eadca4... by Charlie Marsh <email address hidden>

Remove unused path method (#974)

04d3474... by Charlie Marsh <email address hidden>

Set URLs to non-empty in pyproject.toml (#973)

968de30... by Charlie Marsh <email address hidden>

Run cargo-dist generate (#972)