-
Notifications
You must be signed in to change notification settings - Fork 75
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
DAT-15825 docker fixes #247
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat(create-release.yml): add support for updating Dockerfiles and committing changes The Dockerfiles are updated to include the new Liquibase version and its SHA256 checksum. The Liquibase version is obtained from the collected data in a previous step. The updated Dockerfiles are then committed and tagged with the new version. If there are changes to commit, the commit message is "Liquibase Version Bumped to [extensionVersion]". The commit and tag are pushed to the repository. feat(create-release.yml): add setup for updating draft build The setup for updating the draft build is added. It sets up the environment for the specific image and version specified in the matrix. It checks out the repository and sets up the JDK. This setup is needed for the subsequent steps in the job. feat(create-release.yml): add release notes step The release notes step is added to create a draft release with the tag name and release name set to the extension version obtained from the previous step. The release body includes information about the supported Liquibase version. feat(create-release.yml): add build and push step The build and push step is added to build and push the Docker image with the latest, extension, and minor versions. The tags are set based on the image name, suffix, and the extension version obtained from the previous step. The image is built for both linux/amd64 and linux/arm64 platforms.
… file to maintain consistency
@jandroav I see your changes reference Dockerfile.slim instead of Dockerfile.alpine |
@jnewton03 fixed |
…from the 'update-dockerfiles' job for extensionVersion and minorVersion
…slim to Dockerfile.alpine to match the actual file name feat(create-release.yml): add support for building and pushing Docker image with Dockerfile.alpine to provide a lightweight Alpine-based image for Liquibase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.