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

Image pull policy #1345

Merged
merged 43 commits into from
Nov 1, 2019
Merged

Commits on Mar 18, 2019

  1. get exitcode from inspectExecCmd

    Dan Markhasin committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    880788e View commit details
    Browse the repository at this point in the history
  2. Update core/src/main/java/org/testcontainers/containers/Container.java

    Co-Authored-By: dmarkhas <minimizer@gmail.com>
    bsideup and dmarkhas authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0080d29 View commit details
    Browse the repository at this point in the history
  3. Update core/src/main/java/org/testcontainers/containers/Container.java

    Co-Authored-By: dmarkhas <minimizer@gmail.com>
    bsideup and dmarkhas authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    2239277 View commit details
    Browse the repository at this point in the history
  4. Update core/src/main/java/org/testcontainers/containers/Container.java

    Co-Authored-By: dmarkhas <minimizer@gmail.com>
    bsideup and dmarkhas authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    f78d328 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f177274 View commit details
    Browse the repository at this point in the history
  6. Update Container.java

    dmarkhas authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    de7ae4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b024581 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Dan Markhasin committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    4509ac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Add image pull policy

    Dan Markhasin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ec8bb5d View commit details
    Browse the repository at this point in the history
  2. dont expose docker-java Image directly

    Dan Markhasin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    fe4b907 View commit details
    Browse the repository at this point in the history
  3. fixed pullingNonExistentImageFailsGracefully test

    Dan Markhasin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ca4dc61 View commit details
    Browse the repository at this point in the history
  4. fixed failing tests

    Dan Markhasin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    b6c22b0 View commit details
    Browse the repository at this point in the history
  5. use OffsetDateTime instead of System.currentMillis

    Dan Markhasin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ec8442a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. use java.time.Instant

    Dan Markhasin committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    b671134 View commit details
    Browse the repository at this point in the history
  2. make Wait and PullPolicy non-instantiable

    Dan Markhasin committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    494ac19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2dcf05 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. code review changes

    Dan Markhasin committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    1465769 View commit details
    Browse the repository at this point in the history
  2. fixed failing tests

    Dan Markhasin committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    4b85563 View commit details
    Browse the repository at this point in the history
  3. use hamcreset anyOf

    Dan Markhasin committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    06a8d7a View commit details
    Browse the repository at this point in the history
  4. fix ImagePullPolicyTest

    Dan Markhasin committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    827cbbe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. make ImageData an interface

    Dan Markhasin committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    e2c1820 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. revert ContainerCreationTest.java

    Dan Markhasin committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    fc0eb6d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. use java.time.Instant

    Dan Markhasin committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    95f646e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

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

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    a539353 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into imagePullPolicy

    # Conflicts:
    #	core/src/main/java/org/testcontainers/images/RemoteDockerImage.java
    #	core/src/test/java/org/testcontainers/containers/output/ContainerLogsTest.java
    Dan Markhasin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    eba0ed8 View commit details
    Browse the repository at this point in the history
  3. use java.time.Instant

    Dan Markhasin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    2c1e946 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/imagePullPolicy' into imagePullP…

    …olicy
    Dan Markhasin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    783c0e1 View commit details
    Browse the repository at this point in the history
  5. use redis instead of alpine in example

    Dan Markhasin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    918af4e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into imagePullPolicy

    Dan Markhasin authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    6b21722 View commit details
    Browse the repository at this point in the history
  7. use OptionalLong instead of Long in ImageData

    Dan Markhasin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    b4174ad View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/imagePullPolicy' into imagePullP…

    …olicy
    Dan Markhasin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    5ce1eb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    24d162e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into imagePullPolicy

    # Conflicts:
    #	core/src/main/java/org/testcontainers/images/RemoteDockerImage.java
    Dan Markhasin committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c7b397a View commit details
    Browse the repository at this point in the history
  3. resolve conflict with master

    Dan Markhasin committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0a2964b View commit details
    Browse the repository at this point in the history
  4. resolve conflict with master

    Dan Markhasin committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4efe3e1 View commit details
    Browse the repository at this point in the history
  5. resolve conflict with master

    Dan Markhasin committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    3768c1c View commit details
    Browse the repository at this point in the history
  6. resolve conflict with master

    Dan Markhasin committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4f0620b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

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

Commits on Oct 4, 2019

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

Commits on Oct 6, 2019

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

Commits on Nov 1, 2019

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