Skip to content
  1. Jul 30, 2022
    • nimrod's avatar
      Remove the run CI step. · c15bae72
      nimrod authored
      I'm using the image with toolbx nowadays (no more secodary SSH server).
      No deployment apart from pushing to the registry.
      c15bae72
  2. Feb 24, 2022
    • nimrod's avatar
      Debug build failures. · 497da1e1
      nimrod authored
      Try to disable GitLab runner's umask fiddling and see if that works (it
      might, you don't know).
      497da1e1
  3. Dec 21, 2021
  4. Oct 31, 2021
  5. Sep 14, 2021
  6. Jul 05, 2021
  7. Apr 24, 2021
  8. Mar 19, 2021
  9. Jan 13, 2021
  10. Jan 02, 2021
  11. Nov 30, 2020
    • nimrod's avatar
      Common gitlab-ci.yml. · 90b5ac0e
      nimrod authored
      - Disable the Docker pre-commit checks only in CI (the issue doesn't
      happen locally).
      - Pull images during the build stage.
      90b5ac0e
  12. Nov 21, 2020
    • nimrod's avatar
      Run the pre-commit job anywhere. · f473e2d2
      nimrod authored
      There's no need to run it in a specific runner, but I did because I
      set tags on the runners but didn't set them to run untagged (fixed in
      gitlab-runner-docker@dfc42dda).
      f473e2d2
    • nimrod's avatar
      pre-commit. · c01dbf14
      nimrod authored
      Setup pre-commit and add it to CI. Correct a few things as well.
      c01dbf14
    • nimrod's avatar
      Alwasy build from scratch. · e6932424
      nimrod authored
      Pull a new image and build without caching. I want updates for existing
      packages without changing files.
      e6932424
    • nimrod's avatar
      Initial work. · 4da0bf95
      nimrod authored
      - Image with Debian, Python and Golang packages installed.
      - Deployment with Docker Compose and GitLab CI.
      4da0bf95