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 podman support #327

Draft
wants to merge 37 commits into
base: v1.5
Choose a base branch
from
Draft

Add podman support #327

wants to merge 37 commits into from

Commits on Aug 8, 2023

  1. Image version 1.4.1

    Signed-off-by: Mariusz Sabath <[email protected]>
    mrsabath committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8a20ac0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Bump actions/setup-go from 4.0.1 to 4.1.0 (#296)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4.0.1...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    67fc9c9 View commit details
    Browse the repository at this point in the history
  2. Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#297)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.6.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    483cff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Bump actions/setup-node from 3.7.0 to 3.8.0 (#298)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.7.0...v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    84aaafc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Bump actions/checkout from 3.5.3 to 3.6.0 (#300)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.5.3...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    05ff6b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Bump actions/setup-node from 3.8.0 to 3.8.1 (#299)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.8.0...v3.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    231a93b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Introduce Docker files for running Tornjak on Openshift (#304)

    * UBI migration for frontend
    
    Signed-off-by: Andrew Block <[email protected]>
    
    * Updated backend for UBI based container
    
    Signed-off-by: Andrew Block <[email protected]>
    
    * Updated permissions on frontend container
    
    Signed-off-by: Andrew Block <[email protected]>
    
    ---------
    
    Signed-off-by: Andrew Block <[email protected]>
    Co-authored-by: Andrew Block <[email protected]>
    mrsabath and sabre1041 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ceec845 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Bump actions/checkout from 3.6.0 to 4.0.0 (#301)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.6.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bb3d0d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Bump docker/login-action from 2.2.0 to 3.0.0 (#302)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2.2.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0ee836e View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4.0.0 to 4.1.0 (#305)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a5420d4 View commit details
    Browse the repository at this point in the history
  3. Added workflows for ubi image (#306)

    * Added workflows for ubi image
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Set Dockerfiles for ubi image
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    ---------
    
    Signed-off-by: Maia Iyer <[email protected]>
    maia-iyer committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fbd2176 View commit details
    Browse the repository at this point in the history
  4. workflow hotfix

    Signed-off-by: Maia Iyer <[email protected]>
    maia-iyer committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1688763 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 28, 2023

  1. Fixed image labels for UBI image (#308)

    * Added labels
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Update Dockerfile.backend-container.ubi
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    Co-authored-by: Mariusz Sabath <[email protected]>
    
    ---------
    
    Signed-off-by: Maia Iyer <[email protected]>
    Co-authored-by: Mariusz Sabath <[email protected]>
    maia-iyer and mrsabath committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b7d9a5b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Bump golang.org/x/net from 0.9.0 to 0.17.0 (#309)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
    - [Commits](golang/net@v0.9.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8e8070f View commit details
    Browse the repository at this point in the history
  2. Add UBI description (#310)

    * Added UBI description
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Added Alpine to image description
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Update Dockerfile.backend-container
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    Co-authored-by: Mariusz Sabath <[email protected]>
    
    * Update Dockerfile.backend-container.ubi
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    Co-authored-by: Mariusz Sabath <[email protected]>
    
    * Update Dockerfile.frontend-container
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    Co-authored-by: Mariusz Sabath <[email protected]>
    
    * Update Dockerfile.frontend-container.ubi
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    Co-authored-by: Mariusz Sabath <[email protected]>
    
    ---------
    
    Signed-off-by: Maia Iyer <[email protected]>
    Co-authored-by: Mariusz Sabath <[email protected]>
    maia-iyer and mrsabath committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d23b00b View commit details
    Browse the repository at this point in the history
  3. Change version to v1.4.2

    Signed-off-by: Maia Iyer <[email protected]>
    maia-iyer committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7e87ea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0addf3a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Bump actions/checkout from 4.1.0 to 4.1.1 (#312)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a89ee87 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Bump @babel/traverse from 7.22.5 to 7.23.2 in /tornjak-frontend (#313)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ac847f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Bump actions/setup-node from 3.8.1 to 4.0.0 (#314)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.8.1...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3188d03 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Bump google.golang.org/grpc from 1.55.0 to 1.56.3 (#316)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.55.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e32d3a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. add support for nextjs (#317)

    Signed-off-by: Mohammed Abdi <[email protected]>
    Co-authored-by: Mohammed Abdi <[email protected]>
    mamy-CS and Mohammed Abdi committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e093c99 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Reorganize Root Directory (#315)

    * Moved golang files up a directory
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Remove run_tornjak script
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Adjusted Gofiles to reflect new structure
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Moved docker-compose file to examples folder
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Reverting accidentally added changes
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * Moved Keycloak example
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * moved backend script
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * renamed tornjak frontend folder
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * adjusted lcoation of frontend Dockerfiles
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * re-add Dockerfile for frontend
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * add accidentally ignored packages
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    * fixed rebase error
    
    Signed-off-by: Maia Iyer <[email protected]>
    
    ---------
    
    Signed-off-by: Maia Iyer <[email protected]>
    maia-iyer committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1817e82 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#320)

    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b763e6a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update Quickstart Readme (#318)

    * Updating some doc and add  troubleshoot
    
    Signed-off-by: Kidus Teferra <[email protected]>
    
    * Updating quick start docs
    
    Signed-off-by: Kidus Teferra <[email protected]>
    
    * Troubleshoot section update
    
    Signed-off-by: Kidus Teferra <[email protected]>
    
    ---------
    
    Signed-off-by: Kidus Teferra <[email protected]>
    Co-authored-by: Kidus Teferra <[email protected]>
    kidus0214 and Kidus Teferra committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1e0d43c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend (#321)

    Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
    - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
    - [Commits](https://github.com/adobe/css-tools/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@adobe/css-tools"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3423a91 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Bump actions/setup-go from 4.1.0 to 5.0.0 (#322)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4.1.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c6692da View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix type for upgraded Axios library (#323)

    Signed-off-by: Maia Iyer <[email protected]>
    maia-iyer committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a3e1882 View commit details
    Browse the repository at this point in the history
  2. Bump axios from 0.21.4 to 1.6.0 in /frontend (#319)

    Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.21.4...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3d89c2a View commit details
    Browse the repository at this point in the history
  3. Update version.txt

    maia-iyer committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f43effe View commit details
    Browse the repository at this point in the history
  4. Update Push Action Branch to v1.5 (#324)

    Signed-off-by: Maia Iyer <[email protected]>
    maia-iyer committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    41c6f0d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add podman support

    Signed-off-by: Mariusz Sabath <[email protected]>
    mrsabath committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    03c1adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d90a086 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update Makefile

    Signed-off-by: Mariusz Sabath <[email protected]>
    mrsabath committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    06a03af View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    Signed-off-by: Mariusz Sabath <[email protected]>
    mrsabath committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fff71de View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Add support for Podman env.

    Signed-off-by: Mariusz Sabath <[email protected]>
    mrsabath committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    592059d View commit details
    Browse the repository at this point in the history