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

feat: publish multi arch docker image to dockerhub #751

Merged
merged 43 commits into from
Jun 10, 2024

Commits on May 31, 2024

  1. chore: Update Docker workflow to use Buildpacks

    The Docker workflow has been updated to use Buildpacks for building and pushing the Docker image. This change improves the build process and ensures compatibility with the latest versions of the required dependencies.
    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fa4dc16 View commit details
    Browse the repository at this point in the history
  2. chore: add workflow dispatch

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6432b4a View commit details
    Browse the repository at this point in the history
  3. chore: docker login

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b88d090 View commit details
    Browse the repository at this point in the history
  4. chore: add multi arch builds

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b65c0a0 View commit details
    Browse the repository at this point in the history
  5. fix linebreaks

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2fea88d View commit details
    Browse the repository at this point in the history
  6. print pack version

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3977607 View commit details
    Browse the repository at this point in the history
  7. update pack action

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3928ca4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3734f80 View commit details
    Browse the repository at this point in the history
  9. curl

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cfbc187 View commit details
    Browse the repository at this point in the history
  10. use linux version of pack

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b8787ac View commit details
    Browse the repository at this point in the history
  11. fix platform

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9aedd77 View commit details
    Browse the repository at this point in the history
  12. fix platform

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a191b54 View commit details
    Browse the repository at this point in the history
  13. use only arm

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    03a735d View commit details
    Browse the repository at this point in the history
  14. no platform

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    68c5d0c View commit details
    Browse the repository at this point in the history
  15. try amd

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8155073 View commit details
    Browse the repository at this point in the history
  16. remove buildpackless

    Ch4s3r committed May 31, 2024
    Configuration menu
    Copy the full SHA
    07aa71a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f3a993a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bfbd8a1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8650357 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a4c8dbb View commit details
    Browse the repository at this point in the history
  2. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5001ae8 View commit details
    Browse the repository at this point in the history
  3. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    850db9b View commit details
    Browse the repository at this point in the history
  4. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3532a80 View commit details
    Browse the repository at this point in the history
  5. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f47326a View commit details
    Browse the repository at this point in the history
  6. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    85f832d View commit details
    Browse the repository at this point in the history
  7. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    74182d9 View commit details
    Browse the repository at this point in the history
  8. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3abfa15 View commit details
    Browse the repository at this point in the history
  9. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7a98a37 View commit details
    Browse the repository at this point in the history
  10. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1e617ce View commit details
    Browse the repository at this point in the history
  11. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1d2a7de View commit details
    Browse the repository at this point in the history
  12. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    54ba9c6 View commit details
    Browse the repository at this point in the history
  13. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c8d1b24 View commit details
    Browse the repository at this point in the history
  14. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0306422 View commit details
    Browse the repository at this point in the history
  15. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    33e0498 View commit details
    Browse the repository at this point in the history
  16. Create buildpack

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9bf03e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb422f3 View commit details
    Browse the repository at this point in the history
  18. Update buildpack.yaml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    fa25e70 View commit details
    Browse the repository at this point in the history
  19. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c85539a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    acc96ba View commit details
    Browse the repository at this point in the history
  21. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9accbe7 View commit details
    Browse the repository at this point in the history
  22. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    54a26fd View commit details
    Browse the repository at this point in the history
  23. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a80eaa9 View commit details
    Browse the repository at this point in the history
  24. Update docker.yml

    Ch4s3r committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4bf215e View commit details
    Browse the repository at this point in the history