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

Build container images in workflow #7

Merged
merged 34 commits into from
Jun 19, 2024
Merged

Build container images in workflow #7

merged 34 commits into from
Jun 19, 2024

Commits on Jun 16, 2024

  1. add workflows

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d47b6f2 View commit details
    Browse the repository at this point in the history
  2. fir workflow in branch

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bfb5187 View commit details
    Browse the repository at this point in the history
  3. log into GHCR first

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    74c4110 View commit details
    Browse the repository at this point in the history
  4. set root as the context

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ca29e6e View commit details
    Browse the repository at this point in the history
  5. case sensitive Dockerfile

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a683b7f View commit details
    Browse the repository at this point in the history
  6. renamed to force case change

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2c3b75a View commit details
    Browse the repository at this point in the history
  7. update to Pascal case

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b851f64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da44d6c View commit details
    Browse the repository at this point in the history
  9. build just the base image

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a299f33 View commit details
    Browse the repository at this point in the history
  10. add prepopulated

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7f11b8e View commit details
    Browse the repository at this point in the history
  11. prevent race conditions

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    88eefa2 View commit details
    Browse the repository at this point in the history
  12. add apse config

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8bafdcc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    082d53b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33a6061 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ec76cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    492a4b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a93dd52 View commit details
    Browse the repository at this point in the history
  18. pwd to find out where we are

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    15715a6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dccb968 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    73ddf78 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9ff9fdc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a785ae View commit details
    Browse the repository at this point in the history
  23. determine how many procs are available to a workflow and set the cont…

    …ainer to build using 2
    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9272893 View commit details
    Browse the repository at this point in the history
  24. use 2 cpus

    khiron committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    130f593 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    1e74fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6549f61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    328d18a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38227ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d61e81 View commit details
    Browse the repository at this point in the history
  6. fully specify path to elt

    khiron committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4117386 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    3342631 View commit details
    Browse the repository at this point in the history
  2. set user as owner of ~/data

    = committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2cf9113 View commit details
    Browse the repository at this point in the history
  3. comment out install and sample of data

    = committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    64df45e View commit details
    Browse the repository at this point in the history
  4. chown needed sudo

    = committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    94ee0ec View commit details
    Browse the repository at this point in the history