Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/labs-tape
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: errordeveloper/tape
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 12 commits
  • 36 files changed
  • 1 contributor

Commits on Jun 18, 2024

  1. Copy the full SHA
    e312c24 View commit details
  2. Rename repository

    errordeveloper committed Jun 18, 2024
    Copy the full SHA
    f96c525 View commit details
  3. Merge pull request #2 from errordeveloper/rename

    Rename repository
    errordeveloper authored Jun 18, 2024
    Copy the full SHA
    000560d View commit details
  4. Copy the full SHA
    0171fa3 View commit details
  5. Copy the full SHA
    336502b View commit details

Commits on Jun 26, 2024

  1. Update example script

    errordeveloper committed Jun 26, 2024
    Copy the full SHA
    2d961d7 View commit details

Commits on Jun 27, 2024

  1. Add support for deriving VCS tags from attestations

    - extend Git attestations to store tags
    - implement conversion of generic statement type to concrete types
    - parse tags from attestations and use for artifacts
    errordeveloper committed Jun 27, 2024
    Copy the full SHA
    d835054 View commit details

Commits on Jul 3, 2024

  1. Copy the full SHA
    d1961e9 View commit details
  2. Copy the full SHA
    eedc5cf View commit details

Commits on Jul 5, 2024

  1. Fix bugs in handling Git

    - ignore errors when a symlink cannot be open
      - it's not uncommon for Git repos to contain symlinks that are
        intentionally broken, e.g. in case one is pointing to a file
        that a user is meant to install
    - handle top-level dir properly
      - previously the code was checking parent dir first and foremost,
        skipping the case when the top-level dir is the starting point
    errordeveloper committed Jul 5, 2024
    Copy the full SHA
    f2f60cd View commit details
  2. Copy the full SHA
    61583a2 View commit details
  3. Merge pull request #1 from errordeveloper/semver-tagger

    Automatic VCS tagging
    errordeveloper authored Jul 5, 2024
    Copy the full SHA
    0da9d6a View commit details
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -22,4 +22,4 @@ jobs:
GHCR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
with:
entrypoint: imagine
args: build --platform linux/amd64,linux/arm64 --config build.yaml --upstream-branch origin/main --registry ghcr.io/docker --push
args: build --platform linux/amd64,linux/arm64 --config build.yaml --upstream-branch origin/main --registry ghcr.io/errordeveloper --push
Loading