Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blob mount support and handle existing blobs #33

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

sudo-bmitch
Copy link
Contributor

Fixes issue

Describe the change

This adds support for the blob mount variant of a blob push. It also adds handling for a blob already existing in the store.

How to verify it

olareg serve --port 5002 --store-type mem
regctl image copy $src localhost:5002/testa
regctl image copy localhost:5002/testa localhost:5002/testb

Changelog text

  • Feature: Add support for blob mount.
  • Feature: Handle existing blobs in the store.

Please verify and check that the pull request fulfills the following requirements

  • Tests have been added or not applicable
  • Documentation has been added, updated, or not applicable
  • Changes have been rebased to main
  • Multiple commits to the same code have been squashed

Signed-off-by: Brandon Mitchell <git@bmitch.net>
@sudo-bmitch sudo-bmitch merged commit cf73c51 into olareg:main Dec 25, 2023
3 checks passed
@sudo-bmitch sudo-bmitch deleted the pr-blob-mount branch December 25, 2023 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant