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

Actions include removed apko options #125

Open
max-allan opened this issue Nov 13, 2023 · 1 comment
Open

Actions include removed apko options #125

max-allan opened this issue Nov 13, 2023 · 1 comment
Labels
bug Something isn't working needs-triage applied to all new customer/user issues. Removed after triage occurs.

Comments

@max-allan
Copy link

max-allan commented Nov 13, 2023

Description

See chainguard-dev/apko@a1d2154

Several options are removed from apko publish

	cmd.Flags().StringVar(&packageVersionTag, "package-version-tag", "", "Tag the final image with the version of the package passed in")
	cmd.Flags().BoolVar(&packageVersionTagStem, "package-version-tag-stem", false, "add additional tags by stemming the package version")
	cmd.Flags().StringVar(&packageVersionTagPrefix, "package-version-tag-prefix", "", "prefix for package version tag(s)")
	cmd.Flags().StringVar(&tagSuffix, "tag-suffix", "", "suffix to use for automatically generated tags")
	cmd.Flags().StringVar(&stageTags, "stage-tags", "", "path to file to write list of tags to instead of publishing them")

This means all the examples in https://github.com/chainguard-dev/hello-melange-apko/tree/main are failing the CICD.

@max-allan max-allan added bug Something isn't working needs-triage applied to all new customer/user issues. Removed after triage occurs. labels Nov 13, 2023
@max-allan max-allan changed the title Actions include removed apjko Actions include removed apko options Nov 13, 2023
@max-allan
Copy link
Author

Ah, I found an existing PR #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage applied to all new customer/user issues. Removed after triage occurs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant