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

Added alpine tags with OS version (i.e. alpine3.15) #228

Merged
merged 3 commits into from
Jan 15, 2022
Merged

Added alpine tags with OS version (i.e. alpine3.15) #228

merged 3 commits into from
Jan 15, 2022

Conversation

krufab
Copy link
Contributor

@krufab krufab commented Jan 14, 2022

Signed-off-by: Fabio Kruger 10956489+krufab@users.noreply.github.com

Updated docker-back.hcl to create new tags for the alpine target containing the alpine OS release as well (i.e. alpine3.15-jdk11).
Archlinux was not changed as they have a fast release cycle, while debian bullseye is already a (named) version.

Fixes #227

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

Signed-off-by: Fabio Kruger <10956489+krufab@users.noreply.github.com>
@krufab krufab requested a review from a team as a code owner January 14, 2022 22:41
11/alpine/Dockerfile Outdated Show resolved Hide resolved
@@ -78,8 +86,11 @@ target "alpine_jdk8" {
}
tags = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing passing the alpine build arg above

@timja timja changed the title #227 Added alpine tags with OS version (i.e. alpine3.15) Added alpine tags with OS version (i.e. alpine3.15) Jan 15, 2022
@timja timja merged commit fa7d7a5 into jenkinsci:master Jan 15, 2022
@krufab krufab deleted the feature/227-add-os-tags-for-alpine branch January 16, 2022 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tags with the base image version (i.e. alpine3.15-jdk11)
2 participants