Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
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: elastic/elasticsearch-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: skryv/elasticsearch-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.2-M1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 8 files changed
  • 7 contributors

Commits on Dec 14, 2017

  1. Set version to 6.2.0

    Toby McLaughlin committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    3babcc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Added support for alphanumeric configuration parameters

    perronld authored and Toby McLaughlin committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5e4f362 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Bump version to 6.2.1

    Toby McLaughlin committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    12b07ee View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Bump version to 6.2.2

    Toby McLaughlin committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    4d9786c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Bump version to 6.2.3

    Maxime Gréau committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    a7114d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Add "from-snapshot" Make target

    Toby McLaughlin committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    db6a458 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Continue entrypoint after creating keystore

    Toby McLaughlin committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    ab1fcb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Bump to version 6.2.4

    Toby McLaughlin committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    d645be2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Bump version to 6.2.5

    droberts195 committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    9a1f8fd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Do not use host network for building image

    Today the Elasticsearch Docker build relies on the host network for
    building the Docker image. In particular, it requires port 8000 on the
    host to be available so that the Docker build can connect to the
    artifacts server that is created during an earlier phase of the build. I
    ran into a strange issue where the build would repeatedly fail if using
    the host network. In particular, the issue that I ran into is that the
    setup package installed during yum update could not be installed because
    /etc/hosts could not be extracted from the package. It is not clear to
    me why this fails with the host network, but once we surmised this was a
    possbility and switched to not use the host network, the issue went
    anyway. Whatever the issue is, it's inherently desirable to not use the
    host network during the build anyway. Instead, we can connect the
    containers over a dedicated bridge network and not rely on port 8000
    being available on the host. Fortunately, this fixes the issue that I
    was running into as well.
    
    Co-authored-by: Dimitrios Liappis <[email protected]>
    2 people authored and Toby McLaughlin committed May 16, 2018
    Configuration menu
    Copy the full SHA
    543db25 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Clean datadirs before testing

    Toby McLaughlin committed May 24, 2018
    Configuration menu
    Copy the full SHA
    aa45fa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Double timeout for tests

    Toby McLaughlin committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    1960953 View commit details
    Browse the repository at this point in the history
  2. Add build instructions to README #163

    Toby McLaughlin committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    e6d9e03 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    d2a4500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32b8669 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Ádd instructions

    thomassoens committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1fbbb5e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on Aug 17, 2022

  1. Correct typo

    thomassoens committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    717f47d View commit details
    Browse the repository at this point in the history
Loading