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

Add action for building other docker images, add a test for open-iscsi #555

Merged
merged 3 commits into from
Sep 13, 2024

Commits on Sep 11, 2024

  1. other-dockerfiles: Add a Dockerfile for targetcli-fb

    These dockerfiles will be consumed by the github action, that will
    build docker images and upload to our ghcr.io registry. The new image
    will be used later by the open-iscsi test.
    krnowak committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2846a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. .github: Add an action for building docker images on-demand

    There isn't a clear way to tell when the image should be rebuilt
    automatically. In theory it should be when the relevant debian package
    gets an update or when a new Debian version is released. In practice,
    these are annoying to track, so the action is to be invoked on demand.
    krnowak committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c3fadfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e20bf97 View commit details
    Browse the repository at this point in the history