Skip to content

gstolarz/docker-gbdk-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker images with GBDK-2020

Building Docker images

Building Docker image based on Ubuntu

docker build -t gstolarz/gbdk-2020 -t gstolarz/gbdk-2020:4.2.0 \
  --build-arg SDCC_VERSION=4.3.0 --build-arg GBDK_2020_VERSION=4.2.0 .

Building Docker image based on Alpine

docker build -t gstolarz/gbdk-2020:alpine -t gstolarz/gbdk-2020:4.2.0-alpine \
  --build-arg SDCC_VERSION=4.3.0 --build-arg GBDK_2020_VERSION=4.2.0 -f Dockerfile-alpine .

About

Docker images with GBDK 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published