Fix alpine version build
This commit is contained in:
parent
64010da7a4
commit
07cd18a95a
2
.github/workflows/build_bundle-rpi.yaml
vendored
2
.github/workflows/build_bundle-rpi.yaml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
file: ./Dockerfile.bundle
|
file: ./Dockerfile.bundle
|
||||||
build-args: |
|
build-args: |
|
||||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
||||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-rpi-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-rpi-${{ env.OS_VERSION_FFMPEG }}-${{ env.FFMPEG_VERSION }}
|
||||||
platforms: linux/arm/v7,linux/arm64
|
platforms: linux/arm/v7,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
2
.github/workflows/build_bundle-rpi_dev.yaml
vendored
2
.github/workflows/build_bundle-rpi_dev.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
file: ./Dockerfile.bundle
|
file: ./Dockerfile.bundle
|
||||||
build-args: |
|
build-args: |
|
||||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
||||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-rpi-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-rpi-${{ env.OS_VERSION_FFMPEG }}-${{ env.FFMPEG_VERSION }}
|
||||||
platforms: linux/arm64,linux/arm/v7
|
platforms: linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
2
.github/workflows/build_bundle.yaml
vendored
2
.github/workflows/build_bundle.yaml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
file: ./Dockerfile.bundle
|
file: ./Dockerfile.bundle
|
||||||
build-args: |
|
build-args: |
|
||||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
||||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION_FFMPEG }}-${{ env.FFMPEG_VERSION }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
2
.github/workflows/build_bundle_dev.yaml
vendored
2
.github/workflows/build_bundle_dev.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
file: ./Dockerfile.bundle
|
file: ./Dockerfile.bundle
|
||||||
build-args: |
|
build-args: |
|
||||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
||||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION_FFMPEG }}-${{ env.FFMPEG_VERSION }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# CORE ALPINE BASE IMAGE
|
# CORE ALPINE BASE IMAGE
|
||||||
OS_NAME=alpine
|
OS_NAME=alpine
|
||||||
OS_VERSION=3.19
|
OS_VERSION=3.19
|
||||||
|
OS_VERSION_FFMPEG=3.16
|
||||||
GOLANG_IMAGE=golang:1.21-alpine3.19
|
GOLANG_IMAGE=golang:1.21-alpine3.19
|
||||||
CORE_VERSION=16.14.0
|
CORE_VERSION=16.14.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user