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

Jenkins #1

Open
wants to merge 112 commits into
base: master
Choose a base branch
from
Open

Jenkins #1

wants to merge 112 commits into from

Commits on Apr 20, 2018

  1. Refactor copy and add

    Refactor copy and add
    
    Add/copy pass integration tests
    Priya Wadhwa committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    6054d7e View commit details
    Browse the repository at this point in the history
  2. Updated unit tests after refactor

    Priya Wadhwa committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    be38696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3473e View commit details
    Browse the repository at this point in the history
  4. Add cat to the container

    To run with jenkins kubernetes plugin
    carlossg committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    9013fdf View commit details
    Browse the repository at this point in the history
  5. Use full alpine image

    carlossg committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    e546795 View commit details
    Browse the repository at this point in the history
  6. Use the correct path

    carlossg committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    ad7f299 View commit details
    Browse the repository at this point in the history
  7. Add support for insecure docker registry

    Using --insecure-skip-tls-verify
    carlossg committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    4254916 View commit details
    Browse the repository at this point in the history
  8. fix readme

    nkubala committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    856265e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5043614 View commit details
    Browse the repository at this point in the history
  10. Merge pull request GoogleContainerTools#128 from priyawadhwa/refactor…

    …-copy
    
    Refactor copy and add
    priyawadhwa authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    3d84cf3 View commit details
    Browse the repository at this point in the history
  11. Updated vendor for changes to container-diff

    Priya Wadhwa committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    ae59204 View commit details
    Browse the repository at this point in the history
  12. Add support for insecure docker registry (GoogleContainerTools#131)

    * Add support for insecure docker registry
    
    Using --insecure-skip-tls-verify
    
    Fixes GoogleContainerTools#110
    
    * Apply formatting
    carlossg authored and dlorenc committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    08ce2a0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request GoogleContainerTools#135 from priyawadhwa/vendor

    Updated vendor
    priyawadhwa authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    2c50945 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Remove docker-credential-pass

    It's not really needed to use config.json credentials
    carlossg committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    5a80342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9f42f View commit details
    Browse the repository at this point in the history
  3. Document config.json authentication

    Works with the standard kaniko docker image
    carlossg committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    4fa6c28 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Configuration menu
    Copy the full SHA
    7ceba77 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Add whiteout handling by switching to a two-phase approach. (GoogleCo…

    …ntainerTools#139)
    
    * Add whiteout handling by switching to a two-phase approach.
    
    Also only handle hardlinks within one layer
    
    * Simplify the run test.
    dlorenc authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    844d9ef View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Support multi stage builds

    Priya Wadhwa committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    7dbc7a0 View commit details
    Browse the repository at this point in the history
  2. fixed bug in copy

    Priya Wadhwa committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    cf713fe View commit details
    Browse the repository at this point in the history
  3. update readme

    Priya Wadhwa committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    61d3c66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request GoogleContainerTools#142 from priyawadhwa/readme

    Update readme -- kaniko doesn't support Windows
    priyawadhwa authored Apr 24, 2018
    Configuration menu
    Copy the full SHA
    bf87cc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a211c1e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    85b7728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd245a View commit details
    Browse the repository at this point in the history
  3. fix parent directory

    Priya Wadhwa committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    946b11b View commit details
    Browse the repository at this point in the history
  4. Release executor based off debian for debugging

    Priya Wadhwa committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    0343e6b View commit details
    Browse the repository at this point in the history
  5. Merge pull request GoogleContainerTools#149 from priyawadhwa/dockerfile

    Release executor based off debian for debugging
    aaron-prindle authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    05b2c0c View commit details
    Browse the repository at this point in the history
  6. Update readme for debug image

    Priya Wadhwa committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    02f199e View commit details
    Browse the repository at this point in the history
  7. Merge pull request GoogleContainerTools#150 from priyawadhwa/readme

    Update readme for debug image
    aaron-prindle authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    8065555 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Switch from containers/image to go-containerregistry (GoogleContainer…

    …Tools#140)
    
    * Vendor changes for go-containerregistry switch.
    
    * Manual changes for go-containerregistry switch.
    
    The biggest change is refactoring the tarball unpacking.
    
    * Pull more of container-diff out.
    
    * More vendor removals.
    
    * More unit tests.
    dlorenc authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    cd5b744 View commit details
    Browse the repository at this point in the history
  2. Create Logo (GoogleContainerTools#147)

    Carlos Garcia authored and dlorenc committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    1c44571 View commit details
    Browse the repository at this point in the history
  3. Build kaniko with docker

    Priya Wadhwa committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ebdf0ea View commit details
    Browse the repository at this point in the history
  4. move kaniko logo into directory

    Move kaniko logo into directory
    Priya Wadhwa committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    842fc2f View commit details
    Browse the repository at this point in the history
  5. Merge pull request GoogleContainerTools#152 from priyawadhwa/tests

    Build kaniko with docker
    priyawadhwa authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8ed7152 View commit details
    Browse the repository at this point in the history
  6. Merge pull request GoogleContainerTools#153 from priyawadhwa/logo

    Create kaniko logo directory
    priyawadhwa authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ea9258b View commit details
    Browse the repository at this point in the history
  7. support multi stage builds

    Priya Wadhwa committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    904575d View commit details
    Browse the repository at this point in the history
  8. Fixed merge conflicts, support multistage builds

    Priya Wadhwa committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    48688df View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Switch to multi-stage dockerfile for building kaniko

    Priya Wadhwa committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    3705de2 View commit details
    Browse the repository at this point in the history
  2. clean up makefile

    Priya Wadhwa committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    b943594 View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoogleContainerTools#155 from priyawadhwa/certs-bug

    Switch to multi-stage dockerfile for building kaniko
    priyawadhwa authored Apr 27, 2018
    Configuration menu
    Copy the full SHA
    3575e0d View commit details
    Browse the repository at this point in the history
  4. Integration test for base image specifying sha

    Priya Wadhwa committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    e9c1e1d View commit details
    Browse the repository at this point in the history
  5. fixed merge conflict

    Priya Wadhwa committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    6c01712 View commit details
    Browse the repository at this point in the history
  6. Merge pull request GoogleContainerTools#157 from priyawadhwa/sha-from

    Integration test for base image specifying sha
    priyawadhwa authored Apr 27, 2018
    Configuration menu
    Copy the full SHA
    fb605ed View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Configuration menu
    Copy the full SHA
    bccc664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae47a03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d73f8c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd8d4b6 View commit details
    Browse the repository at this point in the history
  5. Revert "Added shell command and test"

    This reverts commit ae47a03.
    chrisz100 committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    35b5f4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    281c69c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. added shell command (GoogleContainerTools#158)

    * added shell command input to commands prepending shell
    
    * Added shell command and test
    chrisz100 authored and dlorenc committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    5af3645 View commit details
    Browse the repository at this point in the history
  2. Update readme (GoogleContainerTools#160)

    priyawadhwa authored and dlorenc committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    6ff3c58 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Fixed ResolveStages

    Priya Wadhwa committed May 1, 2018
    Configuration menu
    Copy the full SHA
    a1acbe8 View commit details
    Browse the repository at this point in the history
  2. added signal validation

    chrisz100 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    b5e68f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d63bc6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbdbee0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:GoogleContainerTools/kaniko into …

    …multistage
    Priya Wadhwa committed May 1, 2018
    Configuration menu
    Copy the full SHA
    67a3727 View commit details
    Browse the repository at this point in the history
  6. Update to new structure tests

    Priya Wadhwa committed May 1, 2018
    Configuration menu
    Copy the full SHA
    36933a2 View commit details
    Browse the repository at this point in the history
  7. Update integration tests to use new cst

    Priya Wadhwa committed May 1, 2018
    Configuration menu
    Copy the full SHA
    ac8a110 View commit details
    Browse the repository at this point in the history
  8. Merge pull request GoogleContainerTools#161 from priyawadhwa/cst

    Update integration tests to use new cst
    priyawadhwa authored May 1, 2018
    Configuration menu
    Copy the full SHA
    06bbe91 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of github.com:GoogleContainerTools/kaniko into …

    …multistage
    Priya Wadhwa committed May 1, 2018
    Configuration menu
    Copy the full SHA
    5699134 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    e23003a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fca51e View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoogleContainerTools#159 from chrisz100/feature/cm…

    …d_stopsignal
    
    Feature/cmd stopsignal
    priyawadhwa authored May 2, 2018
    Configuration menu
    Copy the full SHA
    60cbc54 View commit details
    Browse the repository at this point in the history
  4. Use official version of docker-credential-gcr

    Priya Wadhwa committed May 2, 2018
    Configuration menu
    Copy the full SHA
    c2516b4 View commit details
    Browse the repository at this point in the history
  5. Add demo to README

    Priya Wadhwa committed May 2, 2018
    Configuration menu
    Copy the full SHA
    fe23751 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d3731a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request GoogleContainerTools#165 from priyawadhwa/credentials

    Use official version of docker-credential-gcr
    priyawadhwa authored May 3, 2018
    Configuration menu
    Copy the full SHA
    d33a914 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoogleContainerTools#166 from priyawadhwa/demo

    Add demo to README
    priyawadhwa authored May 3, 2018
    Configuration menu
    Copy the full SHA
    878be35 View commit details
    Browse the repository at this point in the history
  3. Remove workdir

    Priya Wadhwa committed May 3, 2018
    Configuration menu
    Copy the full SHA
    26b8e01 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Merged master, fixed merge conflict

    Priya Wadhwa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    7fbc21e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f547b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoogleContainerTools#143 from priyawadhwa/snapshot

    Fix snapshotting specific files
    priyawadhwa authored May 7, 2018
    Configuration menu
    Copy the full SHA
    168bed8 View commit details
    Browse the repository at this point in the history
  4. Create debug image with busybox shell

    Priya Wadhwa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    3da6215 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    d040c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adaff3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoogleContainerTools#173 from nbyl/destination-req…

    …uired
    
    make destination required to fix "could not parse reference" errors
    priyawadhwa authored May 8, 2018
    Configuration menu
    Copy the full SHA
    02bb6de View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Updated vendor for exported BuildArgs

    Priya Wadhwa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    3aafb84 View commit details
    Browse the repository at this point in the history
  2. Add shell command to commands.go

    Priya Wadhwa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f5b8457 View commit details
    Browse the repository at this point in the history
  3. Support BuildArgs for arg command

    Priya Wadhwa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    26d8501 View commit details
    Browse the repository at this point in the history
  4. Updated vendor

    Priya Wadhwa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    9b4063d View commit details
    Browse the repository at this point in the history
  5. Update travis

    Priya Wadhwa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    6972bdb View commit details
    Browse the repository at this point in the history
  6. Merged master, fixed merge conflict

    Priya Wadhwa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    347ce66 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Merge pull request GoogleContainerTools#174 from priyawadhwa/shell

    Add shell command to commands.go
    priyawadhwa authored May 10, 2018
    Configuration menu
    Copy the full SHA
    d19a6e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoogleContainerTools#172 from priyawadhwa/symlink-bug

    Ignore symlinks during file extraction if link is whitelisted
    priyawadhwa authored May 10, 2018
    Configuration menu
    Copy the full SHA
    676e669 View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoogleContainerTools#167 from priyawadhwa/aws

    Add credential helper and documentation for pushing to Amazon ECR
    priyawadhwa authored May 10, 2018
    Configuration menu
    Copy the full SHA
    fc75cf5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:GoogleContainerTools/kaniko into …

    …busybox
    Priya Wadhwa committed May 10, 2018
    Configuration menu
    Copy the full SHA
    bb90bde View commit details
    Browse the repository at this point in the history
  5. Add busybox shell in dockerfile

    Priya Wadhwa committed May 10, 2018
    Configuration menu
    Copy the full SHA
    4deb375 View commit details
    Browse the repository at this point in the history
  6. Merge pull request GoogleContainerTools#171 from priyawadhwa/busybox

    Create debug image with busybox shell
    priyawadhwa authored May 10, 2018
    Configuration menu
    Copy the full SHA
    b9fb466 View commit details
    Browse the repository at this point in the history
  7. Merged master, fixed merge conflict

    Priya Wadhwa committed May 10, 2018
    Configuration menu
    Copy the full SHA
    33f4805 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Wrap BuildArgs in our own type

    Priya Wadhwa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    4de14c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoogleContainerTools#162 from priyawadhwa/arg

    ARG Command
    priyawadhwa authored May 11, 2018
    Configuration menu
    Copy the full SHA
    ef191be View commit details
    Browse the repository at this point in the history
  3. Add busybox to path for debug image

    Priya Wadhwa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    f69be35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request GoogleContainerTools#176 from priyawadhwa/busybox

    Add busybox to path for debug image
    priyawadhwa authored May 11, 2018
    Configuration menu
    Copy the full SHA
    ec370e3 View commit details
    Browse the repository at this point in the history
  5. Merge master, refactor to work with ARG

    Priya Wadhwa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    282f8ab View commit details
    Browse the repository at this point in the history
  6. Updated tests

    Priya Wadhwa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    459ddff View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. README: slight corrections about privileges

    The previous document did not mention that Docker runs as root, and so
    some of the benefits of the tools being compared (such as img,
    orca-build, and umoci) were not properly explained. This is quite
    important because while Kubernetes users have Docker installed (on most
    clusters), on local machines and non-Kubernetes workloads the story is
    quite different.
    
    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed May 14, 2018
    Configuration menu
    Copy the full SHA
    58743ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoogleContainerTools#154 from cyphar/update-docs

    README: slight corrections about privileges
    priyawadhwa authored May 14, 2018
    Configuration menu
    Copy the full SHA
    34e9460 View commit details
    Browse the repository at this point in the history
  3. WIP: Feature/healthcheck signal (GoogleContainerTools#177)

    * added basic healthcheck implementation
    
    * updated go-containerregistry version
    
    * added build args parameter to healthcheck execute
    
    * added go-containerregistry HealthCheck passing
    
    * dereferenced health for conversion
    chrisz100 authored and dlorenc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    fbe3e05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request GoogleContainerTools#141 from priyawadhwa/multistage

    Support multi stage builds
    priyawadhwa authored May 14, 2018
    Configuration menu
    Copy the full SHA
    cde277c View commit details
    Browse the repository at this point in the history
  5. Update README

    Priya Wadhwa committed May 14, 2018
    Configuration menu
    Copy the full SHA
    81b5771 View commit details
    Browse the repository at this point in the history
  6. Pass in clone of buildargs for dockerfile parsing

    Priya Wadhwa committed May 14, 2018
    Configuration menu
    Copy the full SHA
    6934f78 View commit details
    Browse the repository at this point in the history
  7. Merge pull request GoogleContainerTools#179 from priyawadhwa/readme

    Update README
    priyawadhwa authored May 14, 2018
    Configuration menu
    Copy the full SHA
    d2fc49f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    085b5c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoogleContainerTools#180 from priyawadhwa/arg

    Pass in clone of buildargs for dockerfile parsing
    priyawadhwa authored May 15, 2018
    Configuration menu
    Copy the full SHA
    dec203e View commit details
    Browse the repository at this point in the history
  3. Integration test refactoring (GoogleContainerTools#126)

    * integration test refactoring
    
    * config file cleanup
    
    * more test refactoring
    
    * remove debug file
    
    * moving around more files
    
    * fixing up integration tests
    
    * integration tests work
    
    * some housekeeping
    
    * fixing tests
    
    * addressing comments
    
    * debugging
    
    * debugging
    
    * actual debugging
    
    * skip integration tests for travis
    
    * install container-diff before integration tests
    
    * syntax
    
    * make test failures less noisy
    
    * fixing tests
    
    * hopefully fixing CI?
    
    * fixes
    
    * more fixes
    
    * let's actually fix CI
    
    * more testing
    
    * testing
    
    * proper auth
    
    * typos
    
    * adding support for args in integration tests
    
    * formatting
    
    * formatting
    
    * adding support for testing bucket context
    
    * adding bucket test dockerfile
    
    * addressing comments
    
    * syntax
    sharifelgamal authored May 15, 2018
    Configuration menu
    Copy the full SHA
    f8aa88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347d835 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    257b0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aeaf5b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Create Dockerfile

    beedemo-admin authored May 17, 2018
    Configuration menu
    Copy the full SHA
    d373a96 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    beedemo-admin authored May 17, 2018
    Configuration menu
    Copy the full SHA
    2ca95ab View commit details
    Browse the repository at this point in the history
  3. Update Dockerfile

    beedemo-admin authored May 17, 2018
    Configuration menu
    Copy the full SHA
    bfb9b0c View commit details
    Browse the repository at this point in the history