a5680a7cbb
Fixed docker setup.sh comparison
2024-04-24 19:11:59 -04:00
f02db20c3e
Update Dockerfiles
...
this patch changes the entrypoint and commands to be in line
with how Docker defines their usage. this allows the admin using
this container to specify which command to run in the
docker-compose.yml if they want to run something other than the
aprsd server command.
This now allows to easily run webchat as a container :)!
2024-04-23 09:38:37 -04:00
c2f8af06bc
force uwsgi to 2.0.24
2024-04-14 20:27:26 -04:00
a839dbd3c5
Ensure latest pip is in docker image
...
this patch adds a command to update pip in both Dockerfile's
2024-04-08 17:00:42 -04:00
026a64c003
added /usr/games to path
2024-01-08 22:56:45 +00:00
682e138ec2
Added fortune to Dockerfile-dev
2024-01-08 19:40:08 +00:00
619b1b708e
Remove VIM from Dockerfile
...
If you need vim, you can just ssh into the container and apt-get
install vim.
2023-09-05 08:01:42 -04:00
1ab9c3fee4
Update Dockerfile-dev to include uwsgi
2023-07-24 00:13:28 +00:00
d8318f2ae2
Update Dockerfile-dev to fix plugin permissions
...
This patch changes the user creation to include creating
a home directory so the plugin install installs those plugins
as a --user option.
2023-07-17 21:57:39 +00:00
fa6e738a20
update manual build github
2023-07-17 13:05:31 -04:00
ad004633de
Added more libs for Dockerfile-dev
2023-07-17 14:09:37 +00:00
ccd564a52e
Replace Dockerfile-dev with python3 slim
2023-07-17 13:28:34 +00:00
bba7b68112
Try and fix Dockerfile-dev
2023-07-10 16:34:14 +00:00
9b944142bd
Added some utilities to Dockerfile-dev
...
This patch adds telnet, sudo and vim to the development
Dockerfile-dev file for testing aprsd in a container
2023-06-22 15:51:45 -04:00
c353877321
Added listen.sh for docker
...
This patch adds the listen.sh entry point for the docker image.
2023-04-17 15:45:49 +00:00
fe2f7b5b71
Removed url option from healthcheck in dev
2023-01-01 17:37:43 +00:00
02e4f78d0e
Dockerfile now produces aprsd.conf
...
This patch updates Dockerfile and Dockerfile-dev
to produce aprsd.conf instead of aprsd.yaml
2022-12-27 15:44:32 -05:00
87cbcaa47f
Try and fix broken 32bit qemu builds on 64bit system
...
This patch adds a 'fix' for trying to build on armv7 32bit system
from a 64bit system. qemu seems broken in this case.
2022-12-15 13:05:22 -05:00
4111d16aaf
specify Dockerfile-dev
2022-11-25 11:21:10 -05:00
059cc86a11
Updated Dockerfile's and build script for docker
2021-11-09 08:15:16 -05:00
db9cbf51df
Updated build.sh
...
This patch forces the rebuild of the docker buildx build container.
Also makes the tag, version available from cmdln
2021-10-07 10:56:09 -04:00
3f21934c0f
Update Dockerfile-dev to work with startup
2021-04-02 12:51:50 -04:00
239e784d51
Added Dockerfile-dev and updated build.sh
...
Build.sh is used for multi-architecture building of docker images.
2021-02-18 18:59:08 -05:00