Clixon 5.4.0 release

This commit is contained in:
Olof hagsand 2021-11-30 08:57:18 +01:00
parent 716d0cb15f
commit 6ab4e9dfdf
13 changed files with 96 additions and 79 deletions

View file

@ -1,8 +1,6 @@
# Clixon base docker image
This directory contains code for building and pushing the clixon base docker
container. By default it is pushed to docker hub clixon/clixon, but you can change
the IMAGE in Makefile.in and push it to another name.
This directory contains code for building a clixon base docker container.
This clixon base container uses native http.
@ -10,12 +8,12 @@ The clixon docker base image can be used to build clixon
applications. It has the whole code for a clixon release which it
downloads from git.
See [clixon-system](../main/README.md) for a more complete clixon image.
## Build and push
## Build
Perform the build by `make docker`. This copies the latest _committed_ clixon code into the container.
## Push
You may also do `make push` if you want to push the image, but you may then consider changing the image name (in the makefile:s).
(You may have to login for push with sudo docker login -u <username>)