Skip to content

Commit

Permalink
Merge branch 'main' into ft/disable_http2
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk authored Nov 24, 2023
2 parents cbbac60 + 65bfd36 commit 9dbf64b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 3 additions & 5 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

approvers:
- elsony
- Jdubrick
- michael-valdron
- thepetk
- feloy
- rm3l

reviewers:
- elsony
- Jdubrick
- michael-valdron
- thepetk
- feloy
- rm3l
- thepetk
5 changes: 4 additions & 1 deletion index/server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Environment variable which enables http2 protocol
ENABLE_HTTP2 ?= false

# Build the index container for the registry
buildfolder="$(realpath $(dirname ${BASH_SOURCE[0]}))"

# Generate OpenAPI endpoint and type definitions
bash ${buildfolder}/codegen.sh

# Build the index server
docker build -t devfile-index-base:latest --build-arg ENABLE_HTTP2=${ENABLE_HTTP2} $buildfolder
docker build -t devfile-index-base:latest --build-arg ENABLE_HTTP2=${ENABLE_HTTP2} $buildfolder

0 comments on commit 9dbf64b

Please sign in to comment.