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

Add a Windows platform native image (WCOW) #40

Closed
wants to merge 35 commits into from

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    55c6dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b1cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b5825 View commit details
    Browse the repository at this point in the history
  4. Bump Golang to 1.19

    gesellix committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    13ce990 View commit details
    Browse the repository at this point in the history
  5. Fix Windows platform build

    gesellix committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    54947b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa2f720 View commit details
    Browse the repository at this point in the history
  7. linux/s390x builds currently fail with tls issues

    ```
    RUN go mod download
    go: github.com/Sirupsen/logrus@v1.0.6: Get "https://proxy.golang.org/github.com/%21sirupsen/logrus/@v/v1.0.6.mod": tls: invalid signature by the server certificate: ECDSA verification failure
    ```
    gesellix committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b11ece3 View commit details
    Browse the repository at this point in the history
  8. try to fix linux/s390x

    gesellix committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1ee680f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20825a4 View commit details
    Browse the repository at this point in the history
  10. chore

    gesellix committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8667d98 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

  1. wip

    gesellix committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9d8ad21 View commit details
    Browse the repository at this point in the history
  2. wip

    gesellix committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a13904e View commit details
    Browse the repository at this point in the history
  3. chore

    gesellix committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    13bf159 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. BASE -> WINBASE

    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    gesellix and kiview committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    68a489a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: simplify

    Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
    mdelapenya and kuisathaverat committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    77a526b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into wcow

    * main:
      feat: add golangci-lint (testcontainers#48)
      chore: add unit tests for Prune function (testcontainers#46)
      chore(ci): only push Docker image on tags (testcontainers#47)
      chore: bump build system versions (testcontainers#45)
      chore: rename branch to main (testcontainers#44)
    mdelapenya committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5f86485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01e5548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3938fff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b6ff3b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. chore: reduce windows OSs

    mdelapenya committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5c3ef56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057d0b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59c833 View commit details
    Browse the repository at this point in the history
  4. chore: do not run tests while packaging

    They are already run in the GH workflow
    mdelapenya committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    422bef6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08458a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95dfe01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e70928 View commit details
    Browse the repository at this point in the history
  8. chore: update windows example

    Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
    mdelapenya and gesellix committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cf94a38 View commit details
    Browse the repository at this point in the history
  9. chore: remove useless comments

    Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
    mdelapenya and gesellix committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4e9cfaa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ec7863 View commit details
    Browse the repository at this point in the history
  11. chore: remove comment

    Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
    mdelapenya and gesellix committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8e7e12f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    c42df84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef0c628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1b4dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d154bfc View commit details
    Browse the repository at this point in the history