Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oerhub-ce
platform
Commits
38d793b4
Commit
38d793b4
authored
1 month ago
by
Peter Toth
Browse files
Options
Downloads
Patches
Plain Diff
RabbitMQ 4.0.6, Erlang 27.2.4
parent
a7ea24e2
Branches
v1.0.0
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
oeaplatform/docker-compose.yml
+2
-2
2 additions, 2 deletions
oeaplatform/docker-compose.yml
oeaplatform/rabbitmq/Dockerfile
+3
-3
3 additions, 3 deletions
oeaplatform/rabbitmq/Dockerfile
with
5 additions
and
5 deletions
oeaplatform/docker-compose.yml
+
2
−
2
View file @
38d793b4
...
...
@@ -159,8 +159,8 @@ services:
dockerfile
:
Dockerfile
args
:
-
OS_RELEASE=noble-20250127
-
APP_VERSION=4.0.
5
-
APP_ERL_VERSION=27.2
-
APP_VERSION=4.0.
6
-
APP_ERL_VERSION=27.2
.4
-
OC_CREATED=${DOCKER_BUILDDATE}
image
:
"
${DOCKER_REGISTRY}/mq:current"
volumes
:
...
...
This diff is collapsed.
Click to expand it.
oeaplatform/rabbitmq/Dockerfile
+
3
−
3
View file @
38d793b4
ARG
DOCKER_REG="" \
OS_DISTRO="ubuntu" \
OS_RELEASE="noble-202
40904.1
" \
OS_RELEASE="noble-202
50127
" \
OC_CREATED \
APP_VERSION="4.0.
2
" \
APP_ERL_VERSION="2
6
.2.
5.3
"
APP_VERSION="4.0.
6
" \
APP_ERL_VERSION="2
7
.2.
4
"
# Remark DOCKER_REG has to end with / if specified
FROM
${DOCKER_REG}${OS_DISTRO}:${OS_RELEASE}
AS
osbase
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment