Skip to content

Commit

Permalink
h2o 3.32.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Apr 11, 2021
1 parent 774cc56 commit 73f1799
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ARG BUILD_NUMBER=0
RUN git clone https://github.com/h2oai/h2o-3.git -b $GIT_BRANCH && \
ln -s /usr/bin/python3 /usr/bin/python && \
pip3 install --upgrade pip && \
sed -i "/cython==0.27.*/d" h2o-3/h2o-py/test-requirements.txt && \
pip3 install -r h2o-3/h2o-py/test-requirements.txt && \
useradd -m -u 1000 docker && chown -R docker /build

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ See [Packages](https://github.com/orgs/codelibs/packages/container/package/h2o).

## Docker Images

- [`3.32.0.4`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)
- [`3.32.1.1`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)

## Getting Started

You can access http://localhost:54321 from the host OS with:

```console
$ docker run -it -p 54321:54321 ghcr.io/codelibs/h2o:3.32.0.4
$ docker run -it -p 54321:54321 ghcr.io/codelibs/h2o:3.32.1.1
```

## Build
Expand All @@ -26,6 +26,6 @@ $ docker build --rm -t ghcr.io/codelibs/h2o:snapshot .
To build it on release tag,

```console
$ docker build --rm -t ghcr.io/codelibs/h2o:3.32.0.4 --build-arg GIT_BRANCH=jenkins-3.32.0.4 --build-arg BUILD_NUMBER=4 .
$ docker build --rm -t ghcr.io/codelibs/h2o:3.32.1.1 --build-arg GIT_BRANCH=jenkins-3.32.1.1 --build-arg BUILD_NUMBER=1 .
```

2 changes: 1 addition & 1 deletion h2o.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/h2o-core/build.gradle b/h2o-core/build.gradle
index be8c986de5..c651d6cf43 100644
index 365f5918ae..d0f25b2132 100644
--- a/h2o-core/build.gradle
+++ b/h2o-core/build.gradle
@@ -39,6 +39,8 @@ dependencies {
Expand Down

0 comments on commit 73f1799

Please sign in to comment.