-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adding Containerfiles for Gradle 8.8 #127
Conversation
Hi @itewk - Can you help me figure out why the push for the new images isn't working? Does it have something to do with Quay and new images? |
issue is that the repo has to exist in quay for it to push to. that has been done now. lets see if that resolves it. |
ugg, forgot to give the robo account permissions. trying again. |
@jimmyliang-gov thanks for the contribution. sorry for the pain and delays. |
Purpose
New Feature: Adding Containerfile for an image with Gradle build tool. This is primary used to support Scala apps that are built with Gradle. Version 8.8 of Gradle is used.
NOTE: This PR is to merge from a feature branch to the main branch within the ploigos/ploigos-containers project.
The previous PR (#123) was to pull from a fork into a feature branch due to nuances with the CI build that was failing.
Breaking?
No
Integration Testing
This Containerfile was built and tested within an OpenShift 4.12 environment. Below is snippet from the OpenShift build that installs Gradle.
The ploigos-tool-gradle was then tested with modified PSR steps that calls the Gradle CLI.
Below is a snippet from the PSR step calling unit-tests: