Skip to content

Commit

Permalink
h2o 3.32.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jun 29, 2021
1 parent 73f1799 commit 1825cf4
Showing 1 changed file with 3 additions and 3 deletions.
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.1.1`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)
- [`3.32.1.3`](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.1.1
$ docker run -it -p 54321:54321 ghcr.io/codelibs/h2o:3.32.1.3
```

## 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.1.1 --build-arg GIT_BRANCH=jenkins-3.32.1.1 --build-arg BUILD_NUMBER=1 .
$ docker build --rm -t ghcr.io/codelibs/h2o:3.32.1.3 --build-arg GIT_BRANCH=jenkins-3.32.1.3 --build-arg BUILD_NUMBER=1 .
```

0 comments on commit 1825cf4

Please sign in to comment.