Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0bae56a0
authored
2025-01-07 16:27:53 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set an *exact* version for the base docker image, to force everyone to
build the same.
1 parent
ef84f188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
0bae56a
# syntax=docker/dockerfile:1.4
# Builds a minimal docker image with openjdk and moqui with various volumes for configuration and persisted data outside the container
# NOTE: add components, build and if needed load data before building a docker image with this
ARG RUNTIME_IMAGE=eclipse-temurin:11
-jdk
ARG RUNTIME_IMAGE=eclipse-temurin:11
.0.25_9-jdk-noble
FROM
${RUNTIME_IMAGE} AS moqui-base
RUN
true
\
...
...
Please
register
or
sign in
to post a comment