linuxserver/mariadb
This commit is contained in:
parent
ae5044334e
commit
ddaa081799
35
linuxserver/docker-mariadb.build.yml
Normal file
35
linuxserver/docker-mariadb.build.yml
Normal file
@ -0,0 +1,35 @@
|
||||
registries:
|
||||
- registry.tek.govt.hu
|
||||
repos:
|
||||
- name: mariadb
|
||||
path: docker-mariadb
|
||||
library: linuxserver
|
||||
args:
|
||||
- key: BUILD_DATE
|
||||
value: "${BUILD_DATE}"
|
||||
- key: VERSION
|
||||
value: "${VERSION}"
|
||||
tags:
|
||||
- name: latest
|
||||
tags:
|
||||
- amd64
|
||||
- arm64
|
||||
- armv7
|
||||
- name: "3.20"
|
||||
tags:
|
||||
- 3.20-amd64
|
||||
- 3.20-arm64
|
||||
- 3.20-armv7
|
||||
builds:
|
||||
- arch: amd64
|
||||
tags:
|
||||
- amd64
|
||||
- 3.20-amd64
|
||||
- arch: arm64
|
||||
tags:
|
||||
- arm64
|
||||
- 3.20-arm64
|
||||
- arch: arm/v7
|
||||
tags:
|
||||
- armv7
|
||||
- 3.20-armv7
|
12
linuxserver/patches/docker-mariadb.patch
Normal file
12
linuxserver/patches/docker-mariadb.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/Dockerfile b/Dockerfile
|
||||
index 3429f50..fdeeec9 100644
|
||||
--- a/Dockerfile
|
||||
+++ b/Dockerfile
|
||||
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
-FROM ghcr.io/linuxserver/baseimage-alpine:3.20
|
||||
+FROM registry.tek.govt.hu/linuxserver/baseimage-alpine:3.20
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
Loading…
Reference in New Issue
Block a user