Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nakama
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public-projects
Nakama
Commits
0562c6a0
Commit
0562c6a0
authored
4 years ago
by
Chris Molozian
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG.
parent
94cfcae2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
build/README.md
+19
-0
19 additions, 0 deletions
build/README.md
with
20 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
0562c6a0
...
...
@@ -6,6 +6,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
## [Unreleased]
### Added
-
Event contexts now contain user information for external events.
-
New
[
Docker release
](
https://hub.docker.com/repository/docker/heroiclabs/nakama-dsym
)
of the server with debug symbols enabled.
### Fixed
-
Add missing 'rank' field from the Lua runtime
`tournament_records_haystack`
function results.
...
...
This diff is collapsed.
Click to expand it.
build/README.md
+
19
−
0
View file @
0562c6a0
...
...
@@ -71,6 +71,25 @@ With the release generated we can create the official container image.
docker push heroiclabs/nakama:latest
```
## Build Nakama Image (dSYM)
With the release generated we can also create an official container image which includes debug symbols.
1.
Build the container image.
```
cd build
docker build "$PWD" --file ./Dockerfile.dsym --build-arg commit="$(git rev-parse --short HEAD 2>/dev/null)" --build-arg version=2.1.0 -t heroiclabs/nakama:2.1.0
```
2.
Push the image to the container registry.
```
docker tag <CONTAINERID> heroiclabs/nakama-dsym:latest
docker push heroiclabs/nakama-dsym:2.1.0
docker push heroiclabs/nakama-dsym:latest
```
## Build Plugin Builder Image
With the official release image generated we can create a container image to help with Go runtime development.
...
...
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