feat: add vals package configuration
Build / build-9 (pull_request) Successful in 38s
Build / build-8 (pull_request) Successful in 48s

Add RPM package configuration for vals, a configuration management tool that validates and manages configuration values from various backends.
This commit is contained in:
2025-10-04 14:26:56 +10:00
parent 873abe18c8
commit 699187341b
5 changed files with 80 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
FROM git.unkin.net/unkin/almalinux9-rpmbuilder:latest
# Create output directory for RPMs
RUN mkdir -p /app/dist
# Set working directory
WORKDIR /app
ARG PACKAGE_RELEASE
ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
# Copy resources from the context into the container
COPY resources /app/resources
# Default command to build RPMs
CMD /app/resources/build.sh