updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
bbce86cb9d
commit
0c36669fef
@ -1,4 +1,4 @@
|
|||||||
FROM arm64v8/alpine:3.20.1
|
FROM arm64v8/alpine:3.20.2
|
||||||
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
|
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
|
||||||
CMD bash
|
CMD bash
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ RUN apk add \
|
|||||||
gflags \
|
gflags \
|
||||||
gflags-dev \
|
gflags-dev \
|
||||||
git \
|
git \
|
||||||
|
gtkmm3-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
icu-static \
|
icu-static \
|
||||||
@ -63,6 +64,7 @@ RUN apk add \
|
|||||||
perl \
|
perl \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
rsync \
|
rsync \
|
||||||
|
vlc-dev \
|
||||||
wget \
|
wget \
|
||||||
xz \
|
xz \
|
||||||
xz-dev \
|
xz-dev \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20.1
|
FROM alpine:3.20.2
|
||||||
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
|
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
|
||||||
CMD bash
|
CMD bash
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# comment
|
# comment
|
||||||
FROM alpine:3.20.1
|
FROM alpine:3.20.2
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk upgrade
|
RUN apk upgrade
|
||||||
|
@ -9,7 +9,7 @@ if [ -f "${PROJECT_SCRIPTS_DIR}/cleanup.sh" ]; then
|
|||||||
rm ${PROJECT_SCRIPTS_DIR}/cleanup.*
|
rm ${PROJECT_SCRIPTS_DIR}/cleanup.*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${PROJECT_REQUIRE_ALPINE}" == "ON" ]; then
|
if [ "${PROJECT_REQUIRE_ALPINE}" == "ON" ] || [ "${PROJECT_IS_ARM64}" == "1" ]; then
|
||||||
DOCKER_NAME=alpine
|
DOCKER_NAME=alpine
|
||||||
DOCKER_CONTAINER=${PROJECT_NAME}_${DOCKER_NAME}_${PROJECT_BUILD_ARCH}
|
DOCKER_CONTAINER=${PROJECT_NAME}_${DOCKER_NAME}_${PROJECT_BUILD_ARCH}
|
||||||
DOCKER_TAG=${PROJECT_NAME}:${DOCKER_NAME}
|
DOCKER_TAG=${PROJECT_NAME}:${DOCKER_NAME}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user