Skip to content

Commit

Permalink
Document building new container
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Jul 19, 2024
1 parent 3595368 commit 99e2a16
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,18 @@ docker image prune --filter label=stage=builder
```

#### Docker Hub

https://hub.docker.com/r/ihippik/wal-listener
#### Example

##### Example
```shell
docker run -v $(pwd)/config.yml:/app/config.yml ihippik/wal-listener:tag
```

###### Publishing a new docker container

Run:

```shell
docker buildx build --platform linux/amd64,linux/arm64 --push -t gcr.io/gadget-core-production/wal-listener:sha-(git rev-parse HEAD) .
```

0 comments on commit 99e2a16

Please sign in to comment.