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

Docker image and release improvements #242

Merged
merged 3 commits into from
Sep 20, 2024
Merged

Docker image and release improvements #242

merged 3 commits into from
Sep 20, 2024

Conversation

ondrej-fabry
Copy link
Member

@ondrej-fabry ondrej-fabry commented Sep 20, 2024

This PR fixes the official Docker image to include some packages required by some GoVPP CLI commands.

Changes:

  • add missing packages in Dockerfile.govpp
  • add make target release-snapshot for releasing local snapshot using goreleaser
  • set biulduser and buildHost in the release workflow
  • for prerelease versions, skip pushing image tags :v<MAJOR>.<MINOR> and :latest

This commit installs packages in the official Docker image that are required for running some GoVPP CLI.

Signed-off-by: Ondrej Fabry <[email protected]>
@ondrej-fabry ondrej-fabry self-assigned this Sep 20, 2024
@ondrej-fabry ondrej-fabry added the ci Continous Integration label Sep 20, 2024
Signed-off-by: Ondrej Fabry <[email protected]>
@sknat sknat merged commit 5145075 into master Sep 20, 2024
11 checks passed
@sknat sknat deleted the docker branch September 20, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants