Skip to content

Commits

Commits on May 28, 2022

  1. Bump actions to latest major

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed May 28, 2022
    Copy the full SHA
    307a009 View commit details

Commits on May 5, 2022

  1. Bump all Docker actions to latest major

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed May 5, 2022
    Copy the full SHA
    dda7072 View commit details

Commits on Mar 14, 2022

  1. build-contexts input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 14, 2022
    Copy the full SHA
    7c41daf View commit details
  2. add imageid output and use metadata to set digest output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 14, 2022
    Copy the full SHA
    50fa005 View commit details

Commits on Jan 31, 2022

  1. Fix add-hosts context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jan 31, 2022
    Copy the full SHA
    d745845 View commit details

Commits on Jan 30, 2022

  1. add-host input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jan 30, 2022
    Copy the full SHA
    eebf87a View commit details
  2. Fix git context subdir example and improve README

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jan 30, 2022
    Copy the full SHA
    da76737 View commit details

Commits on Jan 24, 2022

  1. Add description on github-token option to README

    Signed-off-by: KMConner <KMConner@users.noreply.github.com>
    KMConner authored and KMConner committed Jan 24, 2022
    Copy the full SHA
    6f7a604 View commit details

Commits on Jan 18, 2022

  1. Note about new inputs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jan 18, 2022
    Copy the full SHA
    5645ea7 View commit details

Commits on Jan 6, 2022

  1. Add subdirectory for Git context

    Since v0.9.0 of BuildKit (BuildX v0.7.0) you can provide a subdirectory
    to the default Git context.
    
    Closes #460
    Closes #528
    
    Signed-off-by: Jim Brännlund <jimbrannlund@fastmail.com>
    Jim Brännlund committed Jan 6, 2022
    Copy the full SHA
    fc5a732 View commit details

Commits on Nov 17, 2021

  1. Merge pull request #501 from crazy-max/new-inputs

    add `cgroup-parent`, `shm-size`, `ulimit` inputs
    CrazyMax authored and GitHub committed Nov 17, 2021
    Copy the full SHA
    9ed5823 View commit details

Commits on Nov 16, 2021

  1. add cgroup-parent, shm-size, ulimit inputs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Nov 16, 2021
    Copy the full SHA
    67ff4df View commit details
  2. readme: remove v1 section

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Nov 16, 2021
    Copy the full SHA
    ff32939 View commit details

Commits on Sep 1, 2021

  1. Test before pushing your image (docs)

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Sep 1, 2021
    Copy the full SHA
    326ec1e View commit details

Commits on Aug 20, 2021

  1. Merge pull request #412 from crazy-max/metadata-file

    Add `metadata` output
    CrazyMax authored and GitHub committed Aug 20, 2021
    Copy the full SHA
    b0b7751 View commit details

Commits on Aug 16, 2021

  1. Add metadata output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Aug 16, 2021
    Copy the full SHA
    c0b121f View commit details

Commits on Jul 29, 2021

  1. Merge pull request #406 from crazy-max/cache-exporter-doc

    Cache backend API example
    CrazyMax authored and GitHub committed Jul 29, 2021
    Copy the full SHA
    1a60e0d View commit details
  2. Cache backend API example

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jul 29, 2021
    Copy the full SHA
    3530a97 View commit details

Commits on Jul 25, 2021

  1. Merge pull request #407 from crazy-max/git-subdir

    Remove note about Git context not supporting subdir
    CrazyMax authored and GitHub committed Jul 25, 2021
    Copy the full SHA
    c65ff7f View commit details

Commits on Jul 13, 2021

  1. Detail .dockerignore is ignored in git context

    Add a note to README.md that .dockerignore is not processed by default
    by build-push-action@v2.
    
    Signed-off-by: David Valentiate <david@bluedrop.com>
    
    Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    Signed-off-by: David Valentiate <david@bluedrop.com>
    David Valentiate and CrazyMax committed Jul 13, 2021
    Copy the full SHA
    e80adc3 View commit details
  2. Remove note about Git context not supporting subdir

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jul 13, 2021
    Copy the full SHA
    7594ecc View commit details

Commits on May 21, 2021

  1. Merge pull request #362 from akhilerm/add-tag-push-action

    Add tag-push action to advanced usage section
    CrazyMax authored and GitHub committed May 21, 2021
    Copy the full SHA
    95f9975 View commit details
  2. Share built image between jobs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed May 21, 2021
    Copy the full SHA
    6f4938a View commit details

Commits on May 12, 2021

  1. add tag-push action to advanced usage section

    Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
    Akhil Mohan committed May 12, 2021
    Copy the full SHA
    5b3f377 View commit details

Commits on Apr 27, 2021

  1. Remove os limitation

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 27, 2021
    Copy the full SHA
    d619a7f View commit details

Commits on Apr 6, 2021

  1. Add network input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 6, 2021
    Copy the full SHA
    5a4a26c View commit details
  2. Sort inputs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 6, 2021
    Copy the full SHA
    f6a7333 View commit details

Commits on Apr 3, 2021

  1. Fix doc links

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 3, 2021
    Copy the full SHA
    646552f View commit details

Commits on Feb 24, 2021

  1. Fix wrong link for login action repo

    Signed-off-by: TanguyChiffoleau <55456592+TanguyChiffoleau@users.noreply.github.com>
    Tanguy Chiffoleau authored and TanguyChiffoleau committed Feb 24, 2021
    Copy the full SHA
    22d49d6 View commit details

Commits on Feb 17, 2021

  1. Enhance documentation

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Feb 17, 2021
    Copy the full SHA
    a63b18d View commit details

Commits on Feb 15, 2021

  1. Allow to use secret file mount

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Feb 15, 2021
    Copy the full SHA
    080cadd View commit details

Commits on Jan 1, 2021

  1. Fix README

    Signed-off-by: agabani <agabani@users.noreply.github.com>
    Ahmed Agabani committed Jan 1, 2021
    Copy the full SHA
    565d16e View commit details

Commits on Dec 18, 2020

  1. use default docker command line values for file when it is missing

    Signed-off-by: Libo Zeng <libo@mabl.com>
    Libo Zeng committed Dec 18, 2020
    Copy the full SHA
    a8587cb View commit details

Commits on Dec 5, 2020

  1. Typo in README

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Dec 5, 2020
    Copy the full SHA
    35e3637 View commit details

Commits on Dec 3, 2020

  1. Apply suggestions

    Signed-off-by: Malcolm Davis Steele <me@malcolmdavis.xyz>
    Malcolm Davis Steele authored and Malcolm Davis Steele committed Dec 3, 2020
    Copy the full SHA
    9ada314 View commit details
Older