Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SUSE/sle2docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: SUSE/sle2docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 14 files changed
  • 8 contributors

Commits on Feb 13, 2017

  1. Fix error messages for unknown flags and methods

    Fixes #26
    
    Signed-off-by: Miquel Sabaté Solà <[email protected]>
    mssola committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    8afc834 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. change regex for kiwi-ng

    M0ses committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    28fdfb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Merge pull request #28 from M0ses/kiwi_ng_fix

    change regex for kiwi-ng
    mssola authored Mar 8, 2017
    Configuration menu
    Copy the full SHA
    bd723dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from mssola/cli-options

    Fix error messages for unknown flags and methods
    mssola authored Mar 8, 2017
    Configuration menu
    Copy the full SHA
    8db458d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. fix error output

    Make sure to print the error message instead of ignoring it.
    
    Signed-off-by: Thomas Hipp <[email protected]>
    Thomas Hipp committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    b73a843 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. fix tests and rubocop

    Signed-off-by: Thomas Hipp <[email protected]>
    Thomas Hipp committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    aa740ad View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Merge pull request #31 from monstermunchkin/fix/ensure-can-access-doc…

    …kerd
    
    fix error output
    flavio authored Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a5c74e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Add loadable images support (#34)

    Add loadable images support
    
    This commit extends sle2docker to be able to load native docker
    images. Current KIWI docker support builds loadable images, thus
    they don't need to be build from a rootfs tarball any more. Image
    RPMs for native images store the image tarball inside
    /usr/share/suse-docker-images/native folder.
    
    Related to bsc#1058371
    davidcassany authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    083d85f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Revert "change regex for kiwi-ng" (#35)

    This reverts commit 28fdfb1.
    This commit introduced a regression, as the regex was including
    '-docker' as part of the name in builds done with kiwi < 8. Also
    this is no longer needed since kiwi-ng builds are handled in
    native_images class, now this regex applies only for old builds.
    
    Fixes bsc#1064010
    davidcassany authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    2bc7724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed21b00 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Improve metadata validation (#37)

    * Improve metadata validation
    
    This commit includes a couple of validations over the metadata file.
    This way if something goes wrong with this data there is a better
    error handling in proper feedback to the user.
    
    Fixes#36
    davidcassany authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    4ecc8ad View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Update tag-with-build flag for native images (#38)

    * Update tag-with-build flag for native images
    
    This commit changes the behavior of the flag --tag-with-build
    for native images. With the change it is possible to activate
    multiple builds of the same image without having to deactivate them
    in advance.
    
    * Avoid shell calls in favor of Docker API
    davidcassany authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    89ee962 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Fix link to SUSE's doc

    Fixes issue #39
    flavio authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    91fee9a View commit details
    Browse the repository at this point in the history
Loading