Skip to content

Commit

Permalink
Move UBI to a different repo
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Sep 9, 2024
1 parent d12e8e1 commit 88cc4f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 137 deletions.
116 changes: 0 additions & 116 deletions .github/workflows/build-ubi.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Alpine
name: Build

on:
workflow_dispatch:
Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MariaDB

![Build Alpine, scan & push](https://github.com/Polarix-Containers/mariadb/actions/workflows/build-alpine.yml/badge.svg)
![Build UBI, scan & push](https://github.com/Polarix-Containers/mariadb/actions/workflows/build-ubi.yml/badge.svg)
![Build Alpine, scan & push](https://github.com/Polarix-Containers/mariadb/actions/workflows/build.yml/badge.svg)
![Build UBI, scan & push](https://github.com/Polarix-Containers/mariadb-ubi/actions/workflows/build.yml/badge.svg)

Drop-in replacement for the [official image](https://hub.docker.com/_/mariadb).

Expand All @@ -22,6 +22,7 @@ Drop-in replacement for the [official image](https://hub.docker.com/_/mariadb).
- Has a lot of outdated packages with *maybe* some downstream patching.
- Generates a lot of vulnerbility scanner noise - hard to tell what is a false positive and what is not.
- **Tags**: `ubi`, `latest`.
- Source: https://github.com/Polarix-Containers/mariadb-ubi

### Sample Docker Compose config

Expand Down Expand Up @@ -50,4 +51,4 @@ Drop-in replacement for the [official image](https://hub.docker.com/_/mariadb).

### Licensing
- Licensed under GPL 2 to comply with licensing by MariaDB.
- Any image built by Polarix Containers is provided under the combination of license terms resulting from the use of individual packages.
- Any image built by Polarix Containers is provided under the combination of license terms resulting from the use of individual packages.
17 changes: 0 additions & 17 deletions UBI/Dockerfile

This file was deleted.

0 comments on commit 88cc4f5

Please sign in to comment.