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

[TEST] Dockerfile fix usergroup #238

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2024

  1. Fix Dockerfile to have the proper permissions in directories

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3c5c3f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Use user 1000 instead of 1001 in integration tests

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6a53fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Have WORKDIR after COPY

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    68be7e3 View commit details
    Browse the repository at this point in the history
  2. Have WORKDIR after COPY

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b8b7df0 View commit details
    Browse the repository at this point in the history
  3. Fix permission in generated key file for tests

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d75e62a View commit details
    Browse the repository at this point in the history
  4. Fix permission in shared folders for agent socket

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    061d418 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Prepare common directories used by tests, using proper permissions

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    92c9dcf View commit details
    Browse the repository at this point in the history
  2. Revert changes of uid

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3b9cedc View commit details
    Browse the repository at this point in the history
  3. Revert changes of uid

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2508f01 View commit details
    Browse the repository at this point in the history
  4. Use uid 1000 instead of 0

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    33d83d8 View commit details
    Browse the repository at this point in the history
  5. Dockerfile changes

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d605288 View commit details
    Browse the repository at this point in the history
  6. Avoid mounting volumes that are not needed

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ba113fe View commit details
    Browse the repository at this point in the history
  7. Use uid 1000 instead of 1001 in svidstore integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3724d67 View commit details
    Browse the repository at this point in the history
  8. Update permissions in shared directores for nested rotation integrati…

    …on test
    
    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6ba64d0 View commit details
    Browse the repository at this point in the history
  9. Fix root-agent Docker compose definition in the nested rotation integ…

    …ration test to be able to access the Docker daemon socket
    
    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3fd06ed View commit details
    Browse the repository at this point in the history
  10. Fix k8s integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    62b12d4 View commit details
    Browse the repository at this point in the history
  11. Fix Delegated Identity API integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1038bcc View commit details
    Browse the repository at this point in the history
  12. Fix node attestation integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7745e96 View commit details
    Browse the repository at this point in the history
  13. Fix Ghostunnel-Federation integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    040b985 View commit details
    Browse the repository at this point in the history
  14. Fix envoy-sds-v3 integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6571b6a View commit details
    Browse the repository at this point in the history
  15. Fix oidc-discovery-provider integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f3e1e71 View commit details
    Browse the repository at this point in the history
  16. Fix envoy-sds-v3-spiffe-auth integration test

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d112fcb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update Dockerfile

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    12b4ef6 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    914cc93 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Do not run as root when not needed. Remove WORKDIR in Dockerfile

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8cf4578 View commit details
    Browse the repository at this point in the history
  2. Fix integration tests

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1b94174 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add comment about securityContext needed for hostPath volume

    Signed-off-by: Agustín Martínez Fayó <[email protected]>
    amartinezfayo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8dd99c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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