Skip to content

BarkinBalci/gobuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobuntu

CI

A downstream Ubuntu image for running Go coding agents in a container.

It gives agents a clean sandbox with Go, Git, search tools, and build/debug basics.

Get the Image

From Docker Hub

Pull the published image:

docker pull barkinbalci/gobuntu:latest

Build Locally

Build the image yourself:

docker build --platform linux/amd64 --build-arg GO_VERSION=1.26 -t barkinbalci/gobuntu:latest .

Start a Container

Run it with the current directory mounted at /workspace:

docker run --rm -it -v "$PWD:/workspace" -w /workspace barkinbalci/gobuntu:latest

About

A small downstream Ubuntu image for running Go coding agents in a container.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors