Skip to content

Commit

Permalink
Merge pull request #162 from FrancescoZanti/feature/podman-ubi9
Browse files Browse the repository at this point in the history
Feature/podman ubi9
  • Loading branch information
osalvador committed Feb 1, 2024
2 parents 9cfaff2 + 67af077 commit 8461eb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
context: .
file: Containerfile
push: ${{ github.event_name != 'pull_request' }}
tags: osalvador/replicadb:ubi8-${{ env.version }}, osalvador/replicadb:ubi8-latest
tags: osalvador/replicadb:ubi9-${{ env.version }}, osalvador/replicadb:ubi9-latest
build-args: REPLICADB_RELEASE_VERSION=${{ env.version }}


Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ data/*
create_db.log
create_db_error.log
.DS_Store
.vscode
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-11-runtime
FROM registry.access.redhat.com/ubi9/openjdk-11-runtime
LABEL maintainer Oscar Salvador Magallanes
LABEL maintainer Francesco Zanti <francesco@tekapp.it>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ Visit the [project homepage on Docker Hub](https://hub.docker.com/r/osalvador/re

## Podman

Based on Red Hat UBI 8
Based on Red Hat UBI 9

```bash
$ podman run \
-v /tmp/replicadb.conf:/home/replicadb/conf/replicadb.conf:Z \
osalvador/replicadb:ubi8-latest
osalvador/replicadb:ubi9-latest
```

# Full Documentation
Expand Down

0 comments on commit 8461eb1

Please sign in to comment.