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

Allow OCI annotations to be set when pushing modules #26

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

stefanprodan
Copy link
Owner

Example:

timoni mod push ./path/to/module oci://ghcr.io/org/modules/app \
  --version=1.0.0 \
  --annotations='org.opencontainers.image.licenses=Apache-2.0' \
  --annotations='org.opencontainers.image.description=A timoni.sh module for my app.'

@stefanprodan stefanprodan added area/cli CLI related issues and pull requests area/oci OCI related issues and pull requests labels Mar 3, 2023
@stefanprodan stefanprodan merged commit e605ad1 into main Mar 3, 2023
@stefanprodan stefanprodan deleted the oci-annotations branch March 3, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli CLI related issues and pull requests area/oci OCI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant