13a065545e
Standardize container build workflow for v0.4.5
...
- Build Go binaries (gh-mrva, mrvaserver, mrvaagent) in source repos before
copying to container dirs
- Apply consistent v0.4.5 tagging across all containers (ghmrva, vscode,
hepc, server, agent)
- Update hepc to sync mrvahepc source with venv and .git exclusions
- Verify deployment with docker-compose-demo.yml and bin/ma.send-request
tests
v0.4.5
2025-11-26 12:39:59 -08:00
344ebd8d9b
run another test
2025-11-25 15:39:57 -08:00
d7d78d7f6e
add vs code workspace
2025-11-25 15:30:23 -08:00
c9840aabbd
Fix container configuration for working deployment
...
Combined changes to get containers working:
- Updated to Ubuntu 24.04 LTS
- Reset compose network config to known working state
- Updated container data loading instructions and script
- Changed DB loader to upload all DBs (not just random sample)
- Added Lima VM configuration for Docker with full control
- Improved job submission to running compose setup
2025-11-25 15:25:24 -08:00
38f5c46f58
wip: add k8s manifest as first step in conversion
2025-11-22 13:13:08 -08:00
6ff5cd348e
* TODO Containerd / k3s version for kubernetes deployment
2025-11-22 12:52:06 -08:00
9b4f6bdfa0
Abandon conversion attempts for docker-compose to nerdctl. Go to k3s.
...
Running the container collection is only needed for local use; docker is fine
for that. For k3s etc., we don't need the docker-compose file.
2025-11-22 12:47:01 -08:00
2d55f44e56
wip: Conversion attempts for docker-compose to nerdctl
2025-11-22 12:35:17 -08:00
57b3d629e1
** TODO container build and run
2025-11-19 16:37:38 -08:00
a51a6eeaa2
update base image to FROM ubuntu:24.04 AS runner
2025-11-19 16:35:51 -08:00
c219ceed33
update base image to FROM ubuntu:24.04 AS runner
2025-11-19 16:35:47 -08:00
65e3a4ade2
update base image to FROM ubuntu:24.04 AS runner
2025-11-19 16:22:18 -08:00
a388f90d7d
# Install buildkit
2025-11-19 16:18:41 -08:00
17f47af130
start moving to containerd
2025-11-19 13:36:58 -08:00
Michael Hohn
a47d44f9ed
Add simple memory profile data
2025-08-19 11:22:20 -07:00
Michael Hohn
9ee2cdd1eb
add top-3 cpu profile data
2025-08-11 14:25:18 -07:00
Michael Hohn
92d54d11c4
updated information for testing
2025-08-04 13:31:20 -07:00
Michael Hohn
28d481f690
Additions for ** Inspect postgres container
2025-08-04 12:40:07 -07:00
Michael Hohn
224f35bef2
simplified ** docker setup and run
2025-08-04 12:17:10 -07:00
Michael Hohn
f579b21b78
The updated / combined instructions are in [[*docker setup and run][docker setup and run]]. The details:
2025-08-04 11:10:39 -07:00
Michael Hohn
f95090972d
Add nsenter instructions
2025-08-04 10:48:52 -07:00
Michael Hohn
e7b9d9b011
** strace containers and processes from lima
2025-07-29 12:11:52 -07:00
Michael Hohn
c1b3a90ebd
Use lima to trace all traffic without container modifications
...
Results are in work-gh/mrva/gh-mrva, ls trace-*
2025-07-28 22:33:54 -07:00
Michael Hohn
654ea40520
Set up lima and get mrva/docker-compose running
2025-07-28 14:23:59 -07:00
Michael Hohn
cb24af65c1
fix: code logic updates: make sessionID consistent with original
2025-07-17 10:28:31 -07:00
d55d586900
update readme and compose
2025-07-14 13:27:18 -07:00
03ac2bf727
** Inspect postgres container
2025-07-14 11:48:27 -07:00
ac6d77509a
wip: update state_postgres, update dependent modules
2025-07-11 15:34:07 -07:00
e74f135494
updated dockerfiles and READMEs to v0.4.0
2025-06-30 16:02:39 -07:00
4d8cd5b53f
Added postgres container to docker compose
2025-06-30 16:01:56 -07:00
Michael Hohn
4012470a6d
switch to pollling rabbitmq; update images
2025-06-16 16:07:37 -07:00
af46dd6fa4
debugged sudden failure to download sarif results. Cause: gh.HTTPClient(nil)
...
Switch
client, err := gh.HTTPClient(nil)
to
client := &http.Client{}
and everything works again
2025-05-19 13:50:57 -07:00
80dbf9f299
* lima vm for running docker # run containers
2025-05-18 21:55:18 -07:00
7d505e4191
modified to build docker images on lima, v0.4.0
2025-05-18 21:43:19 -07:00
93510a0223
rearranged
2025-05-18 21:38:03 -07:00
087f6a0754
* TODO lima vm for running docker # hepc
2025-05-18 21:37:15 -07:00
5905c5b203
* TODO lima vm for running docker # code-server
2025-05-18 21:32:42 -07:00
0528e13b2a
* TODO lima vm for running docker # ghmrva
2025-05-18 21:28:50 -07:00
31e4533d9e
* TODO lima vm for running docker
2025-05-18 21:10:15 -07:00
dec85e6a5b
* TODO lima vm for running docker
2025-05-18 14:15:52 -07:00
16cbf848c9
wip: pausing docker -> chroot conversion
...
Current state: most Dockerfiles converted, chroots created via scripts
todo: finish conversions, run assembly
2025-05-18 14:13:57 -07:00
5d9f3b9d00
** TODO migrating the containers to chroot
2025-05-18 14:11:39 -07:00
cd951a5f68
adjust html style
2025-05-17 15:44:07 -07:00
050e0ca35c
fix typos; + Compare to Docker:
2025-05-17 15:10:04 -07:00
5881a34b90
add setup-ghmrva-chroot
2025-05-17 14:53:25 -07:00
1e66ade5b5
add setup-server-chroot
2025-05-17 14:47:14 -07:00
e587119fc0
* lima vm** migrating the containers
2025-05-17 14:02:31 -07:00
e5358d8167
* lima vm
2025-05-17 13:58:53 -07:00
8803b2dec2
setup-agent-chroot: add guards and clean up
2025-05-17 13:47:22 -07:00
ac2655b71e
done? setup-agent-chroot
2025-05-17 13:36:22 -07:00