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

DAT-18282 DevOps :: Docker Issue in create-release.yml #326

Merged
merged 6 commits into from
Jul 26, 2024
Merged

Commits on Jul 26, 2024

  1. ✨ (create-release.yml): Update LPM_VERSION from "0.2.6" to "0.2.7" in…

    … the workflow file to use the latest version of the tool. Also, commented out the steps related to updating the official Docker repository as they are not needed at the moment.
    Alejandro Alvarez committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    02a084d View commit details
    Browse the repository at this point in the history
  2. ⬆️ (Dockerfile): Upgrade LPM_SHA256 value to match the new checksum f…

    …or improved security and integrity
    Alejandro Alvarez committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    35ad623 View commit details
    Browse the repository at this point in the history
  3. 📝 (create-release.yml): update create-release workflow configuration …

    …to optimize performance and readability
    
    🔧 (create-release.yml): Comment out unnecessary actions/checkout and actions/setup-java steps to improve workflow readability and reduce unnecessary steps.
    
    📝 (workflow.yml): update script to extract major.minor version and print full version for debugging purposes
    Alejandro Alvarez committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    eb29b2a View commit details
    Browse the repository at this point in the history
  4. 🔧 (create-release.yml): Update references to use the output from the …

    …'update-dockerfiles' job for the liquibase version to ensure consistency and accuracy in the Docker image tags and versioning.
    Alejandro Alvarez committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a5c84ac View commit details
    Browse the repository at this point in the history
  5. 🔧 (create-release.yml): update MAJOR_MINOR variable to use liquibaseV…

    …ersion from update-dockerfiles job output for consistency and accuracy
    Alejandro Alvarez committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2938779 View commit details
    Browse the repository at this point in the history
  6. 🔧 (create-release.yml): Update Dockerfile to use uppercase variable n…

    …ames for consistency and improve readability
    
    🔧 (create-release.yml): Update Dockerfile to support different architectures for Docker image building and pushing
    
    🔧 (create-release.yml): update workflow to use uppercase letters for environment variables for consistency and readability
    🔧 (create-release.yml): update workflow to use correct indentation for job steps for better readability and maintainability
    Alejandro Alvarez committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    06a6387 View commit details
    Browse the repository at this point in the history